Skip to content
  • weinig's avatar
    LayoutTests: · fb0910db
    weinig authored
            Reviewed by Darin.
    
            Update tests now that window.frames points to window and not FrameArray
            (which has been removed).
    
            * fast/dom/Window/resources/window-appendages-cleared-results.html:
            * fast/dom/Window/window-appendages-cleared-expected.txt:
            * fast/dom/Window/window-appendages-cleared.html:
            * fast/dom/Window/window-properties-expected.txt:
            * fast/js/toString-and-valueOf-override-expected.txt:
            * fast/js/toString-and-valueOf-override.html:
    
    WebCore:
    
            Reviewed by Darin.
    
            Remove the FrameArray class and instead make window.frames another
            self-reference for window (like window.window, window.self, etc).
            This is what Firefox and what the HTML5 dictates.
    
            * bindings/js/kjs_window.cpp:
            (KJS::WindowPrivate::WindowPrivate):
            (KJS::Window::mark):
            (KJS::Window::getValueProperty):
            (KJS::Window::clearHelperObjectProperties):
            (KJS::Window::disconnectFrame)...
    fb0910db