summaryrefslogtreecommitdiffstats
path: root/url
Commit message (Expand)AuthorAgeFilesLines
* url: Properly disable 4267 warning on Windows.tfarina@chromium.org2014-06-131-8/+11
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-102-0/+6
* Add net_unittests to the GN build.brettw@chromium.org2014-06-051-0/+3
* Move kStandardSchemeSeparator from //content to //urlblundell@chromium.org2014-06-052-0/+5
* GN: //url should depend on //base/third_party/dynamic_annotationsjamesr@chromium.org2014-06-051-0/+1
* Using pre-existing constants instead of hard-codingamogh.bihani@samsung.com2014-06-024-3/+8
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-286-15/+22
* Add use_icu_alternatives_on_android support to net's gn file.mmenke@chromium.org2014-05-152-4/+9
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-072-4/+2
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-074-0/+33
* Make it possible to build url/ without ICU on android.mmenke@chromium.org2014-05-0711-108/+435
* Remove url::ReadUTFChar's dependency on icu. Use base instead.mmenke@chromium.org2014-05-023-49/+30
* 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