Changeset 58874 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
May 6, 2010, 2:31:08 AM (15 years ago)
Author:
[email protected]
Message:

2010-05-06 Adam Barth <[email protected]>

Reviewed by Maciej Stachowiak.

[WTFURL] Add a class to represent the segments of a URL
https://bugs.webkit.org/show_bug.cgi?id=38566

When paired with a string, this class represents a parsed URL.

  • wtf/url/src/URLSegments.cpp: Added. (WTF::URLSegments::length): (WTF::URLSegments::charactersBefore):
  • wtf/url/src/URLSegments.h: Added. (WTF::URLSegments::): (WTF::URLSegments::URLSegments):
  • wtf/url/wtfurl.gyp:
Location:
trunk/JavaScriptCore
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r58858 r58874  
     12010-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
    1182010-05-05  Tony Gentilcore  <[email protected]>
    219
  • trunk/JavaScriptCore/wtf/url/wtfurl.gyp

    r58740 r58874  
    4040      'sources': [
    4141        'src/URLComponent.h',
     42        'src/URLSegments.cpp',
     43        'src/URLSegments.h',
    4244      ],
    4345      'direct_dependent_settings': {
Note: See TracChangeset for help on using the changeset viewer.