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

Issue 21202003: Move simple png encoding for image_diff into tools/ (Closed)

Created:
7 years, 4 months ago by jamesr
Modified:
7 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, dcheng
Visibility:
Public.

Description

Move simple png encoding for image_diff into tools/ Now that Blink isn't including webkit_support_gfx directly, this moves it to live next to its only user (the image_diff tool). R=dpranke TBR=joth (for android_webview/tools/third_party_files_whitelist.txt) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215798

Patch Set 1 #

Total comments: 1

Patch Set 2 : include guard and namespace comment #

Patch Set 3 : #

Patch Set 4 : fix android_webview third_party_whitelist.txt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -819 lines) Patch
M android_webview/tools/third_party_files_whitelist.txt View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M content/shell/webkit_test_controller.cc View 1 2 2 chunks +8 lines, -6 lines 0 comments Download
M tools/imagediff/DEPS View 1 chunk +2 lines, -1 line 0 comments Download
M tools/imagediff/image_diff.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M tools/imagediff/image_diff.gyp View 1 chunk +8 lines, -1 line 0 comments Download
A + tools/imagediff/image_diff_png.h View 1 2 2 chunks +5 lines, -13 lines 0 comments Download
A + tools/imagediff/image_diff_png.cc View 1 2 6 chunks +13 lines, -37 lines 0 comments Download
M webkit/support/DEPS View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/support/mock_webclipboard_impl.cc View 2 chunks +10 lines, -12 lines 0 comments Download
M webkit/support/webkit_support.gypi View 1 2 3 2 chunks +0 lines, -23 lines 0 comments Download
D webkit/support/webkit_support_gfx.h View 1 chunk +0 lines, -43 lines 0 comments Download
D webkit/support/webkit_support_gfx.cc View 1 chunk +0 lines, -674 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
jamesr
7 years, 4 months ago (2013-07-30 18:28:59 UTC) #1
Dirk Pranke
lgtm assuming you fix the #ifdef guard. https://codereview.chromium.org/21202003/diff/1/tools/imagediff/image_diff_png.h File tools/imagediff/image_diff_png.h (right): https://codereview.chromium.org/21202003/diff/1/tools/imagediff/image_diff_png.h#newcode6 tools/imagediff/image_diff_png.h:6: #define TOOLS_IMAGEDIFF_WEBKIT_SUPPORT_GFX_H_ ...
7 years, 4 months ago (2013-07-30 19:37:04 UTC) #2
jamesr
FYI, there's some funkiness with content_shell that I missed initially need to sort out before ...
7 years, 4 months ago (2013-08-01 20:57:42 UTC) #3
jamesr
OK, this fixes content_shell too jochen@ - could you review the content/shell/webkit_test_controller.cc? The change is ...
7 years, 4 months ago (2013-08-01 21:54:50 UTC) #4
jochen (gone - plz use gerrit)
lgtm
7 years, 4 months ago (2013-08-01 21:56:42 UTC) #5
brettw
lgtm
7 years, 4 months ago (2013-08-06 00:03:14 UTC) #6
jamesr
tbr=joth for the android_webview/tools/third_party_files_whitelist.txt update
7 years, 4 months ago (2013-08-06 01:44:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/21202003/19001
7 years, 4 months ago (2013-08-06 01:48:18 UTC) #8
commit-bot: I haz the power
7 years, 4 months ago (2013-08-06 05:32:06 UTC) #9
Message was sent while issue was closed.
Change committed as 215798

Powered by Google App Engine
This is Rietveld 408576698