Skip to content
  • ggaren's avatar
    LayoutTests: · fc3c26a8
    ggaren authored
            Added test for the viewource attribute, which applies to <frame> and
            <iframe> elements.
    
            * fast/frames/viewsource-attribute-expected.txt: Added.
            * fast/frames/viewsource-attribute.html: Added.
    
            * fast/frames/frameElement-widthheight.html: Removed stray character.
    
    WebCore:
    
            Reviewed by Maciej.
            
            More frame/iframe merging.
            
            - Removed needWidgetUpdate and related code. needWidgetUpdate is always
            false, so this was dead code.
            - Removed FIXME about setInViewSourceMode inside openURL(). openURL(), rather
            than attach(), is the correct place for setInViewSourceMode, because
            openURL() is the function that creates our frame.
            - Moved IFRAME insertedIntoDocument() code into FRAME, and removed FRAME
            code that did the same thing in other places.
            - Made FRAME's attach() method suffuciently generic so that IFRAME could
            call up to it, rather than skipping its superclass and calling up directly 
            to ELEMENT.
            - Changed a few IFRAME up-calls to ELEMENT into up-calls to FRAME.
            - Replaced ad hoc frame loading code in FRAME::attach() with call to
            openURL(), the designated frame loading function.
    
            Layout tests pass. I added a layout test for viewsource mode, since I
            broke it in the course of writing this patch.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@16703 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    fc3c26a8