Name Date Size #Lines LOC

..--

BUILD.gnH A D25-Apr-2025365 1512

LICENSE.txtH A D25-Apr-20253.1 KiB6654

README.chromiumH A D25-Apr-2025274 87

README.mdH A D25-Apr-2025319 86

url_parse.ccH A D25-Apr-202527.6 KiB859565

url_parse.hH A D25-Apr-202512.6 KiB32392

url_parse_internal.ccH A D25-Apr-20252.2 KiB8761

url_parse_internal.hH A D25-Apr-20252 KiB5122

README.chromium

1Name: url_parse
2URL: http://mxr.mozilla.org/comm-central/source/mozilla/netwerk/base/src/nsURLParsers.cpp
3Security Critical: yes
4License: BSD and MPL 1.1/GPL 2.0/LGPL 2.1
5License File: LICENSE.txt
6Description:
7The file url_parse.cc is based on nsURLParsers.cc from Mozilla.
8

README.md

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