summaryrefslogtreecommitdiffstats
path: root/url/gurl.h
Commit message (Expand)AuthorAgeFilesLines
* Android: Add support for android-app scheme in a referrer.lizeb2016-02-191-0/+3
* Reduce string copies in GURL creationbrettw2016-01-201-3/+4
* Switch to standard integer types in url/.avi2015-12-211-0/+2
* Add StringPiece getters for GURL, minor cleanup.brettw2015-09-251-53/+105
* Remove GURL::SchemeIsSecure().lgarron2015-08-181-17/+0
* Proof-read comments in src/url/.qyearsley2015-08-141-10/+9
* Change GURL::DomainIs to take a StringPiece.qyearsley2015-08-031-16/+9
* Use 'GURL::GetContent()' to process 'blob:' URLs' origins.mkwst2015-07-281-2/+2
* Remove 'GURL::ResolveWithCharsetConverter'.mkwst2015-07-211-14/+0
* url: Fix the TODO in url_parse.h header.tfarina2015-05-261-1/+1
* Clarify the documentation for url::{AddStandardScheme,IsStandard}.palmer2015-05-191-4/+5
* Revert of Create net::FormatOriginForDisplay helper function. (patchset #8 id...palmer2015-05-161-4/+0
* Create net::FormatOriginForDisplay helper function.palmer2015-05-161-0/+4
* Rename GURL::SchemeUsesTLS to SchemeIsCryptographic.palmer2015-04-221-8/+9
* Add IsOriginSecure and GURL::SchemeUsesTLS.palmer2015-04-161-4/+24
* GURL::Replacements methods accept a StringPiece instead of std::string&.mgiuca2015-02-051-2/+2
* Uninline GURL's comparison operators.dcheng2014-12-061-12/+4
* Make GURL::GetAsReferrer match KURL::strippedForUseAsReferrerjochen2014-11-241-1/+2
* Updating buffered duration of local resource in androidamogh.bihani2014-09-011-0/+5
* Replace some hard coded schemes with the constants in /url/url_constants.h.sungmann.cho@navercorp.com2014-06-181-2/+2
* Using pre-existing constants instead of hard-codingamogh.bihani@samsung.com2014-06-021-1/+2
* Renamed namespaces in src/url.vitalybuka@chromium.org2014-04-221-15/+15
* Move referrer stripping into GURL::GetAsReferrer().ppi@chromium.org2014-03-201-0/+5
* Support URL fragment resolution against non-hierarchical schemesjoth@chromium.org2013-11-231-0/+11
* Fix some debugging checks that expect HTTP protocol schemes to alsoricea@chromium.org2013-11-221-0/+3
* Use copy-swap idiom for GURL::operator=cjhopman@chromium.org2013-10-241-1/+1
* Preparing to support fragment resolution against non-hierarchical schemeskristianm@chromium.org2013-10-241-0/+5
* Make GURL use scoped_ptr for inner_url_akalin@chromium.org2013-10-221-2/+3
* [CleanUp] Use base::STLSetDifference() in place of std::set_difference()limasdf@gmail.com2013-09-241-0/+3
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-0/+3
* Allow efficient WebURL -> GURL conversionsabarth@chromium.org2013-07-261-0/+10
* Use a direct include of strings headers in url/, win8/.avi@chromium.org2013-06-111-1/+1
* Use base:: on string16 and char16 in net/ and url/avi@chromium.org2013-06-111-5/+5
* Revert 203027 "Revert 203025 "Make the copy of GURL in src/url b..."thestig@chromium.org2013-05-311-6/+5
* Revert 203025 "Make the copy of GURL in src/url buildable as a c..."thestig@chromium.org2013-05-301-5/+6
* Make the copy of GURL in src/url buildable as a component build. (try 2)thestig@chromium.org2013-05-301-6/+5
* Revert 201723 "Make the copy of GURL in src/url buildable as a c..."nkostylev@chromium.org2013-05-231-33/+31
* Make the copy of GURL in src/url buildable as a component build.thestig@chromium.org2013-05-231-31/+33
* 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-38/+37
* Revert 193777 "url: Changes to make it build standalone."jochen@chromium.org2013-04-151-7/+7
* url: Changes to make it build standalone.tfarina@chromium.org2013-04-111-7/+7
* Move googleurl into the Chrome repo.brettw@chromium.org2013-04-101-0/+392