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

Issue 1994003003: Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd (Closed)

Created:
4 years, 7 months ago by dominicc (has gone to gerrit)
Modified:
4 years, 7 months ago
Reviewers:
scottmg
CC:
chromium-reviews, dominicc+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd BUG=611953 Committed: https://crrev.com/1809440f3119353a14bbe1b4b1500c817c2710ce Cr-Commit-Position: refs/heads/master@{#395024}

Patch Set 1 #

Patch Set 2 : Update README.chromium with patches we have rolled over. #

Total comments: 1

Patch Set 3 : Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd #

Patch Set 4 : Update README.chromium #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2649 lines, -8280 lines) Patch
M third_party/libxml/README.chromium View 1 2 3 3 chunks +3 lines, -6 lines 0 comments Download
M third_party/libxml/linux/config.h View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/libxml/linux/include/libxml/xmlversion.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/libxml/linux/xml2-config View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/libxml/mac/config.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/mac/include/libxml/xmlversion.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/libxml/src/ChangeLog View 8 chunks +12 lines, -12 lines 0 comments Download
M third_party/libxml/src/HTMLparser.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/Makefile.am View 2 chunks +5 lines, -1 line 0 comments Download
M third_party/libxml/src/Makefile.in View 7 chunks +11 lines, -5 lines 0 comments Download
M third_party/libxml/src/NEWS View 9 chunks +11 lines, -11 lines 0 comments Download
M third_party/libxml/src/aclocal.m4 View 10 chunks +172 lines, -75 lines 0 comments Download
M third_party/libxml/src/bakefile/Bakefiles.bkgen View 1 chunk +14 lines, -14 lines 0 comments Download
M third_party/libxml/src/bakefile/Readme.txt View 1 chunk +92 lines, -92 lines 0 comments Download
M third_party/libxml/src/bakefile/libxml2.bkl View 1 chunk +749 lines, -749 lines 0 comments Download
M third_party/libxml/src/catalog.c View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/libxml/src/compile View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/config.guess View 9 chunks +169 lines, -32 lines 0 comments Download
M third_party/libxml/src/config.sub View 17 chunks +14 lines, -30 lines 0 comments Download
M third_party/libxml/src/configure View 25 chunks +337 lines, -43 lines 0 comments Download
M third_party/libxml/src/configure.ac View 5 chunks +92 lines, -29 lines 0 comments Download
M third_party/libxml/src/debugXML.c View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/libxml/src/depcomp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/dict.c View 16 chunks +25 lines, -25 lines 0 comments Download
M third_party/libxml/src/error.c View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/libxml/src/include/Makefile.in View 4 chunks +5 lines, -3 lines 0 comments Download
M third_party/libxml/src/include/libxml/Makefile.in View 4 chunks +5 lines, -3 lines 0 comments Download
M third_party/libxml/src/include/libxml/dict.h View 4 chunks +14 lines, -8 lines 0 comments Download
M third_party/libxml/src/include/libxml/parser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/libxml/src/include/libxml/schemasInternals.h View 1 chunk +46 lines, -46 lines 0 comments Download
M third_party/libxml/src/include/libxml/xpathInternals.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/install-sh View 12 chunks +196 lines, -170 lines 0 comments Download
M third_party/libxml/src/libxml.spec.in View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/libxml/src/libxml2.spec View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/libxml/src/ltmain.sh View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/libxml/src/m4/libtool.m4 View 2 chunks +1 line, -4 lines 0 comments Download
M third_party/libxml/src/m4/ltsugar.m4 View 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/libxml/src/m4/lt~obsolete.m4 View 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/libxml/src/macos/src/XMLTestPrefix.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/macos/src/XMLTestPrefix2.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/macos/src/libxml2_GUSIConfig.cp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/macos/src/macos_main.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/missing View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/parser.c View 10 chunks +11 lines, -10 lines 0 comments Download
M third_party/libxml/src/schematron.c View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/libxml/src/testapi.c View 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/libxml/src/tree.c View 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/libxml/src/valid.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/src/win32/VC10/README.vc10 View 1 chunk +27 lines, -27 lines 0 comments Download
M third_party/libxml/src/win32/VC10/RuleSet1.ruleset View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/libxml/src/win32/VC10/config.h View 1 chunk +0 lines, -125 lines 0 comments Download
D third_party/libxml/src/xml2-config.in View 1 chunk +0 lines, -106 lines 0 comments Download
D third_party/libxml/src/xmlcatalog.c View 1 chunk +0 lines, -615 lines 0 comments Download
D third_party/libxml/src/xmllint.c View 1 chunk +0 lines, -3801 lines 0 comments Download
M third_party/libxml/src/xmlreader.c View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/libxml/src/xmlregexp.c View 5 chunks +11 lines, -6 lines 0 comments Download
M third_party/libxml/src/xmlschemas.c View 2 chunks +11 lines, -4 lines 0 comments Download
M third_party/libxml/src/xmlschemastypes.c View 6 chunks +19 lines, -6 lines 0 comments Download
M third_party/libxml/src/xpath.c View 12 chunks +30 lines, -36 lines 0 comments Download
D third_party/libxml/src/xstc/Makefile.am View 1 chunk +0 lines, -132 lines 0 comments Download
D third_party/libxml/src/xstc/Makefile.in View 1 chunk +0 lines, -681 lines 0 comments Download
D third_party/libxml/src/xstc/xstc.py View 1 chunk +0 lines, -693 lines 0 comments Download
D third_party/libxml/src/xstc/xstc-to-python.xsl View 1 chunk +0 lines, -114 lines 0 comments Download
M third_party/libxml/win32/config.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/libxml/win32/xmlversion.h View 1 chunk +489 lines, -489 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
dominicc (has gone to gerrit)
PTAL Previously I was exporting the upstream git repo into third_party/libxml. Running autogen injected a ...
4 years, 7 months ago (2016-05-19 08:00:55 UTC) #2
scottmg
On 2016/05/19 08:00:55, dominicc wrote: > PTAL > > Previously I was exporting the upstream ...
4 years, 7 months ago (2016-05-19 16:24:07 UTC) #3
scottmg
dictionnary! https://codereview.chromium.org/1994003003/diff/20001/third_party/libxml/mac/include/libxml/xmlversion.h File third_party/libxml/mac/include/libxml/xmlversion.h (right): https://codereview.chromium.org/1994003003/diff/20001/third_party/libxml/mac/include/libxml/xmlversion.h#newcode285 third_party/libxml/mac/include/libxml/xmlversion.h:285: #if 0 Was this intentional? It's 1 on ...
4 years, 7 months ago (2016-05-19 16:26:52 UTC) #4
Dirk Pranke
On 2016/05/19 16:24:07, scottmg wrote: > On 2016/05/19 08:00:55, dominicc wrote: > > For some ...
4 years, 7 months ago (2016-05-19 17:17:52 UTC) #5
dominicc (has gone to gerrit)
On 2016/05/19 at 17:17:52, dpranke wrote: > On 2016/05/19 16:24:07, scottmg wrote: > > On ...
4 years, 7 months ago (2016-05-19 21:07:37 UTC) #6
dominicc (has gone to gerrit)
On 2016/05/19 at 16:26:52, scottmg wrote: > dictionnary! > > https://codereview.chromium.org/1994003003/diff/20001/third_party/libxml/mac/include/libxml/xmlversion.h > File third_party/libxml/mac/include/libxml/xmlversion.h (right): ...
4 years, 7 months ago (2016-05-19 21:08:32 UTC) #7
dominicc (has gone to gerrit)
Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd
4 years, 7 months ago (2016-05-19 21:39:07 UTC) #8
dominicc (has gone to gerrit)
PTAL I put a link to the github commit with of the draft roll script ...
4 years, 7 months ago (2016-05-19 21:51:07 UTC) #9
scottmg
lgtm
4 years, 7 months ago (2016-05-19 21:58:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994003003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994003003/60001
4 years, 7 months ago (2016-05-20 06:37:26 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-20 07:12:56 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 07:14:13 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1809440f3119353a14bbe1b4b1500c817c2710ce
Cr-Commit-Position: refs/heads/master@{#395024}

Powered by Google App Engine
This is Rietveld 408576698