• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

BUILD.gnD23-Nov-2023365 1512

LICENSE.txtD23-Nov-20233.1 KiB6654

README.chromiumD23-Nov-2023274 87

README.mdD23-Nov-2023319 86

url_parse.ccD23-Nov-202327.6 KiB859565

url_parse.hD23-Nov-202312.6 KiB32392

url_parse_internal.ccD23-Nov-20232.2 KiB8761

url_parse_internal.hD23-Nov-20232 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