Changeset 58874 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 6, 2010, 2:31:08 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r58858 r58874 1 2010-05-06 Adam Barth <[email protected]> 2 3 Reviewed by Maciej Stachowiak. 4 5 [WTFURL] Add a class to represent the segments of a URL 6 https://bugs.webkit.org/show_bug.cgi?id=38566 7 8 When paired with a string, this class represents a parsed URL. 9 10 * wtf/url/src/URLSegments.cpp: Added. 11 (WTF::URLSegments::length): 12 (WTF::URLSegments::charactersBefore): 13 * wtf/url/src/URLSegments.h: Added. 14 (WTF::URLSegments::): 15 (WTF::URLSegments::URLSegments): 16 * wtf/url/wtfurl.gyp: 17 1 18 2010-05-05 Tony Gentilcore <[email protected]> 2 19 -
trunk/JavaScriptCore/wtf/url/wtfurl.gyp
r58740 r58874 40 40 'sources': [ 41 41 'src/URLComponent.h', 42 'src/URLSegments.cpp', 43 'src/URLSegments.h', 42 44 ], 43 45 'direct_dependent_settings': {
Note:
See TracChangeset
for help on using the changeset viewer.