| Commit message (Expand) | Author | Age | Files | Lines |
* | Make net_unittests_run work with component=shared_library. | maruel@chromium.org | 2014-02-05 | 1 | -0/+28 |
* | Move url BUILD.gn file to main tree. | tfarina@chromium.org | 2014-01-05 | 1 | -0/+87 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Move the logic for getting icu data out of icu_util | jshin@chromium.org | 2013-12-04 | 1 | -1/+0 |
* | Deinline the implementation of StdStringCanonOutput. | tfarina@chromium.org | 2013-12-03 | 3 | -21/+39 |
* | Support URL fragment resolution against non-hierarchical schemes | joth@chromium.org | 2013-11-23 | 13 | -113/+209 |
* | Fix some debugging checks that expect HTTP protocol schemes to also | ricea@chromium.org | 2013-11-22 | 3 | -0/+19 |
* | Make our codebase less entertaining. | thakis@chromium.org | 2013-11-03 | 2 | -2/+2 |
* | Use copy-swap idiom for GURL::operator= | cjhopman@chromium.org | 2013-10-24 | 3 | -20/+45 |
* | Preparing to support fragment resolution against non-hierarchical schemes | kristianm@chromium.org | 2013-10-24 | 4 | -4/+29 |
* | Make GURL use scoped_ptr for inner_url_ | akalin@chromium.org | 2013-10-22 | 2 | -31/+32 |
* | Fix bug in GURL with self-assignment and non-NULL inner_url_ | akalin@chromium.org | 2013-10-22 | 2 | -0/+10 |
* | Support IDNA 2008 with UTS46. | jshin@chromium.org | 2013-09-29 | 3 | -23/+195 |
* | [CleanUp] Use base::STLSetDifference() in place of std::set_difference() | limasdf@gmail.com | 2013-09-24 | 1 | -0/+3 |
* | Escape single-quote in query strings to avoid certain types of xss. | tsepez@chromium.org | 2013-09-24 | 2 | -2/+2 |
* | Make relative file url parsing fail where there is a host:port in the relativ... | tsepez@chromium.org | 2013-09-18 | 4 | -27/+103 |
* | Revert 223928 "Make relative file url parsing fail where there i..." | tsepez@chromium.org | 2013-09-18 | 4 | -97/+24 |
* | Make relative file url parsing fail where there is a host:port in the relativ... | tsepez@chromium.org | 2013-09-18 | 4 | -24/+97 |
* | Fix OOB read when parsing protocol-relative URLs | aedla@chromium.org | 2013-09-17 | 1 | -3/+2 |
* | Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https. | cdn@chromium.org | 2013-08-22 | 2 | -0/+7 |
* | Delete unused gurl_test_main.cc | tfarina@chromium.org | 2013-08-20 | 1 | -77/+0 |
* | Add fragment URL test cases to non-standard base unittest. | mkosiba@chromium.org | 2013-08-16 | 1 | -6/+16 |
* | Fix some clang warnings found by chromium-style plugin. | tfarina@chromium.org | 2013-08-13 | 2 | -2/+4 |
* | Stop pulling googleurl through DEPS. | tfarina@chromium.org | 2013-08-12 | 6 | -355/+439 |
* | Add abarth as an OWNER of src/url | abarth@chromium.org | 2013-07-26 | 1 | -0/+1 |
* | Allow efficient WebURL -> GURL conversions | abarth@chromium.org | 2013-07-26 | 2 | -2/+25 |
* | Make inttypes.h and similar macro usage C++11-friendly. | thakis@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Remove googleurl_unittests hack. | tfarina@chromium.org | 2013-07-19 | 1 | -59/+0 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 3 | -6/+6 |
* | Use a direct include of strings headers in url/, win8/. | avi@chromium.org | 2013-06-11 | 7 | -7/+7 |
* | Use base:: on string16 and char16 in net/ and url/ | avi@chromium.org | 2013-06-11 | 30 | -249/+265 |
* | Revert 203027 "Revert 203025 "Make the copy of GURL in src/url b..." | thestig@chromium.org | 2013-05-31 | 9 | -391/+440 |
* | Revert 203025 "Make the copy of GURL in src/url buildable as a c..." | thestig@chromium.org | 2013-05-30 | 9 | -440/+391 |
* | Make the copy of GURL in src/url buildable as a component build. (try 2) | thestig@chromium.org | 2013-05-30 | 9 | -391/+440 |
* | Revert 201723 "Make the copy of GURL in src/url buildable as a c..." | nkostylev@chromium.org | 2013-05-23 | 9 | -463/+414 |
* | Make the copy of GURL in src/url buildable as a component build. | thestig@chromium.org | 2013-05-23 | 9 | -414/+463 |
* | Fix the googleurl_unittests hack so iOS builds work again. | lliabraa@chromium.org | 2013-05-03 | 1 | -7/+4 |
* | url: Copy 'googleurl_unittests' target from 'url_unittests'. Third attempt. | tfarina@chromium.org | 2013-04-25 | 1 | -0/+62 |
* | url: Replace Google copyright with the Chromium licence in all files that use... | tfarina@chromium.org | 2013-04-24 | 34 | -926/+100 |
* | url: Fix the include paths to icu unicode APIs. | tfarina@chromium.org | 2013-04-20 | 4 | -10/+6 |
* | Revert 195389 "url: Copy 'googleurl_unittests' target from 'url_..." | gavinp@chromium.org | 2013-04-20 | 1 | -62/+0 |
* | url: Copy 'googleurl_unittests' target from 'url_unittests'. Attempt 2. | tfarina@chromium.org | 2013-04-20 | 1 | -0/+62 |
* | url: Build it as a static library. | tfarina@chromium.org | 2013-04-18 | 37 | -716/+648 |
* | Revert 193777 "url: Changes to make it build standalone." | jochen@chromium.org | 2013-04-15 | 38 | -268/+254 |
* | Revert 193992 "Lets try this again." | jochen@chromium.org | 2013-04-15 | 1 | -1/+1 |
* | url: Remove using namespace declaration from url_parse_unittests.cc | tfarina@chromium.org | 2013-04-15 | 1 | -7/+8 |
* | Revert 194082 "url: Copy 'googleurl_unittests' target from 'url_..." | michaeln@google.com | 2013-04-13 | 1 | -78/+17 |
* | url: Copy 'googleurl_unittests' target from 'url_unittests'. | tfarina@chromium.org | 2013-04-13 | 1 | -17/+78 |
* | Lets try this again. | michaeln@google.com | 2013-04-12 | 1 | -1/+1 |
* | Revert 193968 "Roll the DEPS for google-url." | michaeln@google.com | 2013-04-12 | 1 | -1/+1 |