summaryrefslogtreecommitdiffstats
path: root/url/scheme_host_port.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in url/.avi2015-12-211-2/+3
* Use std::tie() for operator< in url/jsbell2015-11-301-7/+4
* Add StringPiece getters for GURL, minor cleanup.brettw2015-09-251-4/+4
* Use UintToString() to convert port numbers.ricea2015-09-181-1/+1
* Allow url::SchemeHostPort to hold non-file scheme without porttyoshino2015-08-191-50/+103
* Revert of Allow url::SchemeHostPort to hold non-file scheme without port (pat...msramek2015-08-181-103/+50
* Allow url::SchemeHostPort to hold non-file scheme without porttyoshino2015-08-181-50/+103
* Teach IPC about 'url::Origin'.mkwst2015-07-251-8/+21
* Introduce 'url::SchemeHostPort'.mkwst2015-07-141-0/+116