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

Issue 2023593002: SkMultiPictureDocument & SkMultiPictureDocumentReader (Closed)

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

Description

SkMultiPictureDocument & SkMultiPictureDocumentReader also, a new DM::Src. motivation: To be used to test the printing pipeline in Chromium. BUG=skia:5370 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2023593002 Committed: https://skia.googlesource.com/skia/+/45420a945cfce1b83da954ab5fcb63516f646c0f

Patch Set 1 #

Total comments: 15

Patch Set 2 : 2016-05-31 (Tuesday) 09:12:37 EDT #

Patch Set 3 : 2016-06-01 (Wednesday) 12:49:11 EDT #

Patch Set 4 : 2016-06-02 (Thursday) 09:23:50 EDT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -34 lines) Patch
M dm/DM.cpp View 1 2 3 2 chunks +15 lines, -0 lines 0 comments Download
M dm/DMSrcSink.h View 1 2 3 3 chunks +24 lines, -0 lines 0 comments Download
M dm/DMSrcSink.cpp View 1 2 3 2 chunks +39 lines, -33 lines 0 comments Download
M gyp/dm.gypi View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M gyp/utils.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A src/utils/SkMultiPictureDocument.h View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
A src/utils/SkMultiPictureDocument.cpp View 1 2 3 1 chunk +106 lines, -0 lines 0 comments Download
A src/utils/SkMultiPictureDocumentPriv.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A src/utils/SkMultiPictureDocumentReader.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A src/utils/SkMultiPictureDocumentReader.cpp View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (12 generated)
hal.canary
PTAL mtklein@: extenstions to DM::Src reed@: public API to be used by Chromium. tomhudson@: everything ...
4 years, 6 months ago (2016-05-28 01:44:48 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2023593002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2023593002/1
4 years, 6 months ago (2016-05-31 13:04:17 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2023593002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2023593002/20001
4 years, 6 months ago (2016-05-31 13:15:39 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-31 13:29:50 UTC) #11
reed1
Need more dox and/or a bug or doc describe its uses, longevity, etc.
4 years, 6 months ago (2016-05-31 22:36:09 UTC) #12
hal.canary
https://bugs.skia.org/5370
4 years, 6 months ago (2016-06-01 01:49:43 UTC) #13
hal.canary
moved out of include/core to src/utils
4 years, 6 months ago (2016-06-01 16:49:44 UTC) #15
tomhudson
https://codereview.chromium.org/2023593002/diff/1/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/2023593002/diff/1/dm/DM.cpp#newcode716 dm/DM.cpp:716: push_src("mskp", "", new MSKPSrc(path)); The documentation says mskps is ...
4 years, 6 months ago (2016-06-01 16:55:00 UTC) #16
hal.canary
https://codereview.chromium.org/2023593002/diff/1/src/core/SkMultiPictureDocument.cpp File src/core/SkMultiPictureDocument.cpp (right): https://codereview.chromium.org/2023593002/diff/1/src/core/SkMultiPictureDocument.cpp#newcode39 src/core/SkMultiPictureDocument.cpp:39: if (trimBox && *trimBox != size) { On 2016/06/01 ...
4 years, 6 months ago (2016-06-01 18:09:16 UTC) #17
hal.canary
https://codereview.chromium.org/2023593002/diff/1/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/2023593002/diff/1/dm/DM.cpp#newcode716 dm/DM.cpp:716: push_src("mskp", "", new MSKPSrc(path)); On 2016/06/01 16:54:59, tomhudson wrote: ...
4 years, 6 months ago (2016-06-02 13:24:04 UTC) #18
tomhudson
Still needs Mike & maybe Mike, but LGTM.
4 years, 6 months ago (2016-06-02 17:46:08 UTC) #19
hal.canary
On 2016/06/02 17:46:08, tomhudson wrote: > Still needs Mike & maybe Mike, but LGTM. Yesterday, ...
4 years, 6 months ago (2016-06-02 17:54:31 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2023593002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2023593002/60001
4 years, 6 months ago (2016-06-02 17:54:45 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-02 18:20:45 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2023593002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2023593002/60001
4 years, 6 months ago (2016-06-02 19:40:04 UTC) #26
commit-bot: I haz the power
4 years, 6 months ago (2016-06-02 19:41:19 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/45420a945cfce1b83da954ab5fcb63516f646c0f

Powered by Google App Engine
This is Rietveld 408576698