Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(537)

Issue 6850115: Update skdiff. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by bungeman
Modified:
12 years, 1 month ago
Reviewers:
epoger, Leon
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Update skdiff.

Patch Set 1 #

Total comments: 65

Patch Set 2 : Address comments, fix bugs. #

Total comments: 7

Patch Set 3 : Address Patch Set 2 comments. #

Total comments: 4

Patch Set 4 : Address Patch Set 3 comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1765 lines, -1014 lines) Patch
M buildbot/slave/skia_slave_scripts/compare_gms.py View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M trunk/gyp/tools.gyp View 1 2 3 2 chunks +24 lines, -0 lines 0 comments Download
A trunk/tools/skdiff.h View 1 2 3 1 chunk +265 lines, -0 lines 0 comments Download
A trunk/tools/skdiff.cpp View 1 2 3 1 chunk +221 lines, -0 lines 0 comments Download
A trunk/tools/skdiff_html.h View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A trunk/tools/skdiff_html.cpp View 1 2 3 1 chunk +300 lines, -0 lines 0 comments Download
A trunk/tools/skdiff_image.cpp View 1 2 3 1 chunk +375 lines, -0 lines 0 comments Download
M trunk/tools/skdiff_main.cpp View 1 2 3 16 chunks +288 lines, -985 lines 0 comments Download
A trunk/tools/skdiff_utils.h View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A trunk/tools/skdiff_utils.cpp View 1 2 3 1 chunk +186 lines, -0 lines 0 comments Download
M trunk/tools/tests/run.sh View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M trunk/tools/tests/skdiff/identical-bits-or-pixels/output-expected/stdout View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M trunk/tools/tests/skdiff/identical-bits/output-expected/stdout View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M trunk/tools/tests/skdiff/test1/output-expected/index.html View 1 2 3 1 chunk +10 lines, -10 lines 0 comments Download
M trunk/tools/tests/skdiff/test1/output-expected/stdout View 1 2 3 2 chunks +10 lines, -6 lines 0 comments Download
M trunk/tools/tests/skdiff/test2/output-expected/command_line View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M trunk/tools/tests/skdiff/test2/output-expected/stdout View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 13
bungeman
So this is a really large patch. Most of it is splitting up skdiff_main.cpp into ...
12 years, 1 month ago (2012-11-28 19:07:23 UTC) #1
Leon
Overall I like this change. Sorry for the delayed response. https://codereview.appspot.com/6850115/diff/1/tools/skdiff.cpp File tools/skdiff.cpp (right): https://codereview.appspot.com/6850115/diff/1/tools/skdiff.cpp#newcode15 ...
12 years, 1 month ago (2012-11-29 17:13:05 UTC) #2
epoger
I'm starting a review now, should have some comments to add within 30 minutes. https://codereview.appspot.com/6850115/diff/1/gyp/tools.gyp ...
12 years, 1 month ago (2012-11-29 17:36:05 UTC) #3
epoger
Overall, I think it's reasonable (and I appreciate the cleanup effort!) I think it would ...
12 years, 1 month ago (2012-11-29 18:02:09 UTC) #4
epoger
https://codereview.appspot.com/6850115/diff/1/tools/skdiff_image.cpp File tools/skdiff_image.cpp (right): https://codereview.appspot.com/6850115/diff/1/tools/skdiff_image.cpp#newcode116 tools/skdiff_image.cpp:116: int tool_main(int argc, char** argv) { On 2012/11/29 18:02:09, ...
12 years, 1 month ago (2012-11-29 18:03:40 UTC) #5
bungeman
This change also updates the test expectations so that it can be seen what the ...
12 years, 1 month ago (2012-12-04 17:36:26 UTC) #6
Leon
Some small nits, but overall lgtm. https://codereview.appspot.com/6850115/diff/1/tools/skdiff_main.cpp File tools/skdiff_main.cpp (right): https://codereview.appspot.com/6850115/diff/1/tools/skdiff_main.cpp#newcode149 tools/skdiff_main.cpp:149: fResultsOfType[drp->fResult].push(new SkString(drp->fBase.fFilename)); On ...
12 years, 1 month ago (2012-12-04 18:14:02 UTC) #7
bungeman
https://codereview.appspot.com/6850115/diff/9001/tools/skdiff.cpp File tools/skdiff.cpp (right): https://codereview.appspot.com/6850115/diff/9001/tools/skdiff.cpp#newcode85 tools/skdiff.cpp:85: SK_COMPILE_ASSERT(DiffResource::kStatusCount == SK_ARRAY_COUNT(StatusDescriptions), StatusDescriptionsWrongSize); On 2012/12/04 18:14:02, scroggo-work wrote: ...
12 years, 1 month ago (2012-12-04 18:53:20 UTC) #8
epoger
re-reviewing right now...
12 years, 1 month ago (2012-12-05 14:50:47 UTC) #9
epoger
LGTM Thanks for this work, Ben! My only substantial beef at this point is the ...
12 years, 1 month ago (2012-12-05 16:26:35 UTC) #10
epoger
P.S. Please prepare a change to https://code.google.com/p/skia/source/browse/buildbot/slave/skia_slave_scripts/compare_gms.py that can be committed at the same time ...
12 years, 1 month ago (2012-12-05 16:27:50 UTC) #11
bungeman
Added change to compare_gms.py, but in so doing had to go up a directory level ...
12 years, 1 month ago (2012-12-05 18:33:54 UTC) #12
bungeman
12 years, 1 month ago (2012-12-05 20:51:30 UTC) #13
Message was sent while issue was closed.
Committed revision 6681.
Newline added to end of skdiff_html.h with revision 6684.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b