summaryrefslogtreecommitdiffstats
path: root/url/url_canon_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement a new IDN display policyjshin2016-03-181-0/+7
* Switch to standard integer types in url/.avi2015-12-211-0/+1
* new URL('') should throw TypeErrorramya.v2015-12-021-0/+2
* Handle non-ASCII escaped characters from ICU.brettw2015-11-261-0/+18
* Correctly handle problematic nested escapes in URL paths.pkasting2015-09-221-0/+15
* Proof-read comments in src/url/.qyearsley2015-08-141-26/+27
* url: Fix the TODO in url_parse.h header.tfarina2015-05-261-1/+1
* Convert ARRAYSIZE_UNSAFE -> arraysize in url/.viettrungluu2014-10-161-18/+11
* Fix url_unittests URLCanonTest.DoAppendUTF8Invalid failures with dcheck_alway...phajdan.jr@chromium.org2014-06-171-3/+8
* Make it possible to build url/ without ICU on android.mmenke@chromium.org2014-05-071-106/+13
* Renamed namespaces in src/url.vitalybuka@chromium.org2014-04-221-541/+525
* Prevent URLs with invalid schemes from resolving as relative to data: URLs.tsepez@chromium.org2014-03-031-0/+1
* Support URL fragment resolution against non-hierarchical schemesjoth@chromium.org2013-11-231-10/+13
* Support IDNA 2008 with UTS46.jshin@chromium.org2013-09-291-13/+138
* Make relative file url parsing fail where there is a host:port in the relativ...tsepez@chromium.org2013-09-181-0/+5
* Revert 223928 "Make relative file url parsing fail where there i..."tsepez@chromium.org2013-09-181-5/+0
* Make relative file url parsing fail where there is a host:port in the relativ...tsepez@chromium.org2013-09-181-0/+5
* Make inttypes.h and similar macro usage C++11-friendly.thakis@chromium.org2013-07-251-1/+1
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-1/+1
* Use base:: on string16 and char16 in net/ and url/avi@chromium.org2013-06-111-23/+23
* url: Replace Google copyright with the Chromium licence in all files that use...tfarina@chromium.org2013-04-241-28/+3
* url: Fix the include paths to icu unicode APIs.tfarina@chromium.org2013-04-201-1/+1
* url: Build it as a static library.tfarina@chromium.org2013-04-181-6/+6
* Revert 193777 "url: Changes to make it build standalone."jochen@chromium.org2013-04-151-6/+6
* url: Changes to make it build standalone.tfarina@chromium.org2013-04-111-6/+6
* Move googleurl into the Chrome repo.brettw@chromium.org2013-04-101-0/+2133