summaryrefslogtreecommitdiffstats
path: root/url
Commit message (Expand)AuthorAgeFilesLines
* Android: Add support for android-app scheme in a referrer.lizeb2016-02-195-63/+145
* Add origins argument to registerForeignFetchScopes.mek2016-02-171-0/+3
* Add mkwst@ to url/OWNERSmkwst2016-02-161-0/+1
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Make extensions use a correct same-origin check.palmer2016-02-032-2/+7
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-15/+0
* Reduce string copies in GURL creationbrettw2016-01-202-7/+9
* Fix typo and remove unnecessary comparison.mblsha2016-01-181-0/+5
* url: Get rid of UTF16Char type.tfarina2016-01-131-4/+0
* Fix typo in documentation on url::Origin.uniqueiclelland2016-01-071-1/+1
* Port cronet_package GYP target to GNagrieve2016-01-051-0/+8
* Clean up header files.avi2015-12-261-0/+2
* Switch to standard integer types in url/.avi2015-12-2117-28/+60
* new URL('') should throw TypeErrorramya.v2015-12-022-0/+6
* Use std::tie() for operator< in url/jsbell2015-11-301-7/+4
* Handle non-ASCII escaped characters from ICU.brettw2015-11-262-1/+40
* Expose RenderFrameHost::GetLastCommittedOrigin().nick2015-11-252-3/+3
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Add StringPiece getters for GURL, minor cleanup.brettw2015-09-253-63/+115
* Correctly handle problematic nested escapes in URL paths.pkasting2015-09-222-18/+115
* Use UintToString() to convert port numbers.ricea2015-09-181-1/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* Reland: Make separate net and url GN targets with and without ICUxunjieli2015-08-312-72/+73
* Revert of Make separate net and url GN targets with and without ICU (patchset...xunjieli2015-08-272-73/+72
* Make separate net and url GN targets with and without ICUxunjieli2015-08-272-72/+73
* clang/win: Fix component builds after https://codereview.chromium.org/1272113002Nico Weber2015-08-191-1/+1
* Allow url::SchemeHostPort to hold non-file scheme without porttyoshino2015-08-195-86/+220
* Remove GURL::SchemeIsSecure().lgarron2015-08-181-17/+0
* 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