summaryrefslogtreecommitdiffstats
path: root/url
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of DEPRECATED_java_in_dir with java_filesagrieve2016-03-231-1/+1
* Mojo bindings: Fix typemap includes.sammc2016-03-234-50/+12
* Implement a new IDN display policyjshin2016-03-181-0/+7
* Enable url_unittests for Androidagrieve2016-03-181-33/+30
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-071-0/+1
* Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (patchset ...Ken Rockot2016-03-061-1/+0
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-051-0/+1
* Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (patchset ...rockot2016-03-051-1/+0
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-051-0/+1
* Add mojo struct traits for url::Origin so that it can be sent over mojoms.jam2016-03-048-17/+149
* Fix iOS GN build after r379128.jam2016-03-043-7/+26
* Add mojo struct traits for GURL so that it can be sent over mojoms.jam2016-03-0312-2/+330
* Move GURL ParamTraits to url/ipcmarkdittmer2016-03-038-0/+265
* Revert of Mustash: Move GURL ParamTraits to url/ipc (patchset #18 id:330001 o...dimich2016-03-029-273/+0
* Move GURL ParamTraits to url/ipcmarkdittmer2016-03-029-0/+273
* 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