Changeset 86787 in webkit


Ignore:
Timestamp:
May 18, 2011 2:04:20 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-05-18 Adam Barth <abarth@webkit.org>

Reviewed by Sam Weinig.

Delete WTFURL
https://bugs.webkit.org/show_bug.cgi?id=61084

It's been a year and we've failed to complete this project. It's time
to throw in the towel.

  • JavaScriptCore.xcodeproj/project.pbxproj:
  • wtf/url: Removed.
  • wtf/url/api: Removed.
  • wtf/url/api/ParsedURL.cpp: Removed.
  • wtf/url/api/ParsedURL.h: Removed.
  • wtf/url/api/URLString.h: Removed.
  • wtf/url/src: Removed.
  • wtf/url/src/RawURLBuffer.h: Removed.
  • wtf/url/src/URLBuffer.h: Removed.
  • wtf/url/src/URLCharacterTypes.cpp: Removed.
  • wtf/url/src/URLCharacterTypes.h: Removed.
  • wtf/url/src/URLComponent.h: Removed.
  • wtf/url/src/URLEscape.cpp: Removed.
  • wtf/url/src/URLEscape.h: Removed.
  • wtf/url/src/URLParser.h: Removed.
  • wtf/url/src/URLQueryCanonicalizer.h: Removed.
  • wtf/url/src/URLSegments.cpp: Removed.
  • wtf/url/src/URLSegments.h: Removed.
  • wtf/url/wtfurl.gyp: Removed.
Location:
trunk/Source/JavaScriptCore
Files:
15 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r86785 r86787  
     12011-05-18  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Sam Weinig.
     4
     5        Delete WTFURL
     6        https://bugs.webkit.org/show_bug.cgi?id=61084
     7
     8        It's been a year and we've failed to complete this project.  It's time
     9        to throw in the towel.
     10
     11        * JavaScriptCore.xcodeproj/project.pbxproj:
     12        * wtf/url: Removed.
     13        * wtf/url/api: Removed.
     14        * wtf/url/api/ParsedURL.cpp: Removed.
     15        * wtf/url/api/ParsedURL.h: Removed.
     16        * wtf/url/api/URLString.h: Removed.
     17        * wtf/url/src: Removed.
     18        * wtf/url/src/RawURLBuffer.h: Removed.
     19        * wtf/url/src/URLBuffer.h: Removed.
     20        * wtf/url/src/URLCharacterTypes.cpp: Removed.
     21        * wtf/url/src/URLCharacterTypes.h: Removed.
     22        * wtf/url/src/URLComponent.h: Removed.
     23        * wtf/url/src/URLEscape.cpp: Removed.
     24        * wtf/url/src/URLEscape.h: Removed.
     25        * wtf/url/src/URLParser.h: Removed.
     26        * wtf/url/src/URLQueryCanonicalizer.h: Removed.
     27        * wtf/url/src/URLSegments.cpp: Removed.
     28        * wtf/url/src/URLSegments.h: Removed.
     29        * wtf/url/wtfurl.gyp: Removed.
     30
    1312011-05-18  Oliver Hunt  <oliver@apple.com>
    232
  • trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r86499 r86787  
    366366                969A079B0ED1D3AE00F1F681 /* Opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 969A07950ED1D3AE00F1F681 /* Opcode.h */; settings = {ATTRIBUTES = (Private, ); }; };
    367367                96DD73790F9DA3100027FBCC /* VMTags.h in Headers */ = {isa = PBXBuildFile; fileRef = 96DD73780F9DA3100027FBCC /* VMTags.h */; settings = {ATTRIBUTES = (Private, ); }; };
    368                 9714AF46122F28850092D9F5 /* URLSegments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9714AF35122F27E70092D9F5 /* URLSegments.cpp */; };
    369                 9714AF4B122F289A0092D9F5 /* RawURLBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9714AF31122F27E70092D9F5 /* RawURLBuffer.h */; };
    370                 9714AF4C122F289A0092D9F5 /* URLBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9714AF32122F27E70092D9F5 /* URLBuffer.h */; };
    371                 9714AF4D122F289A0092D9F5 /* URLComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9714AF33122F27E70092D9F5 /* URLComponent.h */; };
    372                 9714AF4E122F289A0092D9F5 /* URLParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 9714AF34122F27E70092D9F5 /* URLParser.h */; };
    373                 9714AF4F122F289A0092D9F5 /* URLSegments.h in Headers */ = {isa = PBXBuildFile; fileRef = 9714AF36122F27E70092D9F5 /* URLSegments.h */; };
    374                 9714AF5E122F32070092D9F5 /* ParsedURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9714AF57122F31F50092D9F5 /* ParsedURL.cpp */; };
    375                 9714AF5F122F32070092D9F5 /* ParsedURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 9714AF58122F31F50092D9F5 /* ParsedURL.h */; };
    376                 9714AF60122F32070092D9F5 /* URLString.h in Headers */ = {isa = PBXBuildFile; fileRef = 9714AF59122F31F50092D9F5 /* URLString.h */; };
    377368                971EDEA61169E0D3005E4262 /* Terminator.h in Headers */ = {isa = PBXBuildFile; fileRef = 97F6903A1169DF7F00A6BB46 /* Terminator.h */; settings = {ATTRIBUTES = (Private, ); }; };
    378369                97941A5713029AAB004A3447 /* OSRandomSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97941A3F130299DB004A3447 /* OSRandomSource.cpp */; };
     
    10831074                969A09220ED1E09C00F1F681 /* Completion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Completion.cpp; sourceTree = "<group>"; };
    10841075                96DD73780F9DA3100027FBCC /* VMTags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VMTags.h; sourceTree = "<group>"; };
    1085                 9714AF31122F27E70092D9F5 /* RawURLBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RawURLBuffer.h; path = url/src/RawURLBuffer.h; sourceTree = "<group>"; };
    1086                 9714AF32122F27E70092D9F5 /* URLBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLBuffer.h; path = url/src/URLBuffer.h; sourceTree = "<group>"; };
    1087                 9714AF33122F27E70092D9F5 /* URLComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLComponent.h; path = url/src/URLComponent.h; sourceTree = "<group>"; };
    1088                 9714AF34122F27E70092D9F5 /* URLParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLParser.h; path = url/src/URLParser.h; sourceTree = "<group>"; };
    1089                 9714AF35122F27E70092D9F5 /* URLSegments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = URLSegments.cpp; path = url/src/URLSegments.cpp; sourceTree = "<group>"; };
    1090                 9714AF36122F27E70092D9F5 /* URLSegments.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLSegments.h; path = url/src/URLSegments.h; sourceTree = "<group>"; };
    1091                 9714AF57122F31F50092D9F5 /* ParsedURL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ParsedURL.cpp; path = url/api/ParsedURL.cpp; sourceTree = "<group>"; };
    1092                 9714AF58122F31F50092D9F5 /* ParsedURL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ParsedURL.h; path = url/api/ParsedURL.h; sourceTree = "<group>"; };
    1093                 9714AF59122F31F50092D9F5 /* URLString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLString.h; path = url/api/URLString.h; sourceTree = "<group>"; };
    1094                 972A485D12661E0800F4514F /* URLCharacterTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = URLCharacterTypes.cpp; path = url/src/URLCharacterTypes.cpp; sourceTree = "<group>"; };
    1095                 972A485E12661E0800F4514F /* URLCharacterTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLCharacterTypes.h; path = url/src/URLCharacterTypes.h; sourceTree = "<group>"; };
    1096                 972A48741266256F00F4514F /* URLEscape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = URLEscape.cpp; path = url/src/URLEscape.cpp; sourceTree = "<group>"; };
    1097                 972A48751266256F00F4514F /* URLEscape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLEscape.h; path = url/src/URLEscape.h; sourceTree = "<group>"; };
    1098                 972A48761266256F00F4514F /* URLQueryCanonicalizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLQueryCanonicalizer.h; path = url/src/URLQueryCanonicalizer.h; sourceTree = "<group>"; };
    10991076                97941A3F130299DB004A3447 /* OSRandomSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OSRandomSource.cpp; sourceTree = "<group>"; };
    11001077                97941A40130299DB004A3447 /* OSRandomSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSRandomSource.h; sourceTree = "<group>"; };
     
    17731750                                E195678D09E7CF1200B89D13 /* unicode */,
    17741751                                935AF46B09E9D9DB00ACD1D8 /* UnusedParam.h */,
    1775                                 9714AF2F122F27C60092D9F5 /* url */,
    17761752                                E17FF770112131D200076A19 /* ValueCheck.h */,
    17771753                                6592C316098B7DE10003D4F6 /* Vector.h */,
     
    21692145                        );
    21702146                        path = bytecode;
    2171                         sourceTree = "<group>";
    2172                 };
    2173                 9714AF2F122F27C60092D9F5 /* url */ = {
    2174                         isa = PBXGroup;
    2175                         children = (
    2176                                 9714AF56122F31DD0092D9F5 /* api */,
    2177                                 9714AF30122F27D20092D9F5 /* src */,
    2178                         );
    2179                         name = url;
    2180                         sourceTree = "<group>";
    2181                 };
    2182                 9714AF30122F27D20092D9F5 /* src */ = {
    2183                         isa = PBXGroup;
    2184                         children = (
    2185                                 9714AF31122F27E70092D9F5 /* RawURLBuffer.h */,
    2186                                 9714AF32122F27E70092D9F5 /* URLBuffer.h */,
    2187                                 972A485D12661E0800F4514F /* URLCharacterTypes.cpp */,
    2188                                 972A485E12661E0800F4514F /* URLCharacterTypes.h */,
    2189                                 9714AF33122F27E70092D9F5 /* URLComponent.h */,
    2190                                 972A48741266256F00F4514F /* URLEscape.cpp */,
    2191                                 972A48751266256F00F4514F /* URLEscape.h */,
    2192                                 9714AF34122F27E70092D9F5 /* URLParser.h */,
    2193                                 972A48761266256F00F4514F /* URLQueryCanonicalizer.h */,
    2194                                 9714AF35122F27E70092D9F5 /* URLSegments.cpp */,
    2195                                 9714AF36122F27E70092D9F5 /* URLSegments.h */,
    2196                         );
    2197                         name = src;
    2198                         sourceTree = "<group>";
    2199                 };
    2200                 9714AF56122F31DD0092D9F5 /* api */ = {
    2201                         isa = PBXGroup;
    2202                         children = (
    2203                                 9714AF57122F31F50092D9F5 /* ParsedURL.cpp */,
    2204                                 9714AF58122F31F50092D9F5 /* ParsedURL.h */,
    2205                                 9714AF59122F31F50092D9F5 /* URLString.h */,
    2206                         );
    2207                         name = api;
    22082147                        sourceTree = "<group>";
    22092148                };
     
    24702409                                14B3EF0512BC24DD00D29EFF /* PageBlock.h in Headers */,
    24712410                                8690231512092D5C00630AF9 /* PageReservation.h in Headers */,
    2472                                 9714AF5F122F32070092D9F5 /* ParsedURL.h in Headers */,
    24732411                                BC18C44B0E16F5CD00B34460 /* Parser.h in Headers */,
    24742412                                93052C350FB792190048FDC3 /* ParserArena.h in Headers */,
     
    24912429                                088FA5BC0EF76D4300578E6F /* RandomNumber.h in Headers */,
    24922430                                08E279E90EF83B10007DB523 /* RandomNumberSeed.h in Headers */,
    2493                                 9714AF4B122F289A0092D9F5 /* RawURLBuffer.h in Headers */,
    24942431                                BC18C4570E16F5CD00B34460 /* RefCounted.h in Headers */,
    24952432                                90D3469C0E285280009492EE /* RefCountedLeakCounter.h in Headers */,
     
    25662503                                BC18C4740E16F5CD00B34460 /* UnicodeIcu.h in Headers */,
    25672504                                BC18C4750E16F5CD00B34460 /* UnusedParam.h in Headers */,
    2568                                 9714AF4C122F289A0092D9F5 /* URLBuffer.h in Headers */,
    2569                                 9714AF4D122F289A0092D9F5 /* URLComponent.h in Headers */,
    2570                                 9714AF4E122F289A0092D9F5 /* URLParser.h in Headers */,
    2571                                 9714AF4F122F289A0092D9F5 /* URLSegments.h in Headers */,
    2572                                 9714AF60122F32070092D9F5 /* URLString.h in Headers */,
    25732505                                BC18C4760E16F5CD00B34460 /* UString.h in Headers */,
    25742506                                08DDA5C11264631700751732 /* UStringBuilder.h in Headers */,
     
    29962928                                14FFF98C12BFFF7500795BB8 /* PageAllocationAligned.cpp in Sources */,
    29972929                                14B3EF0612BC24DD00D29EFF /* PageBlock.cpp in Sources */,
    2998                                 9714AF5E122F32070092D9F5 /* ParsedURL.cpp in Sources */,
    29992930                                148F21BC107EC54D0042EC2C /* Parser.cpp in Sources */,
    30002931                                93052C340FB792190048FDC3 /* ParserArena.cpp in Sources */,
     
    30412972                                14A42E3F0F4F60EE00599099 /* TimeoutChecker.cpp in Sources */,
    30422973                                0B330C270F38C62300692DE3 /* TypeTraits.cpp in Sources */,
    3043                                 9714AF46122F28850092D9F5 /* URLSegments.cpp in Sources */,
    30442974                                14469DEE107EC7E700650446 /* UString.cpp in Sources */,
    30452975                                E1EF79AA0CE97BA60088D500 /* UTF8.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.