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

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

Issue 2076003002: Limit XSLT number format strings to their length. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/libxslt/libxslt/numbers.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libxslt 1 Name: libxslt
2 URL: http://xmlsoft.org/XSLT 2 URL: http://xmlsoft.org/XSLT
3 Version: 87c3d9ea214fc0503fd8130b6dd97431d69cc066 3 Version: 87c3d9ea214fc0503fd8130b6dd97431d69cc066
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:
20 https://crbug.com/619006
21
19 To import a new version: 22 To import a new version:
20 23
21 On Linux, get the latest tar via libxml.org and extract and replace 24 On Linux, get the latest tar via libxml.org and extract and replace
22 libxslt/ with libxslt-X.Y.Z/ or clone git://git.gnome.org/libxslt 25 libxslt/ with libxslt-X.Y.Z/ or clone git://git.gnome.org/libxslt
23 remove .gitignore and archive it. 26 remove .gitignore and archive it.
24 27
25 mkdir linux && cd linux 28 mkdir linux && cd linux
26 ../configure --without-debug --without-mem-debug --without-debugger --without-pl ugins --with-libxml-src=../../libxml/linux/ 29 ../configure --without-debug --without-mem-debug --without-debugger --without-pl ugins --with-libxml-src=../../libxml/linux/
27 30
28 Patch to not define HAVE_CLOCK_GETTIME. 31 Patch to not define HAVE_CLOCK_GETTIME.
(...skipping 10 matching lines...) Expand all
39 In win32\ run 42 In win32\ run
40 cscript //E:jscript configure.js compiler=msvc iconv=no xslt_debug=no mem_debug= no debugger=no modules=no 43 cscript //E:jscript configure.js compiler=msvc iconv=no xslt_debug=no mem_debug= no debugger=no modules=no
41 and copy config.h to Linux in win32/ 44 and copy config.h to Linux in win32/
42 45
43 Remove: 46 Remove:
44 doc/ 47 doc/
45 examples/ 48 examples/
46 python/ 49 python/
47 tests/ 50 tests/
48 vms/ 51 vms/
OLDNEW
« no previous file with comments | « no previous file | third_party/libxslt/libxslt/numbers.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698