Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
chromium/ | 03-May-2024 | - | 1,186 | 774 | ||
fuzz/ | 03-May-2024 | - | 56,055 | 46,993 | ||
linux/ | 03-May-2024 | - | 823 | 335 | ||
mac/ | 03-May-2024 | - | 714 | 249 | ||
src/ | 03-May-2024 | - | 200,447 | 145,541 | ||
win32/ | 03-May-2024 | - | 550 | 218 | ||
BUILD.gn | D | 03-May-2024 | 8.5 KiB | 322 | 282 | |
DEPS | D | 03-May-2024 | 33 | 4 | 3 | |
DIR_METADATA | D | 03-May-2024 | 39 | 4 | 3 | |
README.chromium | D | 03-May-2024 | 762 | 24 | 18 | |
libxml_visibility.gni | D | 03-May-2024 | 415 | 14 | 11 |
README.chromium
1Name: libxml 2URL: http://xmlsoft.org 3Version: 9282b084315b141f77e32bb25e56096a6cd0fd16 4CPEPrefix: cpe:/a:xmlsoft:libxml2:2.11.0 5License: MIT 6License File: src/Copyright 7Security Critical: yes 8 9Description: 10 11libxml2 from libxml.org. 12 13Modifications: 14 15- chromium-issue-894933.patch: Use ptrdiff_t instead of unsigned long for 16 pointer differences in parser.c 17- libxml2-2.9.4-security-xpath-nodetab-uaf.patch: See https://crbug.com/705445 18- undo-sax-deprecation.patch: Un-deprecate xmlSAXParseMemory because it is used 19 in chromium's copy of maldoca. See https://github.com/google/maldoca/issues/87 20- Add helper classes in the chromium/ subdirectory. 21- Delete various unused files, see chromium/roll.py 22 23This import was generated by the chromium/roll.py script. 24