summaryrefslogtreecommitdiffstats
path: root/url
Commit message (Expand)AuthorAgeFilesLines
* Renamed namespaces of url lib and removed namespace aliases.vitalybuka@chromium.org2014-05-023-10/+3
* Renamed namespaces in src/url.vitalybuka@chromium.org2014-04-2236-1454/+1398
* More tests for GURL's is_valid() and authority parsertyoshino@chromium.org2014-04-181-1/+50
* Checkpoint work to get GN builds working on Android.dpranke@chromium.org2014-04-121-25/+28
* We have Component::reset(), so use it.pkasting@chromium.org2014-04-081-4/+4
* Minor GN build cleanup.brettw@chromium.org2014-04-081-3/+2
* Get rid of all component builds specific .isolate.maruel@chromium.org2014-04-041-28/+0
* Remove GN GYP generator.brettw@chromium.org2014-03-271-2/+0
* Move referrer stripping into GURL::GetAsReferrer().ppi@chromium.org2014-03-203-0/+36
* Introduce url::Origin to represent Web Origin.yhirano@chromium.org2014-03-135-0/+91
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-052-2/+4
* Prevent URLs with invalid schemes from resolving as relative to data: URLs.tsepez@chromium.org2014-03-032-0/+5
* Compile GURL for PNaClsergeyu@chromium.org2014-02-243-38/+82
* Make net_unittests_run work with component=shared_library.maruel@chromium.org2014-02-051-0/+28
* Move url BUILD.gn file to main tree.tfarina@chromium.org2014-01-051-0/+87
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Move the logic for getting icu data out of icu_utiljshin@chromium.org2013-12-041-1/+0
* Deinline the implementation of StdStringCanonOutput.tfarina@chromium.org2013-12-033-21/+39
* Support URL fragment resolution against non-hierarchical schemesjoth@chromium.org2013-11-2313-113/+209
* Fix some debugging checks that expect HTTP protocol schemes to alsoricea@chromium.org2013-11-223-0/+19
* Make our codebase less entertaining.thakis@chromium.org2013-11-032-2/+2
* Use copy-swap idiom for GURL::operator=cjhopman@chromium.org2013-10-243-20/+45
* Preparing to support fragment resolution against non-hierarchical schemeskristianm@chromium.org2013-10-244-4/+29
* Make GURL use scoped_ptr for inner_url_akalin@chromium.org2013-10-222-31/+32
* Fix bug in GURL with self-assignment and non-NULL inner_url_akalin@chromium.org2013-10-222-0/+10
* Support IDNA 2008 with UTS46.jshin@chromium.org2013-09-293-23/+195
* [CleanUp] Use base::STLSetDifference() in place of std::set_difference()limasdf@gmail.com2013-09-241-0/+3
* Escape single-quote in query strings to avoid certain types of xss.tsepez@chromium.org2013-09-242-2/+2
* Make relative file url parsing fail where there is a host:port in the relativ...tsepez@chromium.org2013-09-184-27/+103
* Revert 223928 "Make relative file url parsing fail where there i..."tsepez@chromium.org2013-09-184-97/+24
* Make relative file url parsing fail where there is a host:port in the relativ...tsepez@chromium.org2013-09-184-24/+97
* Fix OOB read when parsing protocol-relative URLsaedla@chromium.org2013-09-171-3/+2
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-222-0/+7
* Delete unused gurl_test_main.cctfarina@chromium.org2013-08-201-77/+0
* Add fragment URL test cases to non-standard base unittest.mkosiba@chromium.org2013-08-161-6/+16
* Fix some clang warnings found by chromium-style plugin.tfarina@chromium.org2013-08-132-2/+4
* Stop pulling googleurl through DEPS.tfarina@chromium.org2013-08-126-355/+439
* Add abarth as an OWNER of src/urlabarth@chromium.org2013-07-261-0/+1
* Allow efficient WebURL -> GURL conversionsabarth@chromium.org2013-07-262-2/+25
* Make inttypes.h and similar macro usage C++11-friendly.thakis@chromium.org2013-07-251-1/+1
* Remove googleurl_unittests hack.tfarina@chromium.org2013-07-191-59/+0
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-183-6/+6
* Use a direct include of strings headers in url/, win8/.avi@chromium.org2013-06-117-7/+7
* Use base:: on string16 and char16 in net/ and url/avi@chromium.org2013-06-1130-249/+265
* Revert 203027 "Revert 203025 "Make the copy of GURL in src/url b..."thestig@chromium.org2013-05-319-391/+440
* Revert 203025 "Make the copy of GURL in src/url buildable as a c..."thestig@chromium.org2013-05-309-440/+391
* Make the copy of GURL in src/url buildable as a component build. (try 2)thestig@chromium.org2013-05-309-391/+440
* Revert 201723 "Make the copy of GURL in src/url buildable as a c..."nkostylev@chromium.org2013-05-239-463/+414
* Make the copy of GURL in src/url buildable as a component build.thestig@chromium.org2013-05-239-414/+463
* Fix the googleurl_unittests hack so iOS builds work again.lliabraa@chromium.org2013-05-031-7/+4