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

Issue 32613003: DM: add --serialize (Closed)

Created:
7 years, 2 months ago by mtklein
Modified:
7 years, 2 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

DM: add --serialize Plus: - minor ReplayTask refactoring to share code with SerializeTask - move --replay to ReplayTask and --serialize to SerializeTask like WriteTask - when --writePath is given, write failures for Replay and Serialize tasks - function names have fewer blatant Skia style violations BUG= Committed: http://code.google.com/p/skia/source/detail?r=11890

Patch Set 1 #

Patch Set 2 : prune includes #

Patch Set 3 : reupload #

Patch Set 4 : write replay and serialization failures when -w is given #

Patch Set 5 : one more place to use setupBitmap #

Patch Set 6 : add bitmap encoder #

Patch Set 7 : camel case for freestanding functions #

Patch Set 8 : tweaks #

Total comments: 2

Patch Set 9 : reupload #

Patch Set 10 : reupload #

Patch Set 11 : upload with similarity=100 #

Patch Set 12 : upload with similarity=0 #

Patch Set 13 : no-find-copies #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -62 lines) Patch
M dm/DMComparisonTask.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M dm/DMCpuTask.cpp View 1 2 3 4 5 6 2 chunks +8 lines, -15 lines 0 comments Download
M dm/DMGpuTask.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M dm/DMReplayTask.h View 1 2 chunks +1 line, -5 lines 0 comments Download
M dm/DMReplayTask.cpp View 1 2 3 4 5 6 1 chunk +13 lines, -29 lines 0 comments Download
A dm/DMSerializeTask.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +34 lines, -0 lines 0 comments Download
A dm/DMSerializeTask.cpp View 1 2 3 4 5 6 7 11 1 chunk +53 lines, -0 lines 0 comments Download
M dm/DMUtil.h View 1 2 3 4 5 6 1 chunk +17 lines, -5 lines 0 comments Download
M dm/DMUtil.cpp View 1 2 3 4 5 6 2 chunks +34 lines, -3 lines 0 comments Download
M dm/DMWriteTask.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M dm/README View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M gyp/dm.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
mtklein
7 years, 2 months ago (2013-10-21 15:26:11 UTC) #1
bsalomon
https://codereview.chromium.org/32613003/diff/150001/dm/DMCpuTask.cpp File dm/DMCpuTask.cpp (right): https://codereview.chromium.org/32613003/diff/150001/dm/DMCpuTask.cpp#newcode36 dm/DMCpuTask.cpp:36: this->spawnChild(SkNEW_ARGS(ReplayTask, (*this, fGMFactory(NULL), bitmap))); Does this mean we always ...
7 years, 2 months ago (2013-10-21 17:34:01 UTC) #2
mtklein
https://codereview.chromium.org/32613003/diff/150001/dm/DMCpuTask.cpp File dm/DMCpuTask.cpp (right): https://codereview.chromium.org/32613003/diff/150001/dm/DMCpuTask.cpp#newcode36 dm/DMCpuTask.cpp:36: this->spawnChild(SkNEW_ARGS(ReplayTask, (*this, fGMFactory(NULL), bitmap))); On 2013/10/21 17:34:01, bsalomon wrote: ...
7 years, 2 months ago (2013-10-21 17:51:46 UTC) #3
bsalomon
On 2013/10/21 17:51:46, mtklein wrote: > https://codereview.chromium.org/32613003/diff/150001/dm/DMCpuTask.cpp > File dm/DMCpuTask.cpp (right): > > https://codereview.chromium.org/32613003/diff/150001/dm/DMCpuTask.cpp#newcode36 > ...
7 years, 2 months ago (2013-10-21 17:59:08 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@google.com/32613003/150001
7 years, 2 months ago (2013-10-21 18:00:39 UTC) #5
commit-bot: I haz the power
Retried try job too often on Build-Ubuntu12-GCC-x86_64-Release-Trybot for step(s) BuildBench, BuildEverything, BuildGm, BuildSkiaLib, BuildTests, BuildTools ...
7 years, 2 months ago (2013-10-21 18:05:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@google.com/32613003/280001
7 years, 2 months ago (2013-10-21 18:16:28 UTC) #7
commit-bot: I haz the power
Retried try job too often on Build-Mac10.7-Clang-x86-Release-Trybot for step(s) BuildBench, BuildEverything, BuildGm, BuildSkiaLib, BuildTests, BuildTools ...
7 years, 2 months ago (2013-10-21 18:20:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@google.com/32613003/150002
7 years, 2 months ago (2013-10-21 18:23:52 UTC) #9
commit-bot: I haz the power
7 years, 2 months ago (2013-10-21 18:40:29 UTC) #10
Message was sent while issue was closed.
Change committed as 11890

Powered by Google App Engine
This is Rietveld 408576698