Changeset 161522 in webkit


Ignore:
Timestamp:
Jan 8, 2014 2:44:50 PM (10 years ago)
Author:
andersca@apple.com
Message:

Remove WKConnectionRef tests
https://bugs.webkit.org/show_bug.cgi?id=126666

Reviewed by Dan Bernstein.

The WKConnectionRef is poorly designed but thankfully not used anywhere.
Remove the API tests as a first step towards killing the entire thing.

  • TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
  • TestWebKitAPI/Tests/WebKit2/WKConnection.cpp: Removed.
  • TestWebKitAPI/Tests/WebKit2/WKConnection_Bundle.cpp: Removed.
Location:
trunk/Tools
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r161520 r161522  
     12014-01-08  Anders Carlsson  <andersca@apple.com>
     2
     3        Remove WKConnectionRef tests
     4        https://bugs.webkit.org/show_bug.cgi?id=126666
     5
     6        Reviewed by Dan Bernstein.
     7
     8        The WKConnectionRef is poorly designed but thankfully not used anywhere.
     9        Remove the API tests as a first step towards killing the entire thing.
     10
     11        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
     12        * TestWebKitAPI/Tests/WebKit2/WKConnection.cpp: Removed.
     13        * TestWebKitAPI/Tests/WebKit2/WKConnection_Bundle.cpp: Removed.
     14
    1152014-01-08  Commit Queue  <commit-queue@webkit.org>
    216
  • trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj

    r161105 r161522  
    177177                BC575BE0126F590D006F0F12 /* PlatformUtilitiesMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC131884117114B600B69727 /* PlatformUtilitiesMac.mm */; };
    178178                BC7B61AA129A038700D174A4 /* WKPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC7B619A1299FE9E00D174A4 /* WKPreferences.cpp */; };
    179                 BC901E241492ADCE0074A667 /* WKConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC901E221492ADCE0074A667 /* WKConnection.cpp */; };
    180                 BC901E331492AF390074A667 /* WKConnection_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC901E311492AF390074A667 /* WKConnection_Bundle.cpp */; };
    181179                BC90955D125548AA00083756 /* PlatformWebViewMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC90955C125548AA00083756 /* PlatformWebViewMac.mm */; };
    182180                BC90977A125571AB00083756 /* PageLoadBasic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC909779125571AB00083756 /* PageLoadBasic.cpp */; };
     
    506504                BC575BBF126F5752006F0F12 /* PlatformUtilities.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlatformUtilities.cpp; sourceTree = "<group>"; };
    507505                BC7B619A1299FE9E00D174A4 /* WKPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKPreferences.cpp; sourceTree = "<group>"; };
    508                 BC901E221492ADCE0074A667 /* WKConnection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKConnection.cpp; sourceTree = "<group>"; };
    509                 BC901E311492AF390074A667 /* WKConnection_Bundle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKConnection_Bundle.cpp; sourceTree = "<group>"; };
    510506                BC90951B125533D700083756 /* PlatformWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlatformWebView.h; sourceTree = "<group>"; };
    511507                BC90955C125548AA00083756 /* PlatformWebViewMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PlatformWebViewMac.mm; sourceTree = "<group>"; };
     
    816812                                76E182D91547550100F1FADD /* WillSendSubmitEvent.cpp */,
    817813                                76E182DC1547569100F1FADD /* WillSendSubmitEvent_Bundle.cpp */,
    818                                 BC901E221492ADCE0074A667 /* WKConnection.cpp */,
    819                                 BC901E311492AF390074A667 /* WKConnection_Bundle.cpp */,
    820814                                51E93016156B13E1004C99DF /* WKPageGetScaleFactorNotZero.cpp */,
    821815                                BC7B619A1299FE9E00D174A4 /* WKPreferences.cpp */,
     
    12791273                                BC3C4C7F14587AA60025FB62 /* WKBrowsingContextGroupTest.mm in Sources */,
    12801274                                BC3C4C7214575B6A0025FB62 /* WKBrowsingContextLoadDelegateTest.mm in Sources */,
    1281                                 BC901E241492ADCE0074A667 /* WKConnection.cpp in Sources */,
    12821275                                51E93017156B13E1004C99DF /* WKPageGetScaleFactorNotZero.cpp in Sources */,
    12831276                                BC7B61AA129A038700D174A4 /* WKPreferences.cpp in Sources */,
     
    13261319                                520BCF4C141EB09E00937EA8 /* WebArchive_Bundle.cpp in Sources */,
    13271320                                76E182DD1547569100F1FADD /* WillSendSubmitEvent_Bundle.cpp in Sources */,
    1328                                 BC901E331492AF390074A667 /* WKConnection_Bundle.cpp in Sources */,
    13291321                        );
    13301322                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.