• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# url_parse
2
3`url_parse.{h,cc}` are based on the same files in Chromium under
4`//url/third_party/mozilla` but have been slightly modified for our use case.
5`url_parse_internal.{h,cc}` contains additional functions needed by the former
6files but aren't provided directly.  These are also ported from Chromium's
7version.
8