summaryrefslogtreecommitdiffstats
path: root/url
Commit message (Expand)AuthorAgeFilesLines
* Revert of Allow url::SchemeHostPort to hold non-file scheme without port (pat...msramek2015-08-185-220/+86
* Allow url::SchemeHostPort to hold non-file scheme without porttyoshino2015-08-185-86/+220
* Proof-read comments in src/url/.qyearsley2015-08-1425-145/+148
* Change GURL::DomainIs to take a StringPiece.qyearsley2015-08-033-66/+71
* Move JNI annotations to annotations package.aurimas2015-07-301-2/+2
* Use 'GURL::GetContent()' to process 'blob:' URLs' origins.mkwst2015-07-283-7/+32
* Remove 'url::DeprecatedSerializedOrigin'.mkwst2015-07-276-106/+0
* Teach IPC about 'url::Origin'.mkwst2015-07-255-10/+203
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-232-12/+26
* Add GN isolate support for a bunch of unittests.dpranke2015-07-221-0/+9
* Constify SchemeHostPort and Origin accessors.mkwst2015-07-222-7/+4
* Introduce 'url::Origin'.mkwst2015-07-226-1/+361
* Remove 'GURL::ResolveWithCharsetConverter'.mkwst2015-07-212-29/+4
* Introduce 'url::SchemeHostPort'.mkwst2015-07-146-0/+407
* Deprecate 'url::Origin' (3/3).mkwst2015-07-113-18/+0
* Deprecate 'url::Origin' (1/3).mkwst2015-07-118-70/+94
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-1/+2
* Convert url_unittests to run exclusively on Swarmingmaruel2015-06-302-0/+44
* Crash if UTS46 data doesn't load at startupellyjones2015-06-241-1/+3
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-093-71/+14
* url: Fix the TODO in url_parse.h header.tfarina2015-05-2611-22/+11
* Clarify the documentation for url::{AddStandardScheme,IsStandard}.palmer2015-05-192-25/+20
* Revert of Create net::FormatOriginForDisplay helper function. (patchset #8 id...palmer2015-05-161-4/+0
* Create net::FormatOriginForDisplay helper function.palmer2015-05-161-0/+4
* url: Remove basictypes.h includes.tfarina2015-05-112-13/+11
* url: Use std::numeric_limits in place of deprecated types from basictypes.htfarina2015-05-071-2/+3
* 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