1
0
Fork 0
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.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
BUILD.gn Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
LICENSE.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.chromium Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
url_parse.cc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
url_parse.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
url_parse_internal.cc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
url_parse_internal.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years 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.