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

Issue 457203003: Modify skpdiff to write diffs directly to provided directories (Closed)

Created:
6 years, 4 months ago by stephana
Modified:
6 years, 4 months ago
Reviewers:
epoger
CC:
reviews_skia.org, tfarina
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

This eliminates the need to copy the generated images from a temporary directory to the directory that is served by the rebaseline_server. BUG=skia:2815, skia:2818 Committed: https://skia.googlesource.com/skia/+/21b342d19c71fa5abe7e4aa5cfb518fd04cb9d67

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Total comments: 2

Patch Set 3 : Removed some dead code #

Total comments: 11

Patch Set 4 : Fixing issues from code review #

Patch Set 5 : Typo #

Patch Set 6 : Fixed issue that broke windows build (hopefully) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -60 lines) Patch
M gm/rebaseline_server/imagediffdb.py View 1 2 5 chunks +8 lines, -37 lines 0 comments Download
M gm/rebaseline_server/static/live-loader.js View 1 18 chunks +42 lines, -19 lines 0 comments Download
M gm/rebaseline_server/static/live-view.html View 1 1 chunk +0 lines, -1 line 0 comments Download
M gyp/tools.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M tools/skpdiff/SkDiffContext.h View 1 2 3 3 chunks +23 lines, -2 lines 0 comments Download
M tools/skpdiff/SkDiffContext.cpp View 1 2 3 4 5 4 chunks +24 lines, -1 line 0 comments Download
M tools/skpdiff/skpdiff_main.cpp View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
stephana
https://codereview.chromium.org/457203003/diff/1/tools/skpdiff/SkDiffContext.cpp File tools/skpdiff/SkDiffContext.cpp (right): https://codereview.chromium.org/457203003/diff/1/tools/skpdiff/SkDiffContext.cpp#newcode101 tools/skpdiff/SkDiffContext.cpp:101: } This uses the <string> and <algorithm> headers included ...
6 years, 4 months ago (2014-08-11 14:58:31 UTC) #1
epoger
For starters, I removed NOTRY=true from the description. Because this CL includes C code, it ...
6 years, 4 months ago (2014-08-11 18:51:41 UTC) #2
epoger
https://codereview.chromium.org/457203003/diff/1/gm/rebaseline_server/imagediffdb.py File gm/rebaseline_server/imagediffdb.py (left): https://codereview.chromium.org/457203003/diff/1/gm/rebaseline_server/imagediffdb.py#oldcode177 gm/rebaseline_server/imagediffdb.py:177: diff_image_locator = _get_difference_locator( I *think* this is the only ...
6 years, 4 months ago (2014-08-11 19:33:28 UTC) #3
stephana
Thanks Elliot. https://codereview.chromium.org/457203003/diff/1/gm/rebaseline_server/imagediffdb.py File gm/rebaseline_server/imagediffdb.py (left): https://codereview.chromium.org/457203003/diff/1/gm/rebaseline_server/imagediffdb.py#oldcode177 gm/rebaseline_server/imagediffdb.py:177: diff_image_locator = _get_difference_locator( Agreed. On 2014/08/11 19:33:27, ...
6 years, 4 months ago (2014-08-11 20:03:57 UTC) #4
stephana
6 years, 4 months ago (2014-08-12 17:59:20 UTC) #5
epoger
https://codereview.chromium.org/457203003/diff/20001/gm/rebaseline_server/imagediffdb.py File gm/rebaseline_server/imagediffdb.py (right): https://codereview.chromium.org/457203003/diff/20001/gm/rebaseline_server/imagediffdb.py#newcode193 gm/rebaseline_server/imagediffdb.py:193: # TODO: stub method to be filled in Do ...
6 years, 4 months ago (2014-08-12 18:03:40 UTC) #6
stephana
https://codereview.chromium.org/457203003/diff/20001/gm/rebaseline_server/imagediffdb.py File gm/rebaseline_server/imagediffdb.py (right): https://codereview.chromium.org/457203003/diff/20001/gm/rebaseline_server/imagediffdb.py#newcode193 gm/rebaseline_server/imagediffdb.py:193: # TODO: stub method to be filled in No. ...
6 years, 4 months ago (2014-08-12 19:25:13 UTC) #7
epoger
https://codereview.chromium.org/457203003/diff/40001/gm/rebaseline_server/static/live-loader.js File gm/rebaseline_server/static/live-loader.js (right): https://codereview.chromium.org/457203003/diff/40001/gm/rebaseline_server/static/live-loader.js#newcode669 gm/rebaseline_server/static/live-loader.js:669: // if we are already sorting by this column ...
6 years, 4 months ago (2014-08-12 19:52:24 UTC) #8
stephana
https://codereview.chromium.org/457203003/diff/40001/gm/rebaseline_server/static/live-loader.js File gm/rebaseline_server/static/live-loader.js (right): https://codereview.chromium.org/457203003/diff/40001/gm/rebaseline_server/static/live-loader.js#newcode669 gm/rebaseline_server/static/live-loader.js:669: // if we are already sorting by this column ...
6 years, 4 months ago (2014-08-12 21:36:49 UTC) #9
epoger
lgtm
6 years, 4 months ago (2014-08-12 21:39:49 UTC) #10
stephana
The CQ bit was checked by stephana@google.com
6 years, 4 months ago (2014-08-12 21:41:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/stephana@google.com/457203003/80001
6 years, 4 months ago (2014-08-12 21:42:21 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: Build-Win-VS2013-x86-Debug-Trybot on tryserver.skia ...
6 years, 4 months ago (2014-08-12 21:50:28 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-12 21:56:38 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-VS2013-x86-Debug-Trybot on tryserver.skia (http://108.170.220.76:10117/builders/Build-Win-VS2013-x86-Debug-Trybot/builds/1282)
6 years, 4 months ago (2014-08-12 21:56:42 UTC) #15
stephana
6 years, 4 months ago (2014-08-13 17:09:41 UTC) #16
tfarina
https://codereview.chromium.org/457203003/diff/40001/tools/skpdiff/SkDiffContext.cpp File tools/skpdiff/SkDiffContext.cpp (right): https://codereview.chromium.org/457203003/diff/40001/tools/skpdiff/SkDiffContext.cpp#newcode21 tools/skpdiff/SkDiffContext.cpp:21: #include <string> On 2014/08/12 19:52:23, epoger wrote: > Please ...
6 years, 4 months ago (2014-08-13 17:24:03 UTC) #17
epoger
LGTM at patchset 6
6 years, 4 months ago (2014-08-13 17:26:25 UTC) #18
stephana
The CQ bit was checked by stephana@google.com
6 years, 4 months ago (2014-08-13 17:27:45 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/stephana@google.com/457203003/100001
6 years, 4 months ago (2014-08-13 17:28:16 UTC) #20
commit-bot: I haz the power
6 years, 4 months ago (2014-08-13 17:36:13 UTC) #21
Message was sent while issue was closed.
Committed patchset #6 (100001) as 21b342d19c71fa5abe7e4aa5cfb518fd04cb9d67

Powered by Google App Engine
This is Rietveld 408576698