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

Issue 1677063004: Don't allow dirtying layout during paint of a plugin placeholder. (Closed)

Created:
4 years, 10 months ago by chrishtr
Modified:
4 years, 10 months ago
Reviewers:
tommycli
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't allow dirtying layout during paint of a plugin placeholder. This should not happen anyway, but adding defensive checks may uncover code which does it anyway. BUG=545039 Committed: https://crrev.com/66d3b34a3c9a2d6834cb914e0f841de4bd5aed58 Cr-Commit-Position: refs/heads/master@{#374246}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M components/plugins/renderer/webview_plugin.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/plugins/renderer/webview_plugin.cc View 1 2 3 4 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
chrishtr
4 years, 10 months ago (2016-02-08 22:16:56 UTC) #3
tommycli
https://codereview.chromium.org/1677063004/diff/1/components/plugins/renderer/webview_plugin.cc File components/plugins/renderer/webview_plugin.cc (right): https://codereview.chromium.org/1677063004/diff/1/components/plugins/renderer/webview_plugin.cc#newcode176 components/plugins/renderer/webview_plugin.cc:176: is_painting_ = true; Seems like this should use base::AutoReset ...
4 years, 10 months ago (2016-02-08 22:20:43 UTC) #4
chrishtr
https://codereview.chromium.org/1677063004/diff/1/components/plugins/renderer/webview_plugin.cc File components/plugins/renderer/webview_plugin.cc (right): https://codereview.chromium.org/1677063004/diff/1/components/plugins/renderer/webview_plugin.cc#newcode176 components/plugins/renderer/webview_plugin.cc:176: is_painting_ = true; On 2016/02/08 at 22:20:43, tommycli wrote: ...
4 years, 10 months ago (2016-02-08 22:43:39 UTC) #5
tommycli
lgtm! thanks for investigating this chris https://codereview.chromium.org/1677063004/diff/40001/components/plugins/renderer/webview_plugin.cc File components/plugins/renderer/webview_plugin.cc (right): https://codereview.chromium.org/1677063004/diff/40001/components/plugins/renderer/webview_plugin.cc#newcode297 components/plugins/renderer/webview_plugin.cc:297: DCHECK(!is_painting_); Don't only ...
4 years, 10 months ago (2016-02-08 23:09:04 UTC) #6
chrishtr
https://codereview.chromium.org/1677063004/diff/40001/components/plugins/renderer/webview_plugin.cc File components/plugins/renderer/webview_plugin.cc (right): https://codereview.chromium.org/1677063004/diff/40001/components/plugins/renderer/webview_plugin.cc#newcode297 components/plugins/renderer/webview_plugin.cc:297: DCHECK(!is_painting_); On 2016/02/08 at 23:09:04, tommycli wrote: > Don't ...
4 years, 10 months ago (2016-02-08 23:13:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1677063004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1677063004/60001
4 years, 10 months ago (2016-02-08 23:16:11 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-09 00:57:29 UTC) #11
commit-bot: I haz the power
4 years, 10 months ago (2016-02-09 00:58:39 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/66d3b34a3c9a2d6834cb914e0f841de4bd5aed58
Cr-Commit-Position: refs/heads/master@{#374246}

Powered by Google App Engine
This is Rietveld 408576698