You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
BUILD.gn v811_spc009_project 4 months ago
LICENSE.txt v811_spc009_project 4 months ago
README.chromium v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
url_parse.cc v811_spc009_project 4 months ago
url_parse.h v811_spc009_project 4 months ago
url_parse_internal.cc v811_spc009_project 4 months ago
url_parse_internal.h v811_spc009_project 4 months ago

README.md

url_parse

url_parse.{h,cc} are based on the same files in Chromium under //url/third_party/mozilla but have been slightly modified for our use case. url_parse_internal.{h,cc} contains additional functions needed by the former files but aren't provided directly. These are also ported from Chromium's version.