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