RESOLVED FIXED Bug 57255
[chromium] have DRT write the png checksum into a png comment
https://bugs.webkit.org/show_bug.cgi?id=57255
Summary [chromium] have DRT write the png checksum into a png comment
Tony Chang
Reported 2011-03-28 11:45:52 PDT
[chromium] have DRT write the png checksum into a png comment
Attachments
Patch (2.90 KB, patch)
2011-03-28 11:46 PDT, Tony Chang
abarth: review+
abarth: commit-queue-
Tony Chang
Comment 1 2011-03-28 11:46:49 PDT
Tony Chang
Comment 2 2011-03-28 11:48:38 PDT
There will be follow up changes for NRWT and the rebaseline tool.
Adam Barth
Comment 3 2011-03-28 16:26:11 PDT
Comment on attachment 87175 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=87175&action=review > Tools/DumpRenderTree/chromium/TestShell.cpp:561 > - static_cast<int>(sourceBitmap.rowBytes()), discardTransparency, &png); > + static_cast<int>(sourceBitmap.rowBytes()), discardTransparency, > + md5hash, &png); This should be on one line.
Tony Chang
Comment 4 2011-03-28 16:49:18 PDT
Note You need to log in before you can comment on or make changes to this bug.