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

Issue 899683002: [SkSVGDevice] Initial text support (Closed)

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

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : review comments #

Total comments: 2

Patch Set 3 : review tweak #

Total comments: 2

Patch Set 4 : updated SkXMLWriter::addText() signature #

Patch Set 5 : drop addText() length param #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -23 lines) Patch
M experimental/svg/SkSVGDevice.cpp View 1 2 3 4 8 chunks +132 lines, -15 lines 0 comments Download
M include/xml/SkXMLWriter.h View 1 2 3 4 4 chunks +11 lines, -0 lines 0 comments Download
M src/animator/SkXMLAnimatorWriter.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/animator/SkXMLAnimatorWriter.cpp View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M src/xml/SkXMLWriter.cpp View 1 2 3 4 5 chunks +36 lines, -8 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
f(malita)
5 years, 10 months ago (2015-02-03 20:38:29 UTC) #1
mtklein
https://codereview.chromium.org/899683002/diff/1/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/899683002/diff/1/experimental/svg/SkSVGDevice.cpp#newcode61 experimental/svg/SkSVGDevice.cpp:61: Worth asserting byteLen alignment for each of these cases ...
5 years, 10 months ago (2015-02-03 20:51:09 UTC) #2
f(malita)
https://codereview.chromium.org/899683002/diff/1/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/899683002/diff/1/experimental/svg/SkSVGDevice.cpp#newcode61 experimental/svg/SkSVGDevice.cpp:61: On 2015/02/03 20:51:08, mtklein wrote: > Worth asserting byteLen ...
5 years, 10 months ago (2015-02-03 22:51:25 UTC) #3
mtklein
lgtm https://codereview.chromium.org/899683002/diff/20001/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/899683002/diff/20001/experimental/svg/SkSVGDevice.cpp#newcode453 experimental/svg/SkSVGDevice.cpp:453: SkASSERT(scalarsPerPos == 1 || scalarsPerPos == 2) somewhere ...
5 years, 10 months ago (2015-02-03 23:56:09 UTC) #4
f(malita)
https://codereview.chromium.org/899683002/diff/20001/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/899683002/diff/20001/experimental/svg/SkSVGDevice.cpp#newcode453 experimental/svg/SkSVGDevice.cpp:453: On 2015/02/03 23:56:08, mtklein wrote: > SkASSERT(scalarsPerPos == 1 ...
5 years, 10 months ago (2015-02-04 00:46:14 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/899683002/40001
5 years, 10 months ago (2015-02-04 00:47:15 UTC) #8
commit-bot: I haz the power
Presubmit check for 899683002-40001 failed and returned exit status 1. Running presubmit commit checks ...
5 years, 10 months ago (2015-02-04 00:47:19 UTC) #10
f(malita)
On 2015/02/04 00:47:19, I haz the power (commit-bot) wrote: > Presubmit check for 899683002-40001 failed ...
5 years, 10 months ago (2015-02-04 00:49:54 UTC) #12
reed1
https://codereview.chromium.org/899683002/diff/40001/include/xml/SkXMLWriter.h File include/xml/SkXMLWriter.h (right): https://codereview.chromium.org/899683002/diff/40001/include/xml/SkXMLWriter.h#newcode30 include/xml/SkXMLWriter.h:30: void addText(const SkString& text); addText(const char text[], size_t length) ...
5 years, 10 months ago (2015-02-04 01:05:23 UTC) #13
f(malita)
https://codereview.chromium.org/899683002/diff/40001/include/xml/SkXMLWriter.h File include/xml/SkXMLWriter.h (right): https://codereview.chromium.org/899683002/diff/40001/include/xml/SkXMLWriter.h#newcode30 include/xml/SkXMLWriter.h:30: void addText(const SkString& text); On 2015/02/04 01:05:23, reed1 wrote: ...
5 years, 10 months ago (2015-02-04 01:35:25 UTC) #14
reed1
On 2015/02/04 01:35:25, f(malita) wrote: > https://codereview.chromium.org/899683002/diff/40001/include/xml/SkXMLWriter.h > File include/xml/SkXMLWriter.h (right): > > https://codereview.chromium.org/899683002/diff/40001/include/xml/SkXMLWriter.h#newcode30 > ...
5 years, 10 months ago (2015-02-04 01:38:05 UTC) #15
reed1
LGTM I'll file a bug/request that we consider changing this and streamwriter to take explicit ...
5 years, 10 months ago (2015-02-04 01:39:02 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/899683002/80001
5 years, 10 months ago (2015-02-04 01:41:55 UTC) #18
commit-bot: I haz the power
5 years, 10 months ago (2015-02-04 01:47:17 UTC) #19
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/fe3f260ff9b6b3f4c7c33f2b20502b281baab689

Powered by Google App Engine
This is Rietveld 408576698