tree: b38bc32a1aae451c8143606c70cfd5a55afe06d7 [path history] [tgz]
  1. BUILD.gn
  2. LICENSE.txt
  3. README.chromium
  4. README.md
  5. url_parse.cc
  6. url_parse.h
  7. url_parse_internal.cc
  8. url_parse_internal.h
third_party/mozilla/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.