summaryrefslogtreecommitdiffstats
path: root/url/gurl.cc
Commit message (Expand)AuthorAgeFilesLines
* Android: Add support for android-app scheme in a referrer.lizeb2016-02-191-1/+5
* Reduce string copies in GURL creationbrettw2016-01-201-4/+5
* Switch to standard integer types in url/.avi2015-12-211-7/+9
* Add StringPiece getters for GURL, minor cleanup.brettw2015-09-251-6/+6
* Proof-read comments in src/url/.qyearsley2015-08-141-8/+9
* Change GURL::DomainIs to take a StringPiece.qyearsley2015-08-031-21/+20
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-231-7/+7
* Remove 'GURL::ResolveWithCharsetConverter'.mkwst2015-07-211-15/+4
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-7/+8
* Uninline GURL's comparison operators.dcheng2014-12-061-0/+16
* Make GURL::GetAsReferrer match KURL::strippedForUseAsReferrerjochen2014-11-241-2/+4
* Replace some hard coded schemes with the constants in /url/url_constants.h.sungmann.cho@navercorp.com2014-06-181-1/+1
* Using pre-existing constants instead of hard-codingamogh.bihani@samsung.com2014-06-021-2/+2
* Renamed namespaces in src/url.vitalybuka@chromium.org2014-04-221-49/+50
* Move referrer stripping into GURL::GetAsReferrer().ppi@chromium.org2014-03-201-0/+12
* Support URL fragment resolution against non-hierarchical schemesjoth@chromium.org2013-11-231-35/+31
* Fix some debugging checks that expect HTTP protocol schemes to alsoricea@chromium.org2013-11-221-0/+4
* Use copy-swap idiom for GURL::operator=cjhopman@chromium.org2013-10-241-12/+2
* Preparing to support fragment resolution against non-hierarchical schemeskristianm@chromium.org2013-10-241-0/+4
* Make GURL use scoped_ptr for inner_url_akalin@chromium.org2013-10-221-29/+29
* Fix bug in GURL with self-assignment and non-NULL inner_url_akalin@chromium.org2013-10-221-0/+3
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-0/+4
* Allow efficient WebURL -> GURL conversionsabarth@chromium.org2013-07-261-2/+15
* Use base:: on string16 and char16 in net/ and url/avi@chromium.org2013-06-111-4/+4
* url: Replace Google copyright with the Chromium licence in all files that use...tfarina@chromium.org2013-04-241-28/+3
* url: Build it as a static library.tfarina@chromium.org2013-04-181-3/+3
* Revert 193777 "url: Changes to make it build standalone."jochen@chromium.org2013-04-151-4/+4
* url: Changes to make it build standalone.tfarina@chromium.org2013-04-111-4/+4
* Move googleurl into the Chrome repo.brettw@chromium.org2013-04-101-0/+529