summaryrefslogtreecommitdiffstats
path: root/url
Commit message (Expand)AuthorAgeFilesLines
* Rename GURL::SchemeUsesTLS to SchemeIsCryptographic.palmer2015-04-221-8/+9
* Add IsOriginSecure and GURL::SchemeUsesTLS.palmer2015-04-161-4/+24
* Cronet depends on url/ and net/ compiled with special flag 'USE_ICU_ALTERNATI...mef2015-03-111-33/+30
* Land prep work to enable NaCl in the Linux x64 GN builds.dpranke2015-02-261-0/+1
* win vs2015: avoid variable shadowing warning in url_canon.hscottmg2015-02-201-2/+2
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-12/+8
* Handle backslashes when resolving relative URLs on data URLs.brettw2015-02-182-3/+12
* GURL::Replacements methods accept a StringPiece instead of std::string&.mgiuca2015-02-052-14/+15
* Add more GURLTest.Resolve examples for clarity.maxbogue2015-01-271-0/+3
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Add "override" to url::RawCanonOutputT::Resizedmichael2014-12-191-1/+1
* Uninline GURL's comparison operators.dcheng2014-12-062-12/+20
* DoResolveRelative must not parse mailto schemes as path URLs.zherczeg.u-szeged2014-12-042-4/+26
* gn format // (the rest, except mojo)scottmg2014-12-031-9/+3
* Fix gn check //url/*jamesr2014-11-301-0/+1
* Support content scheme uri for Chrome on Androidqinmin2014-11-262-0/+3
* Add support for file origins to url::Origin.alexmos2014-11-252-1/+6
* Make GURL::GetAsReferrer match KURL::strippedForUseAsReferrerjochen2014-11-243-3/+10
* 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