| Commit message (Expand) | Author | Age | Files | Lines |
* | Port cronet_package GYP target to GN | agrieve | 2016-01-05 | 1 | -0/+8 |
* | Clean up header files. | avi | 2015-12-26 | 1 | -0/+2 |
* | Switch to standard integer types in url/. | avi | 2015-12-21 | 17 | -28/+60 |
* | new URL('') should throw TypeError | ramya.v | 2015-12-02 | 2 | -0/+6 |
* | Use std::tie() for operator< in url/ | jsbell | 2015-11-30 | 1 | -7/+4 |
* | Handle non-ASCII escaped characters from ICU. | brettw | 2015-11-26 | 2 | -1/+40 |
* | Expose RenderFrameHost::GetLastCommittedOrigin(). | nick | 2015-11-25 | 2 | -3/+3 |
* | Run gn --format over all .gn files | agrieve | 2015-11-20 | 1 | -1/+1 |
* | Add StringPiece getters for GURL, minor cleanup. | brettw | 2015-09-25 | 3 | -63/+115 |
* | Correctly handle problematic nested escapes in URL paths. | pkasting | 2015-09-22 | 2 | -18/+115 |
* | Use UintToString() to convert port numbers. | ricea | 2015-09-18 | 1 | -1/+1 |
* | Fix sbox_validation_tests & Make isolate_driver.py include the executable itself | maruel | 2015-09-09 | 1 | -1/+0 |
* | Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec... | stgao | 2015-09-03 | 1 | -0/+1 |
* | Fix sbox_validation_tests & Make isolate_driver.py include the executable itself | maruel | 2015-09-02 | 1 | -1/+0 |
* | Reland: Make separate net and url GN targets with and without ICU | xunjieli | 2015-08-31 | 2 | -72/+73 |
* | Revert of Make separate net and url GN targets with and without ICU (patchset... | xunjieli | 2015-08-27 | 2 | -73/+72 |
* | Make separate net and url GN targets with and without ICU | xunjieli | 2015-08-27 | 2 | -72/+73 |
* | clang/win: Fix component builds after https://codereview.chromium.org/1272113002 | Nico Weber | 2015-08-19 | 1 | -1/+1 |
* | Allow url::SchemeHostPort to hold non-file scheme without port | tyoshino | 2015-08-19 | 5 | -86/+220 |
* | Remove GURL::SchemeIsSecure(). | lgarron | 2015-08-18 | 1 | -17/+0 |
* | Revert of Allow url::SchemeHostPort to hold non-file scheme without port (pat... | msramek | 2015-08-18 | 5 | -220/+86 |
* | Allow url::SchemeHostPort to hold non-file scheme without port | tyoshino | 2015-08-18 | 5 | -86/+220 |
* | Proof-read comments in src/url/. | qyearsley | 2015-08-14 | 25 | -145/+148 |
* | Change GURL::DomainIs to take a StringPiece. | qyearsley | 2015-08-03 | 3 | -66/+71 |
* | Move JNI annotations to annotations package. | aurimas | 2015-07-30 | 1 | -2/+2 |
* | Use 'GURL::GetContent()' to process 'blob:' URLs' origins. | mkwst | 2015-07-28 | 3 | -7/+32 |
* | Remove 'url::DeprecatedSerializedOrigin'. | mkwst | 2015-07-27 | 6 | -106/+0 |
* | Teach IPC about 'url::Origin'. | mkwst | 2015-07-25 | 5 | -10/+203 |
* | Unify LowerCaseEqualsASCII and EqualsASCII functions. | brettw | 2015-07-23 | 2 | -12/+26 |
* | Add GN isolate support for a bunch of unittests. | dpranke | 2015-07-22 | 1 | -0/+9 |
* | Constify SchemeHostPort and Origin accessors. | mkwst | 2015-07-22 | 2 | -7/+4 |
* | Introduce 'url::Origin'. | mkwst | 2015-07-22 | 6 | -1/+361 |
* | Remove 'GURL::ResolveWithCharsetConverter'. | mkwst | 2015-07-21 | 2 | -29/+4 |
* | Introduce 'url::SchemeHostPort'. | mkwst | 2015-07-14 | 6 | -0/+407 |
* | Deprecate 'url::Origin' (3/3). | mkwst | 2015-07-11 | 3 | -18/+0 |
* | Deprecate 'url::Origin' (1/3). | mkwst | 2015-07-11 | 8 | -70/+94 |
* | Move MatchPattern to its own header and the base namespace. | brettw | 2015-07-06 | 1 | -1/+2 |
* | Convert url_unittests to run exclusively on Swarming | maruel | 2015-06-30 | 2 | -0/+44 |
* | Crash if UTS46 data doesn't load at startup | ellyjones | 2015-06-24 | 1 | -1/+3 |
* | Move LowerCaseEqualsASCII to base namespace | brettw | 2015-06-09 | 3 | -71/+14 |
* | url: Fix the TODO in url_parse.h header. | tfarina | 2015-05-26 | 11 | -22/+11 |
* | Clarify the documentation for url::{AddStandardScheme,IsStandard}. | palmer | 2015-05-19 | 2 | -25/+20 |
* | Revert of Create net::FormatOriginForDisplay helper function. (patchset #8 id... | palmer | 2015-05-16 | 1 | -4/+0 |
* | Create net::FormatOriginForDisplay helper function. | palmer | 2015-05-16 | 1 | -0/+4 |
* | url: Remove basictypes.h includes. | tfarina | 2015-05-11 | 2 | -13/+11 |
* | url: Use std::numeric_limits in place of deprecated types from basictypes.h | tfarina | 2015-05-07 | 1 | -2/+3 |
* | Rename GURL::SchemeUsesTLS to SchemeIsCryptographic. | palmer | 2015-04-22 | 1 | -8/+9 |
* | Add IsOriginSecure and GURL::SchemeUsesTLS. | palmer | 2015-04-16 | 1 | -4/+24 |
* | Cronet depends on url/ and net/ compiled with special flag 'USE_ICU_ALTERNATI... | mef | 2015-03-11 | 1 | -33/+30 |
* | Land prep work to enable NaCl in the Linux x64 GN builds. | dpranke | 2015-02-26 | 1 | -0/+1 |