Changeset 38912 in webkit


Ignore:
Timestamp:
Dec 2, 2008 12:36:17 PM (15 years ago)
Author:
eric@webkit.org
Message:

2008-12-02 Michael Moss <mmoss@chromium.org>

Reviewed by Eric Seidel.

Change 31264 fixed this on Mac (since moved to WebCore/loader/FrameLoader.cpp), but was never ported to Windows.

  • WebCoreSupport/WebFrameLoaderClient.cpp: (WebFrameLoaderClient::loadURLIntoChild):
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r38898 r38912  
     12008-12-02  Michael Moss  <mmoss@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Enable http/tests/navigation/reload-subframe-*frame.html on Windows.
     6        https://bugs.webkit.org/show_bug.cgi?id=20926
     7
     8        * platform/win/Skipped:
     9
    1102008-12-01  Beth Dakin  <bdakin@apple.com>
    211
  • trunk/LayoutTests/platform/win/Skipped

    r38884 r38912  
    318318
    319319#<rdar://problem/5829202> new subframe reload tests fail on Windows
    320 http/tests/navigation/reload-subframe-frame.html
    321 http/tests/navigation/reload-subframe-iframe.html
    322320http/tests/navigation/reload-subframe-object.html
    323321
  • trunk/WebKit/win/ChangeLog

    r38894 r38912  
     12008-12-02  Michael Moss  <mmoss@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        - Fix http/tests/navigation/reload-subframe-*frame.html on Windows.
     6        https://bugs.webkit.org/show_bug.cgi?id=20926
     7
     8        Change 31264 fixed this on Mac (since moved to WebCore/loader/FrameLoader.cpp), but was never ported to Windows.
     9
     10        * WebCoreSupport/WebFrameLoaderClient.cpp:
     11        (WebFrameLoaderClient::loadURLIntoChild):
     12
    1132008-12-01  Steve Falkenburg  <sfalken@apple.com>
    214
  • trunk/WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp

    r38732 r38912  
    545545    if (parentItem && parentItem->children().size() &&
    546546        (isBackForwardLoadType(loadType)
    547          || loadType == FrameLoadTypeReload
    548547         || loadType == FrameLoadTypeReloadAllowingStaleData))
    549548    {
Note: See TracChangeset for help on using the changeset viewer.