| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some content url constants to /url. | sungmann.cho@navercorp.com | 2014-05-07 | 4 | -0/+33 |
* | Make it possible to build url/ without ICU on android. | mmenke@chromium.org | 2014-05-07 | 11 | -108/+435 |
* | Remove url::ReadUTFChar's dependency on icu. Use base instead. | mmenke@chromium.org | 2014-05-02 | 3 | -49/+30 |
* | Renamed namespaces of url lib and removed namespace aliases. | vitalybuka@chromium.org | 2014-05-02 | 3 | -10/+3 |
* | Renamed namespaces in src/url. | vitalybuka@chromium.org | 2014-04-22 | 36 | -1454/+1398 |
* | More tests for GURL's is_valid() and authority parser | tyoshino@chromium.org | 2014-04-18 | 1 | -1/+50 |
* | Checkpoint work to get GN builds working on Android. | dpranke@chromium.org | 2014-04-12 | 1 | -25/+28 |
* | We have Component::reset(), so use it. | pkasting@chromium.org | 2014-04-08 | 1 | -4/+4 |
* | Minor GN build cleanup. | brettw@chromium.org | 2014-04-08 | 1 | -3/+2 |
* | Get rid of all component builds specific .isolate. | maruel@chromium.org | 2014-04-04 | 1 | -28/+0 |
* | Remove GN GYP generator. | brettw@chromium.org | 2014-03-27 | 1 | -2/+0 |
* | Move referrer stripping into GURL::GetAsReferrer(). | ppi@chromium.org | 2014-03-20 | 3 | -0/+36 |
* | Introduce url::Origin to represent Web Origin. | yhirano@chromium.org | 2014-03-13 | 5 | -0/+91 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 2 | -2/+4 |
* | Prevent URLs with invalid schemes from resolving as relative to data: URLs. | tsepez@chromium.org | 2014-03-03 | 2 | -0/+5 |
* | Compile GURL for PNaCl | sergeyu@chromium.org | 2014-02-24 | 3 | -38/+82 |
* | 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 |