Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | D | 23-Nov-2023 | 365 | 15 | 12 | |
LICENSE.txt | D | 23-Nov-2023 | 3.1 KiB | 66 | 54 | |
README.chromium | D | 23-Nov-2023 | 274 | 8 | 7 | |
README.md | D | 23-Nov-2023 | 319 | 8 | 6 | |
url_parse.cc | D | 23-Nov-2023 | 27.6 KiB | 859 | 565 | |
url_parse.h | D | 23-Nov-2023 | 12.6 KiB | 323 | 92 | |
url_parse_internal.cc | D | 23-Nov-2023 | 2.2 KiB | 87 | 61 | |
url_parse_internal.h | D | 23-Nov-2023 | 2 KiB | 51 | 22 |
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