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

Issue 2142893006: Dust-off SkXMLParser (Closed)

Created:
4 years, 5 months ago by f(malita)
Modified:
4 years, 5 months ago
CC:
reviews_skia.org, stephana
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Dust-off SkXMLParser Hook up SkXMLParser to Expat, such that it can actually parse, err, XML. Add a trivial unit test. R=robertphillips@google.com,reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2142893006 Committed: https://skia.googlesource.com/skia/+/7445e86bac478dea91da32473e5a01baff637c23

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : review #

Total comments: 2

Patch Set 5 : rebase + review #

Patch Set 6 : speculative win fix #

Patch Set 7 : XML_STATIC for MSVC voodoo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -59 lines) Patch
M gyp/expat.gyp View 1 2 3 4 5 6 2 chunks +11 lines, -3 lines 0 comments Download
M gyp/xml.gyp View 1 2 3 4 1 chunk +11 lines, -10 lines 0 comments Download
M include/xml/SkDOM.h View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M src/xml/SkDOM.cpp View 3 chunks +7 lines, -39 lines 0 comments Download
M src/xml/SkXMLParser.cpp View 1 2 3 4 5 3 chunks +61 lines, -3 lines 0 comments Download
A tests/SkDOMTest.cpp View 1 2 3 4 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (23 generated)
f(malita)
Probably one of many cleanup CLs.
4 years, 5 months ago (2016-07-14 16:10:39 UTC) #4
f(malita)
Trying to figure what's up with the Mac expat build failure.
4 years, 5 months ago (2016-07-14 16:27:33 UTC) #10
reed1
lgtm
4 years, 5 months ago (2016-07-14 16:32:55 UTC) #11
robertphillips
lgtm https://codereview.chromium.org/2142893006/diff/40001/src/xml/SkXMLParser.cpp File src/xml/SkXMLParser.cpp (right): https://codereview.chromium.org/2142893006/diff/40001/src/xml/SkXMLParser.cpp#newcode97 src/xml/SkXMLParser.cpp:97: kBufferSize ?
4 years, 5 months ago (2016-07-14 16:51:40 UTC) #12
f(malita)
Attempting to fix the Expat build on Win/Mac here: https://codereview.chromium.org/2150603004/ I'm kinda stuck because Mac ...
4 years, 5 months ago (2016-07-14 18:20:11 UTC) #13
stephana
https://codereview.chromium.org/2142893006/diff/60001/tests/SkDOMTest.cpp File tests/SkDOMTest.cpp (right): https://codereview.chromium.org/2142893006/diff/60001/tests/SkDOMTest.cpp#newcode30 tests/SkDOMTest.cpp:30: const SkDOM::Node* root = dom.build(docStream); Nit: If you called ...
4 years, 5 months ago (2016-07-14 18:53:22 UTC) #14
f(malita)
https://codereview.chromium.org/2142893006/diff/60001/tests/SkDOMTest.cpp File tests/SkDOMTest.cpp (right): https://codereview.chromium.org/2142893006/diff/60001/tests/SkDOMTest.cpp#newcode30 tests/SkDOMTest.cpp:30: const SkDOM::Node* root = dom.build(docStream); On 2016/07/14 18:53:22, stephana ...
4 years, 5 months ago (2016-07-14 23:22:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2142893006/120001
4 years, 5 months ago (2016-07-15 02:13:14 UTC) #30
commit-bot: I haz the power
4 years, 5 months ago (2016-07-15 02:14:10 UTC) #32
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/7445e86bac478dea91da32473e5a01baff637c23

Powered by Google App Engine
This is Rietveld 408576698