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

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed)

Created:
5 years, 6 months ago by scottmg
Modified:
5 years, 6 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org, jshin+watch_chromium.org, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upgrade to libxml 2.9.2 and libxslt 1.1.28 The previous version of libxml was released in 2008, so this is a large jump. One notable functionality change is that the parser no longer accepts <stuff xmlns:stream="a"xmlns="b"> (with no space between the end quote of "a" and the xmlns= attribute). This seems correct to not accept, but could potentially cause some minor compatibility differences. This is the change in xmpp_login_handler_unittest.js. A second difference is that the column number reported in error conditions has changed in some cases. This causes some expected-error LayoutTests to differ in textual output. These seem reasonable and should hopefully not cause any major compatibility issues. Blink suppressions at https://codereview.chromium.org/1181403003/ which need to land first. BUG=463958, 502468 Committed: https://crrev.com/8285ba172641308c6d4775cc38d637ceacb0422a Cr-Commit-Position: refs/heads/master@{#335721}

Patch Set 1 #

Patch Set 2 : remove goop #

Patch Set 3 : config.h for libxslt #

Patch Set 4 : chmod scripts #

Patch Set 5 : Add missing space in xmpp_loging_handler_unittest.js #

Patch Set 6 : Add expected blink test failures #

Total comments: 1

Patch Set 7 : remove suppressions, have landed in blink now #

Total comments: 19

Patch Set 8 : to numbered version, update readme #

Total comments: 1

Patch Set 9 : rand_r and clock_gettime #

Patch Set 10 : GetFileAttributesA #

Patch Set 11 : fix config #

Patch Set 12 : no iconv #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50459 lines, -55942 lines) Patch
M remoting/webapp/base/js/xmpp_login_handler_unittest.js View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libxml/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +41 lines, -52 lines 0 comments Download
D third_party/libxml/build/generate-win32-headers.bat View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/libxml/libxml.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libxml/linux/config.h View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +51 lines, -29 lines 0 comments Download
M third_party/libxml/linux/include/libxml/xmlversion.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +27 lines, -5 lines 0 comments Download
M third_party/libxml/linux/xml2-config View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/libxml/mac/config.h View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +52 lines, -30 lines 0 comments Download
M third_party/libxml/mac/include/libxml/xmlversion.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +27 lines, -5 lines 0 comments Download
D third_party/libxml/patches/LoadLibraryA View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -16 lines 0 comments Download
D third_party/libxml/patches/bug_651202 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/libxml/patches/icu View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -453 lines 0 comments Download
D third_party/libxml/patches/icu-configure View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -28 lines 0 comments Download
D third_party/libxml/patches/icu-win32 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -68 lines 0 comments Download
D third_party/libxml/patches/snprintf_config View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/libxml/patches/snprintf_win32config View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/libxml/patches/win32-clobber-makefile View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/libxml/patches/win32-no-posix-error-codes View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/libxml/patches/xmlregexp-bogus-cast View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -15 lines 0 comments Download
M third_party/libxml/src/ChangeLog View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/Copyright View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -9 lines 0 comments Download
M third_party/libxml/src/DOCBparser.c View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/libxml/src/HTMLparser.c View 1 2 3 4 5 6 7 8 9 10 11 50 chunks +236 lines, -88 lines 0 comments Download
M third_party/libxml/src/HTMLtree.c View 1 2 3 4 5 6 7 8 9 10 11 29 chunks +110 lines, -61 lines 0 comments Download
D third_party/libxml/src/INSTALL View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -365 lines 0 comments Download
A third_party/libxml/src/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1279 lines, -0 lines 0 comments Download
A third_party/libxml/src/Makefile.tests View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/libxml/src/NEWS View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +647 lines, -11 lines 0 comments Download
M third_party/libxml/src/README View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/README.tests View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +12 lines, -3 lines 0 comments Download
M third_party/libxml/src/SAX.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/SAX2.c View 1 2 3 4 5 6 7 8 9 10 11 60 chunks +173 lines, -73 lines 0 comments Download
D third_party/libxml/src/acconfig.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/libxml/src/acinclude.m4 View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -4 lines 0 comments Download
D third_party/libxml/src/aclocal.m4 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -8956 lines 0 comments Download
A third_party/libxml/src/bakefile/Bakefiles.bkgen View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/libxml/src/bakefile/Readme.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/libxml/src/bakefile/libxml2.bkl View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +749 lines, -0 lines 0 comments Download
A third_party/libxml/src/buf.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/libxml/src/buf.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1304 lines, -0 lines 0 comments Download
M third_party/libxml/src/c14n.c View 1 2 3 4 5 6 7 8 9 10 11 77 chunks +322 lines, -319 lines 0 comments Download
M third_party/libxml/src/catalog.c View 1 2 3 4 5 6 7 8 9 10 11 45 chunks +60 lines, -59 lines 0 comments Download
M third_party/libxml/src/chvalid.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +82 lines, -82 lines 0 comments Download
D third_party/libxml/src/config.guess View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1501 lines 0 comments Download
D third_party/libxml/src/config.sub View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1705 lines 0 comments Download
D third_party/libxml/src/config.h.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -311 lines 0 comments Download
D third_party/libxml/src/configure View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -16827 lines 0 comments Download
A + third_party/libxml/src/configure.ac View 1 2 3 4 5 6 7 8 9 10 11 36 chunks +317 lines, -115 lines 0 comments Download
D third_party/libxml/src/configure.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1462 lines 0 comments Download
M third_party/libxml/src/debugXML.c View 1 2 3 4 5 6 7 8 9 10 11 21 chunks +185 lines, -19 lines 0 comments Download
D third_party/libxml/src/depcomp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -630 lines 0 comments Download
M third_party/libxml/src/dict.c View 1 2 3 4 5 6 7 8 9 10 11 36 chunks +249 lines, -90 lines 0 comments Download
M third_party/libxml/src/elfgcchack.h View 1 2 3 4 5 6 7 8 9 10 11 15 chunks +202 lines, -4 lines 0 comments Download
A third_party/libxml/src/enc.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +32 lines, -0 lines 0 comments Download
M third_party/libxml/src/encoding.c View 1 2 3 4 5 6 7 8 9 10 11 81 chunks +867 lines, -354 lines 0 comments Download
M third_party/libxml/src/entities.c View 1 2 3 4 5 6 7 8 9 10 11 19 chunks +117 lines, -34 lines 0 comments Download
M third_party/libxml/src/error.c View 1 2 3 4 5 6 7 8 9 10 11 26 chunks +58 lines, -51 lines 0 comments Download
M third_party/libxml/src/globals.c View 1 2 3 4 5 6 7 8 9 10 11 16 chunks +17 lines, -36 lines 0 comments Download
M third_party/libxml/src/hash.c View 1 2 3 4 5 6 7 8 9 10 11 21 chunks +58 lines, -23 lines 0 comments Download
A third_party/libxml/src/include/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/libxml/src/include/libxml/DOCBparser.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/libxml/src/include/libxml/HTMLparser.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +25 lines, -23 lines 0 comments Download
M third_party/libxml/src/include/libxml/HTMLtree.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +19 lines, -19 lines 0 comments Download
A third_party/libxml/src/include/libxml/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/libxml/src/include/libxml/SAX.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +37 lines, -37 lines 0 comments Download
M third_party/libxml/src/include/libxml/SAX2.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +38 lines, -36 lines 0 comments Download
M third_party/libxml/src/include/libxml/c14n.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/include/libxml/catalog.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +35 lines, -35 lines 0 comments Download
M third_party/libxml/src/include/libxml/debugXML.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +26 lines, -26 lines 0 comments Download
M third_party/libxml/src/include/libxml/dict.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +16 lines, -5 lines 0 comments Download
M third_party/libxml/src/include/libxml/encoding.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +15 lines, -30 lines 0 comments Download
M third_party/libxml/src/include/libxml/entities.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/libxml/src/include/libxml/globals.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +12 lines, -5 lines 0 comments Download
M third_party/libxml/src/include/libxml/hash.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +24 lines, -24 lines 0 comments Download
M third_party/libxml/src/include/libxml/list.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +26 lines, -26 lines 0 comments Download
A third_party/libxml/src/include/libxml/nanoftp.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +163 lines, -0 lines 0 comments Download
A third_party/libxml/src/include/libxml/nanohttp.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +81 lines, -0 lines 0 comments Download
M third_party/libxml/src/include/libxml/parser.h View 1 2 3 4 5 6 7 8 9 10 11 27 chunks +78 lines, -73 lines 0 comments Download
M third_party/libxml/src/include/libxml/parserInternals.h View 1 2 3 4 5 6 7 8 9 10 11 12 chunks +106 lines, -73 lines 0 comments Download
M third_party/libxml/src/include/libxml/relaxng.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/libxml/src/include/libxml/schemasInternals.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/libxml/src/include/libxml/schematron.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +11 lines, -11 lines 0 comments Download
M third_party/libxml/src/include/libxml/tree.h View 1 2 3 4 5 6 7 8 9 10 11 16 chunks +249 lines, -192 lines 0 comments Download
M third_party/libxml/src/include/libxml/valid.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +72 lines, -72 lines 0 comments Download
M third_party/libxml/src/include/libxml/xlink.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/libxml/src/include/libxml/xmlIO.h View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +72 lines, -66 lines 0 comments Download
M third_party/libxml/src/include/libxml/xmlautomata.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +22 lines, -22 lines 0 comments Download
M third_party/libxml/src/include/libxml/xmlerror.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +8 lines, -8 lines 0 comments Download
M third_party/libxml/src/include/libxml/xmlexports.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/libxml/src/include/libxml/xmlmodule.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/include/libxml/xmlreader.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +24 lines, -20 lines 0 comments Download
M third_party/libxml/src/include/libxml/xmlsave.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M third_party/libxml/src/include/libxml/xmlschemas.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +30 lines, -2 lines 0 comments Download
M third_party/libxml/src/include/libxml/xmlschemastypes.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +20 lines, -20 lines 0 comments Download
M third_party/libxml/src/include/libxml/xmlstring.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/libxml/src/include/libxml/xmlversion.h.in View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +23 lines, -1 line 0 comments Download
M third_party/libxml/src/include/libxml/xmlwriter.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -1 line 0 comments Download
M third_party/libxml/src/include/libxml/xpath.h View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +54 lines, -43 lines 0 comments Download
M third_party/libxml/src/include/libxml/xpathInternals.h View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +81 lines, -79 lines 0 comments Download
M third_party/libxml/src/include/libxml/xpointer.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +23 lines, -23 lines 0 comments Download
M third_party/libxml/src/include/win32config.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libxml/src/include/wsockcompat.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +5 lines, -2 lines 0 comments Download
D third_party/libxml/src/install-sh View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -520 lines 0 comments Download
M third_party/libxml/src/legacy.c View 1 2 3 4 5 6 7 8 9 10 11 13 chunks +16 lines, -16 lines 0 comments Download
M third_party/libxml/src/libxml.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +17 lines, -4 lines 0 comments Download
A third_party/libxml/src/libxml.3 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +71 lines, -0 lines 0 comments Download
M third_party/libxml/src/libxml-2.0-uninstalled.pc.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/libxml-2.0.pc.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/libxml.spec.in View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +40 lines, -21 lines 0 comments Download
D third_party/libxml/src/libxml2.spec View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -132 lines 0 comments Download
A third_party/libxml/src/libxml2.syms View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2281 lines, -0 lines 0 comments Download
A third_party/libxml/src/libxml2-config.cmake.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +50 lines, -0 lines 0 comments Download
M third_party/libxml/src/list.c View 1 2 3 4 5 6 7 8 9 10 11 27 chunks +38 lines, -38 lines 0 comments Download
D third_party/libxml/src/ltmain.sh View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -8406 lines 0 comments Download
A third_party/libxml/src/macos/README View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/libxml/src/macos/libxml2.mcp.xml.sit.hqx View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -4 lines 0 comments Download
A third_party/libxml/src/macos/src/XMLTestPrefix.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A third_party/libxml/src/macos/src/XMLTestPrefix2.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A third_party/libxml/src/macos/src/config-mac.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +192 lines, -0 lines 0 comments Download
A third_party/libxml/src/macos/src/libxml2_GUSIConfig.cp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A third_party/libxml/src/macos/src/macos_main.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
D third_party/libxml/src/missing View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -376 lines 0 comments Download
D third_party/libxml/src/mkinstalldirs View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -162 lines 0 comments Download
A third_party/libxml/src/nanoftp.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2121 lines, -0 lines 0 comments Download
A third_party/libxml/src/nanohttp.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1890 lines, -0 lines 0 comments Download
M third_party/libxml/src/parser.c View 1 2 3 4 5 6 7 8 9 10 11 307 chunks +1143 lines, -474 lines 0 comments Download
M third_party/libxml/src/parserInternals.c View 1 2 3 4 5 6 7 8 9 10 11 47 chunks +108 lines, -130 lines 0 comments Download
M third_party/libxml/src/pattern.c View 1 2 3 4 5 6 7 8 9 10 11 63 chunks +94 lines, -90 lines 0 comments Download
M third_party/libxml/src/relaxng.c View 1 2 3 4 5 6 7 8 9 10 11 35 chunks +117 lines, -67 lines 0 comments Download
M third_party/libxml/src/runsuite.c View 1 2 3 4 5 6 7 8 9 10 11 14 chunks +15 lines, -27 lines 0 comments Download
M third_party/libxml/src/runtest.c View 1 2 3 4 5 6 7 8 9 10 11 13 chunks +76 lines, -67 lines 0 comments Download
A third_party/libxml/src/runxmlconf.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +607 lines, -0 lines 0 comments Download
A third_party/libxml/src/save.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/libxml/src/schematron.c View 1 2 3 4 5 6 7 8 9 10 11 16 chunks +19 lines, -17 lines 0 comments Download
M third_party/libxml/src/testAutomata.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/libxml/src/testC14N.c View 1 2 3 4 5 6 7 8 9 10 11 12 chunks +55 lines, -49 lines 0 comments Download
M third_party/libxml/src/testHTML.c View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +15 lines, -15 lines 0 comments Download
M third_party/libxml/src/testModule.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/libxml/src/testRegexp.c View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +9 lines, -9 lines 0 comments Download
M third_party/libxml/src/testRelax.c View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/libxml/src/testSAX.c View 1 2 3 4 5 6 7 8 9 10 11 8 chunks +11 lines, -11 lines 0 comments Download
M third_party/libxml/src/testSchemas.c View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/libxml/src/testThreads.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/libxml/src/testThreadsWin32.c View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/libxml/src/testXPath.c View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +9 lines, -7 lines 0 comments Download
M third_party/libxml/src/testapi.c View 1 2 3 4 5 6 7 8 9 10 11 82 chunks +739 lines, -258 lines 0 comments Download
A third_party/libxml/src/testchar.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +617 lines, -0 lines 0 comments Download
A third_party/libxml/src/testdict.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +444 lines, -0 lines 0 comments Download
A third_party/libxml/src/testlimits.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1637 lines, -0 lines 0 comments Download
A third_party/libxml/src/testrecurse.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +965 lines, -0 lines 0 comments Download
M third_party/libxml/src/threads.c View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +13 lines, -6 lines 0 comments Download
A third_party/libxml/src/timsort.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +514 lines, -0 lines 0 comments Download
M third_party/libxml/src/tree.c View 1 2 3 4 5 6 7 8 9 10 11 109 chunks +408 lines, -209 lines 0 comments Download
M third_party/libxml/src/trio.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +15 lines, -1 line 0 comments Download
M third_party/libxml/src/trio.c View 1 2 3 4 5 6 7 8 9 10 11 140 chunks +231 lines, -205 lines 0 comments Download
M third_party/libxml/src/triodef.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/libxml/src/trionan.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/trionan.c View 1 2 3 4 5 6 7 8 9 10 11 22 chunks +37 lines, -37 lines 0 comments Download
M third_party/libxml/src/triostr.c View 1 2 3 4 5 6 7 8 9 10 11 54 chunks +80 lines, -74 lines 0 comments Download
M third_party/libxml/src/uri.c View 1 2 3 4 5 6 7 8 9 10 11 40 chunks +183 lines, -250 lines 0 comments Download
M third_party/libxml/src/valid.c View 1 2 3 4 5 6 7 8 9 10 11 89 chunks +125 lines, -114 lines 0 comments Download
D third_party/libxml/src/win32/Makefile View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -465 lines 0 comments Download
M third_party/libxml/src/win32/Makefile.bcb View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +17 lines, -7 lines 0 comments Download
M third_party/libxml/src/win32/Makefile.mingw View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +26 lines, -12 lines 0 comments Download
M third_party/libxml/src/win32/Makefile.msvc View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +35 lines, -11 lines 0 comments Download
A third_party/libxml/src/win32/VC10/README.vc10 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/libxml/src/win32/VC10/RuleSet1.ruleset View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libxml/src/win32/configure.js View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +14 lines, -4 lines 0 comments Download
M third_party/libxml/src/win32/libxml2.def.src View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +26 lines, -0 lines 0 comments Download
A third_party/libxml/src/win32/wince/libxml2.vcb View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A third_party/libxml/src/win32/wince/libxml2.vcl View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/libxml/src/win32/wince/libxml2.vco View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A third_party/libxml/src/win32/wince/libxml2.vcp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5273 lines, -0 lines 0 comments Download
A third_party/libxml/src/win32/wince/libxml2.vcw View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/libxml/src/win32/wince/wincecompat.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/libxml/src/win32/wince/wincecompat.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +68 lines, -0 lines 0 comments Download
M third_party/libxml/src/xinclude.c View 1 2 3 4 5 6 7 8 9 10 11 48 chunks +92 lines, -59 lines 0 comments Download
M third_party/libxml/src/xlink.c View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/libxml/src/xml2-config.1 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M third_party/libxml/src/xml2-config.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/libxml/src/xmlIO.c View 1 2 3 4 5 6 7 8 9 10 11 40 chunks +304 lines, -110 lines 0 comments Download
M third_party/libxml/src/xmlcatalog.c View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +18 lines, -17 lines 0 comments Download
M third_party/libxml/src/xmllint.c View 1 2 3 4 5 6 7 8 9 10 11 37 chunks +117 lines, -38 lines 0 comments Download
M third_party/libxml/src/xmlmemory.c View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +18 lines, -14 lines 0 comments Download
M third_party/libxml/src/xmlmodule.c View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +18 lines, -3 lines 0 comments Download
M third_party/libxml/src/xmlreader.c View 1 2 3 4 5 6 7 8 9 10 11 41 chunks +286 lines, -114 lines 0 comments Download
M third_party/libxml/src/xmlregexp.c View 1 2 3 4 5 6 7 8 9 10 11 90 chunks +140 lines, -126 lines 0 comments Download
M third_party/libxml/src/xmlsave.c View 1 2 3 4 5 6 7 8 9 10 11 50 chunks +340 lines, -101 lines 0 comments Download
M third_party/libxml/src/xmlschemas.c View 1 2 3 4 5 6 7 8 9 10 11 174 chunks +495 lines, -354 lines 0 comments Download
M third_party/libxml/src/xmlschemastypes.c View 1 2 3 4 5 6 7 8 9 10 11 103 chunks +189 lines, -177 lines 0 comments Download
M third_party/libxml/src/xmlstring.c View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +17 lines, -17 lines 0 comments Download
M third_party/libxml/src/xmlunicode.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +635 lines, -635 lines 0 comments Download
M third_party/libxml/src/xmlwriter.c View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +50 lines, -20 lines 0 comments Download
M third_party/libxml/src/xpath.c View 1 2 3 4 5 6 7 8 9 10 11 110 chunks +1096 lines, -876 lines 0 comments Download
M third_party/libxml/src/xpointer.c View 1 2 3 4 5 6 7 8 9 10 11 49 chunks +82 lines, -55 lines 0 comments Download
A third_party/libxml/src/xstc/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/libxml/src/xstc/xstc.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +693 lines, -0 lines 0 comments Download
A third_party/libxml/src/xzlib.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/libxml/src/xzlib.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +798 lines, -0 lines 0 comments Download
M third_party/libxml/win32/config.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libxml/win32/include/libxml/xmlversion.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +27 lines, -5 lines 0 comments Download
M third_party/libxslt/AUTHORS View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +44 lines, -1 line 0 comments Download
M third_party/libxslt/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -0 lines 0 comments Download
A third_party/libxslt/ChangeLog View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7683 lines, -0 lines 0 comments Download
A third_party/libxslt/FEATURES View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +244 lines, -0 lines 0 comments Download
A third_party/libxslt/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/libxslt/NEWS View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +942 lines, -0 lines 0 comments Download
A + third_party/libxslt/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
A third_party/libxslt/README View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/libxslt/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +24 lines, -54 lines 0 comments Download
A third_party/libxslt/TODO View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +124 lines, -0 lines 0 comments Download
D third_party/libxslt/acconfig.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/libxslt/build/generate-win32-headers.bat View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/libxslt/compile View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -142 lines 0 comments Download
D third_party/libxslt/config.guess View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1516 lines 0 comments Download
D third_party/libxslt/config.sub View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1626 lines 0 comments Download
A + third_party/libxslt/config.h.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +120 lines, -58 lines 0 comments Download
A third_party/libxslt/configure.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +718 lines, -0 lines 0 comments Download
A third_party/libxslt/libexslt/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/libxslt/libexslt/common.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/libxslt/libexslt/crypto.c View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +5 lines, -4 lines 0 comments Download
M third_party/libxslt/libexslt/date.c View 1 2 3 4 5 6 7 8 9 10 11 29 chunks +67 lines, -67 lines 0 comments Download
M third_party/libxslt/libexslt/dynamic.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/libxslt/libexslt/exslt.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/libxslt/libexslt/exsltconfig.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -73 lines 0 comments Download
M third_party/libxslt/libexslt/functions.c View 1 2 3 4 5 6 7 8 9 10 11 19 chunks +23 lines, -16 lines 0 comments Download
M third_party/libxslt/libexslt/libexslt.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
A third_party/libxslt/libexslt/libexslt.3 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +270 lines, -0 lines 0 comments Download
M third_party/libxslt/libexslt/math.c View 1 2 3 4 5 6 7 8 9 10 11 8 chunks +8 lines, -8 lines 0 comments Download
M third_party/libxslt/libexslt/saxon.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +30 lines, -1 line 0 comments Download
M third_party/libxslt/libexslt/strings.c View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +232 lines, -100 lines 0 comments Download
M third_party/libxslt/libxslt.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/libxslt/libxslt.pc.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
A third_party/libxslt/libxslt.spec.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +130 lines, -0 lines 0 comments Download
A third_party/libxslt/libxslt/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +77 lines, -0 lines 0 comments Download
M third_party/libxslt/libxslt/attributes.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/libxslt/libxslt/attributes.c View 1 2 3 4 5 6 7 8 9 10 11 27 chunks +56 lines, -56 lines 0 comments Download
M third_party/libxslt/libxslt/attrvt.c View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/libxslt/libxslt/documents.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +13 lines, -13 lines 0 comments Download
M third_party/libxslt/libxslt/documents.c View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +15 lines, -15 lines 0 comments Download
M third_party/libxslt/libxslt/extensions.c View 1 2 3 4 5 6 7 8 9 10 11 20 chunks +40 lines, -39 lines 0 comments Download
M third_party/libxslt/libxslt/extra.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/libxslt/libxslt/extra.c View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +13 lines, -10 lines 0 comments Download
M third_party/libxslt/libxslt/functions.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/libxslt/libxslt/functions.c View 1 2 3 4 5 6 7 8 9 10 11 25 chunks +48 lines, -38 lines 0 comments Download
M third_party/libxslt/libxslt/imports.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/libxslt/libxslt/imports.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/libxslt/libxslt/keys.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/libxslt/libxslt/keys.c View 1 2 3 4 5 6 7 8 9 10 11 8 chunks +27 lines, -12 lines 0 comments Download
M third_party/libxslt/libxslt/libxslt.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
A third_party/libxslt/libxslt/libxslt.3 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/libxslt/libxslt/libxslt.syms View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +490 lines, -0 lines 0 comments Download
M third_party/libxslt/libxslt/namespaces.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/libxslt/libxslt/namespaces.c View 1 2 3 4 5 6 7 8 9 10 11 29 chunks +42 lines, -42 lines 0 comments Download
M third_party/libxslt/libxslt/numbers.c View 1 2 3 4 5 6 7 8 9 10 11 32 chunks +68 lines, -91 lines 0 comments Download
M third_party/libxslt/libxslt/numbersInternals.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -1 line 0 comments Download
M third_party/libxslt/libxslt/pattern.c View 1 2 3 4 5 6 7 8 9 10 11 35 chunks +84 lines, -41 lines 0 comments Download
M third_party/libxslt/libxslt/preproc.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/libxslt/libxslt/preproc.c View 1 2 3 4 5 6 7 8 9 10 11 64 chunks +141 lines, -118 lines 0 comments Download
M third_party/libxslt/libxslt/security.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +11 lines, -11 lines 0 comments Download
M third_party/libxslt/libxslt/security.c View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/libxslt/libxslt/templates.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/libxslt/libxslt/templates.c View 1 2 3 4 5 6 7 8 9 10 11 13 chunks +32 lines, -17 lines 0 comments Download
M third_party/libxslt/libxslt/transform.c View 1 2 3 4 5 6 7 8 9 10 11 21 chunks +140 lines, -30 lines 0 comments Download
M third_party/libxslt/libxslt/variables.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +24 lines, -24 lines 0 comments Download
M third_party/libxslt/libxslt/variables.c View 1 2 3 4 5 6 7 8 9 10 11 63 chunks +97 lines, -88 lines 0 comments Download
M third_party/libxslt/libxslt/win32config.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/libxslt/libxslt/xslt.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +9 lines, -2 lines 0 comments Download
M third_party/libxslt/libxslt/xslt.c View 1 2 3 4 5 6 7 8 9 10 11 198 chunks +308 lines, -294 lines 0 comments Download
M third_party/libxslt/libxslt/xsltInternals.h View 1 2 3 4 5 6 7 8 9 10 11 38 chunks +68 lines, -65 lines 0 comments Download
M third_party/libxslt/libxslt/xsltconfig.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/libxslt/libxslt/xsltlocale.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M third_party/libxslt/libxslt/xsltlocale.c View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +45 lines, -29 lines 0 comments Download
M third_party/libxslt/libxslt/xsltutils.h View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +73 lines, -69 lines 0 comments Download
M third_party/libxslt/libxslt/xsltutils.c View 1 2 3 4 5 6 7 8 9 10 11 50 chunks +320 lines, -119 lines 0 comments Download
M third_party/libxslt/libxslt/xsltwin32config.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/libxslt/linux/config.h View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +70 lines, -7 lines 0 comments Download
D third_party/libxslt/linux/libexslt/exsltconfig.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/libxslt/linux/libxslt/xsltconfig.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -159 lines 0 comments Download
D third_party/libxslt/linux/libxslt/xsltwin32config.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -105 lines 0 comments Download
D third_party/libxslt/linux/xslt-config View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -137 lines 0 comments Download
M third_party/libxslt/mac/config.h View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +71 lines, -7 lines 0 comments Download
D third_party/libxslt/win32/Makefile View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -367 lines 0 comments Download
A + third_party/libxslt/win32/config.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
D third_party/libxslt/win32/config.msvc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -28 lines 0 comments Download
M third_party/libxslt/win32/configure.js View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -7 lines 0 comments Download
M third_party/libxslt/win32/libxslt.def.src View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +3 lines, -2 lines 0 comments Download
A third_party/libxslt/win32/libxslt/libxslt.def View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +149 lines, -0 lines 0 comments Download
A third_party/libxslt/win32/libxslt/libxslt.dsw View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/libxslt/win32/libxslt/libxslt_so.dsp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +247 lines, -0 lines 0 comments Download
A third_party/libxslt/win32/libxslt/xsltproc.dsp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +102 lines, -0 lines 0 comments Download
M third_party/libxslt/xslt-config.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
A third_party/libxslt/xsltproc/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/libxslt/xsltproc/testThreads.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +273 lines, -0 lines 0 comments Download
A third_party/libxslt/xsltproc/xsltproc.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +904 lines, -0 lines 0 comments Download

Messages

Total messages: 58 (21 generated)
scottmg
dpranke: content/test/test_expectations.txt kelvinp: remoting/webapp/base/js/xmpp_login_handler_unittest.js thestig: general rough sanity check on the import
5 years, 6 months ago (2015-06-18 03:49:55 UTC) #3
Dirk Pranke
//content/test change lgtm. The Blink side change does *not* need to land first; however, if ...
5 years, 6 months ago (2015-06-18 04:25:02 UTC) #4
kelvinp
I don't think the change will break our unittest. Sergeyu, do you think new change ...
5 years, 6 months ago (2015-06-18 04:27:49 UTC) #6
Dirk Pranke
https://codereview.chromium.org/1193533007/diff/50001/content/test/test_expectations.txt File content/test/test_expectations.txt (right): https://codereview.chromium.org/1193533007/diff/50001/content/test/test_expectations.txt#newcode36 content/test/test_expectations.txt:36: crbug.com/501659 fast/parser/xml-colon-entity.html [ Failure ] Turns out you need ...
5 years, 6 months ago (2015-06-18 15:39:25 UTC) #7
scottmg
On 2015/06/18 04:25:02, Dirk Pranke wrote: > //content/test change lgtm. > > The Blink side ...
5 years, 6 months ago (2015-06-18 17:26:02 UTC) #8
Dirk Pranke
On 2015/06/18 17:26:02, scottmg wrote: > On 2015/06/18 04:25:02, Dirk Pranke wrote: > > //content/test ...
5 years, 6 months ago (2015-06-18 17:28:08 UTC) #9
scottmg
On 2015/06/18 04:27:49, kelvinp wrote: > I don't think the change will break our unittest. ...
5 years, 6 months ago (2015-06-18 17:30:54 UTC) #10
scottmg
On 2015/06/18 17:28:08, Dirk Pranke wrote: > On 2015/06/18 17:26:02, scottmg wrote: > > On ...
5 years, 6 months ago (2015-06-18 17:33:40 UTC) #11
Dirk Pranke
On 2015/06/18 17:33:40, scottmg wrote: > On 2015/06/18 17:28:08, Dirk Pranke wrote: > > On ...
5 years, 6 months ago (2015-06-18 18:55:42 UTC) #12
scottmg
On 2015/06/18 18:55:42, Dirk Pranke wrote: > On 2015/06/18 17:33:40, scottmg wrote: > > On ...
5 years, 6 months ago (2015-06-18 19:57:15 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1193533007/60001
5 years, 6 months ago (2015-06-18 21:05:24 UTC) #16
Lei Zhang
https://codereview.chromium.org/1193533007/diff/60001/third_party/libxml/README.chromium File third_party/libxml/README.chromium (left): https://codereview.chromium.org/1193533007/diff/60001/third_party/libxml/README.chromium#oldcode15 third_party/libxml/README.chromium:15: Modifications: Have you gone through to see if any ...
5 years, 6 months ago (2015-06-18 23:04:23 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-18 23:23:04 UTC) #19
scottmg
Thanks! I switched to libxml2.9.2 and libxslt1.1.28. But I think now looking at the age ...
5 years, 6 months ago (2015-06-19 18:35:59 UTC) #22
scottmg
On 2015/06/19 18:35:59, scottmg wrote: > Thanks! > > I switched to libxml2.9.2 and libxslt1.1.28. ...
5 years, 6 months ago (2015-06-19 18:44:11 UTC) #23
scottmg
https://codereview.chromium.org/1193533007/diff/80001/third_party/libxslt/README.chromium File third_party/libxslt/README.chromium (left): https://codereview.chromium.org/1193533007/diff/80001/third_party/libxslt/README.chromium#oldcode51 third_party/libxslt/README.chromium:51: 6) A change to pattern.c to better handle an ...
5 years, 6 months ago (2015-06-19 18:46:07 UTC) #24
Lei Zhang
On 2015/06/19 18:44:11, scottmg wrote: > On 2015/06/19 18:35:59, scottmg wrote: > > Thanks! > ...
5 years, 6 months ago (2015-06-19 19:22:49 UTC) #25
scottmg
On 2015/06/19 19:22:49, Lei Zhang wrote: > On 2015/06/19 18:44:11, scottmg wrote: > > On ...
5 years, 6 months ago (2015-06-19 19:40:38 UTC) #26
Lei Zhang
On 2015/06/19 19:40:38, scottmg wrote: > Yup, I just don't see any visible stabilization process, ...
5 years, 6 months ago (2015-06-19 22:27:32 UTC) #27
scottmg
On 2015/06/19 22:27:32, Lei Zhang wrote: > On 2015/06/19 19:40:38, scottmg wrote: > > Yup, ...
5 years, 6 months ago (2015-06-19 22:33:59 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1193533007/100001
5 years, 6 months ago (2015-06-19 23:08:51 UTC) #31
scottmg
sergeyu or kelvinp: could you stamp the space addition in remoting/webapp/base/js/xmpp_login_handler_unittest.js? thanks.
5 years, 6 months ago (2015-06-19 23:17:13 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/72495)
5 years, 6 months ago (2015-06-19 23:23:19 UTC) #34
Sergey Ulanov
lgtm
5 years, 6 months ago (2015-06-19 23:42:11 UTC) #35
scottmg
Oh bother. It looks like we do need some more recent patches for these http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/67684. ...
5 years, 6 months ago (2015-06-19 23:48:44 UTC) #36
scottmg
OK, it looks like I just misconfigured (no ICU) for those failures, so I've updated ...
5 years, 6 months ago (2015-06-22 23:29:55 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1193533007/120001
5 years, 6 months ago (2015-06-22 23:30:46 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/66255)
5 years, 6 months ago (2015-06-22 23:54:28 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1193533007/120001
5 years, 6 months ago (2015-06-23 01:46:54 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/79841)
5 years, 6 months ago (2015-06-23 02:14:55 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1193533007/120001
5 years, 6 months ago (2015-06-23 03:57:16 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/66361)
5 years, 6 months ago (2015-06-23 04:17:51 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1193533007/120001
5 years, 6 months ago (2015-06-23 16:13:10 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/4046)
5 years, 6 months ago (2015-06-23 16:45:11 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1193533007/120001
5 years, 6 months ago (2015-06-23 18:21:39 UTC) #56
commit-bot: I haz the power
Committed patchset #12 (id:120001)
5 years, 6 months ago (2015-06-23 19:00:20 UTC) #57
commit-bot: I haz the power
5 years, 6 months ago (2015-06-23 19:01:19 UTC) #58
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/8285ba172641308c6d4775cc38d637ceacb0422a
Cr-Commit-Position: refs/heads/master@{#335721}

Powered by Google App Engine
This is Rietveld 408576698