Changeset 207340 in webkit


Ignore:
Timestamp:
Oct 14, 2016 8:39:59 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r207335.
https://bugs.webkit.org/show_bug.cgi?id=163445

WebKit2.ProvisionalURLAfterWillSendRequestCallback is timing
out on Mac bots (Requested by youenn on #webkit).

Reverted changeset:

"Add ProvisionalURLAfterWillSendRequestCallback.cpp and
ProvisionalURLAfterWillSendRequestCallback_Bundle.cpp to Mac
builds"
https://bugs.webkit.org/show_bug.cgi?id=163440
http://trac.webkit.org/changeset/207335

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r207335 r207340  
     12016-10-14  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r207335.
     4        https://bugs.webkit.org/show_bug.cgi?id=163445
     5
     6        WebKit2.ProvisionalURLAfterWillSendRequestCallback is timing
     7        out on Mac bots (Requested by youenn on #webkit).
     8
     9        Reverted changeset:
     10
     11        "Add ProvisionalURLAfterWillSendRequestCallback.cpp and
     12        ProvisionalURLAfterWillSendRequestCallback_Bundle.cpp to Mac
     13        builds"
     14        https://bugs.webkit.org/show_bug.cgi?id=163440
     15        http://trac.webkit.org/changeset/207335
     16
    1172016-10-14  Youenn Fablet  <youenn@apple.com>
    218
  • trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj

    r207335 r207340  
    101101                37E1064C1697681800B78BD0 /* DOMHTMLTableCellElementCellAbove.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 37E1064B169767F700B78BD0 /* DOMHTMLTableCellElementCellAbove.html */; };
    102102                3FBD1B4A1D3D66AB00E6D6FA /* FullscreenLayoutConstraints.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 3FBD1B491D39D1DB00E6D6FA /* FullscreenLayoutConstraints.html */; };
    103                 41030AE91DB0D989006FBC38 /* ProvisionalURLAfterWillSendRequestCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41030AE71DB0D341006FBC38 /* ProvisionalURLAfterWillSendRequestCallback.cpp */; };
    104                 41030AEB1DB0D9FF006FBC38 /* ProvisionalURLAfterWillSendRequestCallback_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41030AE81DB0D3F4006FBC38 /* ProvisionalURLAfterWillSendRequestCallback_Bundle.cpp */; };
    105103                46C519DA1D355AB200DAA51A /* LocalStorageNullEntries.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46C519D81D355A7300DAA51A /* LocalStorageNullEntries.mm */; };
    106104                46C519E61D3563FD00DAA51A /* LocalStorageNullEntries.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 46C519E21D35629600DAA51A /* LocalStorageNullEntries.html */; };
     
    854852                3F1B52681D3D7129008D60C4 /* FullscreenLayoutConstraints.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FullscreenLayoutConstraints.mm; sourceTree = "<group>"; };
    855853                3FBD1B491D39D1DB00E6D6FA /* FullscreenLayoutConstraints.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = FullscreenLayoutConstraints.html; sourceTree = "<group>"; };
    856                 41030AE71DB0D341006FBC38 /* ProvisionalURLAfterWillSendRequestCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProvisionalURLAfterWillSendRequestCallback.cpp; sourceTree = "<group>"; };
    857                 41030AE81DB0D3F4006FBC38 /* ProvisionalURLAfterWillSendRequestCallback_Bundle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProvisionalURLAfterWillSendRequestCallback_Bundle.cpp; sourceTree = "<group>"; };
    858854                41973B5A1AF2286A006C7B36 /* FileSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileSystem.cpp; sourceTree = "<group>"; };
    859855                41973B5C1AF22875006C7B36 /* SharedBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SharedBuffer.cpp; sourceTree = "<group>"; };
     
    17131709                                333B9CE11277F23100FEFCE3 /* PreventEmptyUserAgent.cpp */,
    17141710                                F6FDDDD214241AD4004F1729 /* PrivateBrowsingPushStateNoHistoryCallback.cpp */,
    1715                                 41030AE71DB0D341006FBC38 /* ProvisionalURLAfterWillSendRequestCallback.cpp */,
    1716                                 41030AE81DB0D3F4006FBC38 /* ProvisionalURLAfterWillSendRequestCallback_Bundle.cpp */,
    17171711                                8A3AF93A16C9ED2700D248C1 /* ReloadPageAfterCrash.cpp */,
    17181712                                2DD7D3A9178205D00026E1E3 /* ResizeReversePaginatedWebView.cpp */,
     
    25502544                                9C64DC321D76198A004B598E /* YouTubePluginReplacement.cpp in Sources */,
    25512545                                5E4B1D2E1D404C6100053621 /* WKScrollViewDelegateCrash.mm in Sources */,
    2552                                 41030AE91DB0D989006FBC38 /* ProvisionalURLAfterWillSendRequestCallback.cpp in Sources */,
    25532546                                7CCE7F221A411AE600447C4C /* WKString.cpp in Sources */,
    25542547                                7CCE7F1E1A411AE600447C4C /* WKStringJSString.cpp in Sources */,
     
    26082601                                33DC89141419579F00747EF7 /* LoadCanceledNoServerRedirectCallback_Bundle.cpp in Sources */,
    26092602                                33BE5AF9137B5AAE00705813 /* MouseMoveAfterCrash_Bundle.cpp in Sources */,
    2610                                 41030AEB1DB0D9FF006FBC38 /* ProvisionalURLAfterWillSendRequestCallback_Bundle.cpp in Sources */,
    26112603                                93F1DB3414DA20870024C362 /* NewFirstVisuallyNonEmptyLayout_Bundle.cpp in Sources */,
    26122604                                93F1DB5714DB1B840024C362 /* NewFirstVisuallyNonEmptyLayoutFails_Bundle.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.