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

Issue 1689683002: SkDocument: remove use of SkTArray (part 1/3). (Closed)

Created:
4 years, 10 months ago by hal.canary
Modified:
4 years, 10 months ago
Reviewers:
bungeman-skia, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : 2016-02-10 (Wednesday) 11:31:01 EST #

Patch Set 3 : 2016-02-10 (Wednesday) 11:39:50 EST #

Total comments: 3

Patch Set 4 : [] rather than * #

Patch Set 5 : size_t -> int #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -7 lines) Patch
M dm/DMSrcSink.cpp View 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkDocument.h View 1 2 3 4 3 chunks +11 lines, -3 lines 0 comments Download
M src/doc/SkDocument_PDF.cpp View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M tests/PDFMetadataAttributeTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 34 (13 generated)
hal.canary
PTAL part 2/3 is to switch chrome over to new interface. part 3/3 is to ...
4 years, 10 months ago (2016-02-10 15:58:27 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1689683002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1689683002/1
4 years, 10 months ago (2016-02-10 16:17:19 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot/builds/4343) Build-Ubuntu-GCC-Mips-Debug-Android-Trybot on ...
4 years, 10 months ago (2016-02-10 16:18:22 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1689683002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1689683002/20001
4 years, 10 months ago (2016-02-10 16:32:31 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/6106)
4 years, 10 months ago (2016-02-10 16:34:45 UTC) #12
bungeman-skia
https://codereview.chromium.org/1689683002/diff/40001/include/core/SkDocument.h File include/core/SkDocument.h (right): https://codereview.chromium.org/1689683002/diff/40001/include/core/SkDocument.h#newcode134 include/core/SkDocument.h:134: * std::vector<SkDocument::Attribute> info; If using vector here, should #include ...
4 years, 10 months ago (2016-02-10 16:46:48 UTC) #13
hal.canary
On 2016/02/10 at 16:46:48, bungeman wrote: > https://codereview.chromium.org/1689683002/diff/40001/include/core/SkDocument.h > File include/core/SkDocument.h (right): > > https://codereview.chromium.org/1689683002/diff/40001/include/core/SkDocument.h#newcode134 ...
4 years, 10 months ago (2016-02-10 16:51:52 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1689683002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1689683002/40001
4 years, 10 months ago (2016-02-10 18:05:57 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 18:34:37 UTC) #18
reed1
we don't use std::vector in any other public headers, and we talked yesterday about not ...
4 years, 10 months ago (2016-02-10 19:04:39 UTC) #19
hal.canary
On 2016/02/10 at 19:04:39, reed wrote: > we don't use std::vector in any other public ...
4 years, 10 months ago (2016-02-10 19:08:09 UTC) #20
reed1
Doh! -- I was reading the comment, thinking it was code. My bad.
4 years, 10 months ago (2016-02-10 19:17:57 UTC) #21
reed1
https://codereview.chromium.org/1689683002/diff/40001/include/core/SkDocument.h File include/core/SkDocument.h (right): https://codereview.chromium.org/1689683002/diff/40001/include/core/SkDocument.h#newcode151 include/core/SkDocument.h:151: virtual void setMetadata(const SkDocument::Attribute* /* attributes */, skia style: ...
4 years, 10 months ago (2016-02-10 19:19:00 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1689683002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1689683002/80001
4 years, 10 months ago (2016-02-10 19:48:35 UTC) #24
hal.canary
https://codereview.chromium.org/1689683002/diff/40001/include/core/SkDocument.h File include/core/SkDocument.h (right): https://codereview.chromium.org/1689683002/diff/40001/include/core/SkDocument.h#newcode151 include/core/SkDocument.h:151: virtual void setMetadata(const SkDocument::Attribute* /* attributes */, On 2016/02/10 ...
4 years, 10 months ago (2016-02-10 19:48:39 UTC) #25
reed1
api lgtm
4 years, 10 months ago (2016-02-10 19:57:44 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 20:16:13 UTC) #28
bungeman-skia
lgtm, though I of course prefer size_t... I demand the koon-ut-kal-if-fee! (Ok, maybe I'm not ...
4 years, 10 months ago (2016-02-11 15:49:23 UTC) #29
hal.canary
On 2016/02/11 at 15:49:23, bungeman wrote: > lgtm, though I of course prefer size_t... I ...
4 years, 10 months ago (2016-02-11 15:57:52 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1689683002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1689683002/80001
4 years, 10 months ago (2016-02-11 15:58:04 UTC) #32
commit-bot: I haz the power
4 years, 10 months ago (2016-02-11 16:00:15 UTC) #34
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/7001576c7160e20c9c9db2fbe947408989027d66

Powered by Google App Engine
This is Rietveld 408576698