Skip to content
  • weinig's avatar
    LayoutTests: · 4d7ce9a5
    weinig authored
            Reviewed by Darin.
    
            - update tests and results for http://bugs.webkit.org/show_bug.cgi?id=13803
              to account for the new JSHTMLMarquee that is being autogenerated and
              can now produce a constructor.
    
            * fast/dom/Window/element-constructors-on-window-expected.txt:
            * fast/dom/Window/element-constructors-on-window.html:
            * fast/dom/Window/window-properties-expected.txt:
    
    WebCore:
    
            Reviewed by Darin.
    
            Patch for http://bugs.webkit.org/show_bug.cgi?id=13803
            Autogenerate the JS bindings for the HTMLMarqueeElement.
    
            * DerivedSources.make:
            * WebCore.xcodeproj/project.pbxproj:
            * bindings/js/JSHTMLElementWrapperFactory.cpp:
            * bindings/js/kjs_css.cpp:
            (KJS::DOMCSSRule::getOwnPropertySlot): Fix possible null pointer issue.
            (KJS::DOMCSSRule::put): Fix possible null pointer issue.
            * bindings/js/kjs_html.cpp:
            (KJS::):
            (KJS::JSHTMLElement::classInfo):
            (KJS::JSHTMLElement::accessors):
            (KJS::JSHTMLElement::getOwnPropertySlot): Fix null pointer issue.
            (KJS::HTMLElementFunction::callAsFunction):
            (KJS::JSHTMLElement::put):
            * bindings/js/kjs_html.h:
            (KJS::JSHTMLElement::):
            * html/HTMLMarqueeElement.cpp:
            (WebCore::HTMLMarqueeElement::start):
            (WebCore::HTMLMarqueeElement::stop):
            * html/HTMLMarqueeElement.h: Add start() and stop() functions.
            * html/HTMLMarqueeElement.idl: Added.
            * page/DOMWindow.idl: Add marquee constructor.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@21633 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4d7ce9a5