summaryrefslogtreecommitdiffstats
path: root/url
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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