Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Side by Side Diff: third_party/libxslt/README.chromium

Issue 2626983002: Check for overflow when merging text nodes. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: libxslt 1 Name: libxslt
2 URL: http://xmlsoft.org/XSLT 2 URL: http://xmlsoft.org/XSLT
3 Version: 8345634c5482ca04293ae1862d52fa9dd764aeca 3 Version: 8345634c5482ca04293ae1862d52fa9dd764aeca
4 Security Critical: yes 4 Security Critical: yes
5 License: MIT 5 License: MIT
6 License File: Copyright 6 License File: Copyright
7 7
8 Description: 8 Description:
9 9
10 libxslt from libxml.org. 10 libxslt from libxml.org.
11 11
12 Modifications: 12 Modifications:
13 13
14 - GetFileAttributes -> GetFileAttributesA in libxslt\security.c 14 - GetFileAttributes -> GetFileAttributesA in libxslt\security.c
15 15
16 - Apply patch contributed here: 16 - Apply patch contributed here:
17 https://bugs.chromium.org/p/chromium/issues/detail?id=583171#c17 17 https://bugs.chromium.org/p/chromium/issues/detail?id=583171#c17
18 18
19 - Apply patch contributed here: 19 - Apply patches contributed here:
20 https://crbug.com/619006 20 https://crbug.com/619006
21 https://crbug.com/676623#c12
21 22
22 To import a new version: 23 To import a new version:
23 24
24 On Linux, get the latest tar via libxml.org and extract and replace 25 On Linux, get the latest tar via libxml.org and extract and replace
25 libxslt/ with libxslt-X.Y.Z/ or clone git://git.gnome.org/libxslt 26 libxslt/ with libxslt-X.Y.Z/ or clone git://git.gnome.org/libxslt
26 remove .gitignore and archive it. 27 remove .gitignore and archive it.
27 28
28 mkdir linux && cd linux 29 mkdir linux && cd linux
29 ../configure --without-debug --without-mem-debug --without-debugger --without-pl ugins --with-libxml-src=../../libxml/linux/ 30 ../configure --without-debug --without-mem-debug --without-debugger --without-pl ugins --with-libxml-src=../../libxml/linux/
30 31
(...skipping 11 matching lines...) Expand all
42 In win32\ run 43 In win32\ run
43 cscript //E:jscript configure.js compiler=msvc iconv=no xslt_debug=no mem_debug= no debugger=no modules=no 44 cscript //E:jscript configure.js compiler=msvc iconv=no xslt_debug=no mem_debug= no debugger=no modules=no
44 and copy config.h to Linux in win32/ 45 and copy config.h to Linux in win32/
45 46
46 Remove: 47 Remove:
47 doc/ 48 doc/
48 examples/ 49 examples/
49 python/ 50 python/
50 tests/ 51 tests/
51 vms/ 52 vms/
OLDNEW
« no previous file with comments | « no previous file | third_party/libxslt/libxslt/transform.c » ('j') | third_party/libxslt/libxslt/transform.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698