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

Issue 1767713002: SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*> (Closed)

Created:
4 years, 9 months ago by hal.canary
Modified:
4 years, 9 months ago
Reviewers:
bungeman-skia
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 #

Total comments: 1

Patch Set 2 : 2016-03-04 (Friday) 14:47:46 EST #

Patch Set 3 : 2016-03-04 (Friday) 15:07:08 EST #

Patch Set 4 : 2016-03-04 (Friday) 16:05:26 EST #

Patch Set 5 : 2016-03-04 (Friday) 16:19:36 EST #

Patch Set 6 : 2016-03-04 (Friday) 16:33:27 EST #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -46 lines) Patch
M include/private/SkTArray.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/pdf/SkPDFDevice.h View 1 2 3 4 5 4 chunks +20 lines, -5 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 2 3 4 5 8 chunks +21 lines, -41 lines 0 comments Download

Messages

Total messages: 32 (15 generated)
hal.canary
ptal
4 years, 9 months ago (2016-03-04 19:29:50 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/1767713002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1767713002/1
4 years, 9 months ago (2016-03-04 19:36:26 UTC) #5
bungeman-skia
https://codereview.chromium.org/1767713002/diff/1/include/private/SkTArray.h File include/private/SkTArray.h (right): https://codereview.chromium.org/1767713002/diff/1/include/private/SkTArray.h#newcode150 include/private/SkTArray.h:150: * Version of above that uses a move constructor ...
4 years, 9 months ago (2016-03-04 19:36:33 UTC) #6
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/6875)
4 years, 9 months ago (2016-03-04 19:39:58 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/1767713002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1767713002/20001
4 years, 9 months ago (2016-03-04 19:48:35 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/6839)
4 years, 9 months ago (2016-03-04 19:52:24 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1767713002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1767713002/40001
4 years, 9 months ago (2016-03-04 20:09:13 UTC) #14
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/6879)
4 years, 9 months ago (2016-03-04 20:13:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1767713002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1767713002/60001
4 years, 9 months ago (2016-03-04 21:06:05 UTC) #18
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 9 months ago (2016-03-04 21:06:06 UTC) #19
commit-bot: I haz the power
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/6883)
4 years, 9 months ago (2016-03-04 21:13:13 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1767713002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1767713002/80001
4 years, 9 months ago (2016-03-04 21:20:16 UTC) #24
commit-bot: I haz the power
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/6886)
4 years, 9 months ago (2016-03-04 21:26:11 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1767713002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1767713002/100001
4 years, 9 months ago (2016-03-04 21:33:58 UTC) #28
bungeman-skia
lgtm until we can figure out what the issue with vc++ (from msvs 2013) is.
4 years, 9 months ago (2016-03-04 21:51:23 UTC) #29
bungeman-skia
As a note to the future, explicitly deleting the SkData copy constructor works around the ...
4 years, 9 months ago (2016-03-04 21:53:13 UTC) #30
commit-bot: I haz the power
4 years, 9 months ago (2016-03-04 21:53:27 UTC) #32
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/91fcb3ed58845ddd5afa98a7150f3024d87c7425

Powered by Google App Engine
This is Rietveld 408576698