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

Issue 128443002: Flood-fill the canvas used for layout tests (Closed)

Created:
6 years, 11 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 11 months ago
Reviewers:
Lei Zhang, reed1
CC:
chromium-reviews, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, timurrrr+watch_chromium.org, glider+watch_chromium.org, jochen+watch_chromium.org, bruening+watch_chromium.org
Visibility:
Public.

Description

Flood-fill the canvas used for layout tests Otherwise, layout tests that don't damage the entire view access uninitialized memory. BUG=332271 R=reed@google.com,thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243694

Patch Set 1 #

Total comments: 2

Patch Set 2 : updates #

Patch Set 3 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -22 lines) Patch
M content/shell/renderer/test_runner/WebTestProxy.cpp View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +0 lines, -20 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
jochen (gone - plz use gerrit)
6 years, 11 months ago (2014-01-08 15:42:35 UTC) #1
reed1
https://codereview.chromium.org/128443002/diff/1/content/shell/renderer/test_runner/WebTestProxy.cpp File content/shell/renderer/test_runner/WebTestProxy.cpp (right): https://codereview.chromium.org/128443002/diff/1/content/shell/renderer/test_runner/WebTestProxy.cpp#newcode635 content/shell/renderer/test_runner/WebTestProxy.cpp:635: m_canvas.reset(skia::CreateBitmapCanvas(scaledWidth, scaledHeight, true)); I think you want to just ...
6 years, 11 months ago (2014-01-08 15:49:17 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/128443002/diff/1/content/shell/renderer/test_runner/WebTestProxy.cpp File content/shell/renderer/test_runner/WebTestProxy.cpp (right): https://codereview.chromium.org/128443002/diff/1/content/shell/renderer/test_runner/WebTestProxy.cpp#newcode635 content/shell/renderer/test_runner/WebTestProxy.cpp:635: m_canvas.reset(skia::CreateBitmapCanvas(scaledWidth, scaledHeight, true)); On 2014/01/08 15:49:17, reed1 wrote: > ...
6 years, 11 months ago (2014-01-08 18:03:51 UTC) #3
reed1
lgtm
6 years, 11 months ago (2014-01-08 18:13:06 UTC) #4
reed1
On 2014/01/08 18:13:06, reed1 wrote: > lgtm I wonder if a comment might be in ...
6 years, 11 months ago (2014-01-08 18:13:56 UTC) #5
jochen (gone - plz use gerrit)
On 2014/01/08 18:13:56, reed1 wrote: > On 2014/01/08 18:13:06, reed1 wrote: > > lgtm > ...
6 years, 11 months ago (2014-01-08 19:29:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/128443002/150001
6 years, 11 months ago (2014-01-08 19:30:49 UTC) #7
commit-bot: I haz the power
Change committed as 243694
6 years, 11 months ago (2014-01-08 23:32:42 UTC) #8
alph
6 years, 11 months ago (2014-01-09 06:56:13 UTC) #9
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/130963002/ by alph@chromium.org.

The reason for reverting is: a bunch of video* layout tests failed
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux/builds/24977.

Powered by Google App Engine
This is Rietveld 408576698