summaryrefslogtreecommitdiffstats
path: root/url
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.bnc2014-10-291-1/+1
* Update virtual/final usage in url/.Viet-Trung Luu2014-10-222-6/+6
* Type conversion fixes, url/ edition.pkasting2014-10-203-7/+7
* Extraction of the filename from a URL handles the parameters differently now ...arun87.kumar2014-10-162-15/+10
* Convert ARRAYSIZE_UNSAFE -> arraysize in url/.viettrungluu2014-10-165-58/+32
* Replacing the OVERRIDE with override in /src/urlanujk.sharma2014-10-072-2/+2
* Updating buffered duration of local resource in androidamogh.bihani2014-09-012-0/+11
* use a gcc version check in 4.9 warning workaroundmostynb@opera.com2014-07-291-2/+2
* url: work around a gcc warning bug.yunlian@chromium.org2014-07-141-0/+8
* Annotate leak.eustas@chromium.org2014-07-021-0/+2
* Replace some hard coded schemes with the constants in /url/url_constants.h.sungmann.cho@navercorp.com2014-06-187-16/+20
* Fix url_unittests URLCanonTest.DoAppendUTF8Invalid failures with dcheck_alway...phajdan.jr@chromium.org2014-06-171-3/+8
* url: Properly disable 4267 warning on Windows.tfarina@chromium.org2014-06-131-8/+11
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-102-0/+6
* Add net_unittests to the GN build.brettw@chromium.org2014-06-051-0/+3
* Move kStandardSchemeSeparator from //content to //urlblundell@chromium.org2014-06-052-0/+5
* GN: //url should depend on //base/third_party/dynamic_annotationsjamesr@chromium.org2014-06-051-0/+1
* Using pre-existing constants instead of hard-codingamogh.bihani@samsung.com2014-06-024-3/+8
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-286-15/+22
* Add use_icu_alternatives_on_android support to net's gn file.mmenke@chromium.org2014-05-152-4/+9
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-072-4/+2
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-074-0/+33
* Make it possible to build url/ without ICU on android.mmenke@chromium.org2014-05-0711-108/+435
* Remove url::ReadUTFChar's dependency on icu. Use base instead.mmenke@chromium.org2014-05-023-49/+30
* Renamed namespaces of url lib and removed namespace aliases.vitalybuka@chromium.org2014-05-023-10/+3
* Renamed namespaces in src/url.vitalybuka@chromium.org2014-04-2236-1454/+1398
* More tests for GURL's is_valid() and authority parsertyoshino@chromium.org2014-04-181-1/+50
* Checkpoint work to get GN builds working on Android.dpranke@chromium.org2014-04-121-25/+28
* We have Component::reset(), so use it.pkasting@chromium.org2014-04-081-4/+4
* Minor GN build cleanup.brettw@chromium.org2014-04-081-3/+2
* Get rid of all component builds specific .isolate.maruel@chromium.org2014-04-041-28/+0
* Remove GN GYP generator.brettw@chromium.org2014-03-271-2/+0
* Move referrer stripping into GURL::GetAsReferrer().ppi@chromium.org2014-03-203-0/+36
* Introduce url::Origin to represent Web Origin.yhirano@chromium.org2014-03-135-0/+91
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-052-2/+4
* Prevent URLs with invalid schemes from resolving as relative to data: URLs.tsepez@chromium.org2014-03-032-0/+5
* Compile GURL for PNaClsergeyu@chromium.org2014-02-243-38/+82
* Make net_unittests_run work with component=shared_library.maruel@chromium.org2014-02-051-0/+28
* Move url BUILD.gn file to main tree.tfarina@chromium.org2014-01-051-0/+87
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Move the logic for getting icu data out of icu_utiljshin@chromium.org2013-12-041-1/+0
* Deinline the implementation of StdStringCanonOutput.tfarina@chromium.org2013-12-033-21/+39
* Support URL fragment resolution against non-hierarchical schemesjoth@chromium.org2013-11-2313-113/+209
* Fix some debugging checks that expect HTTP protocol schemes to alsoricea@chromium.org2013-11-223-0/+19
* Make our codebase less entertaining.thakis@chromium.org2013-11-032-2/+2
* Use copy-swap idiom for GURL::operator=cjhopman@chromium.org2013-10-243-20/+45
* Preparing to support fragment resolution against non-hierarchical schemeskristianm@chromium.org2013-10-244-4/+29
* Make GURL use scoped_ptr for inner_url_akalin@chromium.org2013-10-222-31/+32
* Fix bug in GURL with self-assignment and non-NULL inner_url_akalin@chromium.org2013-10-222-0/+10
* Support IDNA 2008 with UTS46.jshin@chromium.org2013-09-293-23/+195