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

Issue 1930323002: Don't let Blink handle events if we're shuting down. (Closed)

Created:
4 years, 7 months ago by bokan
Modified:
4 years, 7 months ago
Reviewers:
dtapuska, dcheng
CC:
blink-reviews, chromium-reviews, mlamouri+watch-blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't let Blink handle events if we're shuting down. We clear WebViewImpl::m_page when we're shutting down but the DOM and Frame hierarchies are still around. We shouldn't handle any user input in this state. BUG=607498 Committed: https://crrev.com/bb4a7319b4904705a6483f525149c8da9afcd248 Cr-Commit-Position: refs/heads/master@{#390719}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 chunk +4 lines, -1 line 3 comments Download

Messages

Total messages: 32 (11 generated)
bokan
The impetus for this is that I was trying to read RootScroller off of FrameHost ...
4 years, 7 months ago (2016-04-29 02:02:04 UTC) #3
dtapuska
On 2016/04/29 02:02:04, bokan wrote: > The impetus for this is that I was trying ...
4 years, 7 months ago (2016-04-29 14:31:17 UTC) #4
dtapuska
https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp File third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp (right): https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp#newcode317 third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp:317: if (!page()) Is it preferred to collapse this with ...
4 years, 7 months ago (2016-04-29 14:31:28 UTC) #5
bokan
https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp File third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp (right): https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp#newcode317 third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp:317: if (!page()) On 2016/04/29 14:31:27, dtapuska wrote: > Is ...
4 years, 7 months ago (2016-04-29 14:49:01 UTC) #6
dtapuska
On 2016/04/29 14:49:01, bokan wrote: > https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp > File third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp (right): > > https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp#newcode317 > ...
4 years, 7 months ago (2016-04-29 14:52:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1930323002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1930323002/1
4 years, 7 months ago (2016-04-29 18:30:22 UTC) #9
dcheng
https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp File third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp (right): https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp#newcode317 third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp:317: if (!page()) On 2016/04/29 at 14:49:00, bokan wrote: > ...
4 years, 7 months ago (2016-04-29 18:36:30 UTC) #11
bokan
On 2016/04/29 18:36:30, dcheng wrote: > https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp > File third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp (right): > > https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp#newcode317 > ...
4 years, 7 months ago (2016-04-29 18:42:04 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1930323002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1930323002/1
4 years, 7 months ago (2016-04-29 18:42:44 UTC) #16
bokan
On 2016/04/29 18:42:04, bokan wrote: > On 2016/04/29 18:36:30, dcheng wrote: > > > https://codereview.chromium.org/1930323002/diff/1/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ...
4 years, 7 months ago (2016-04-29 18:45:20 UTC) #17
dcheng
On 2016/04/29 at 18:45:20, bokan wrote: > On 2016/04/29 18:42:04, bokan wrote: > > On ...
4 years, 7 months ago (2016-04-29 18:54:18 UTC) #18
bokan
On 2016/04/29 18:54:18, dcheng wrote: > On 2016/04/29 at 18:45:20, bokan wrote: > > On ...
4 years, 7 months ago (2016-04-29 18:55:10 UTC) #19
bokan
On 2016/04/29 18:55:10, bokan wrote: > On 2016/04/29 18:54:18, dcheng wrote: > > On 2016/04/29 ...
4 years, 7 months ago (2016-04-29 18:55:50 UTC) #20
dcheng
On 2016/04/29 at 18:55:50, bokan wrote: > On 2016/04/29 18:55:10, bokan wrote: > > On ...
4 years, 7 months ago (2016-04-29 19:05:02 UTC) #22
bokan
On 2016/04/29 19:05:02, dcheng wrote: > On 2016/04/29 at 18:55:50, bokan wrote: > > On ...
4 years, 7 months ago (2016-04-29 19:06:59 UTC) #23
dcheng
On 2016/04/29 at 19:06:59, bokan wrote: > On 2016/04/29 19:05:02, dcheng wrote: > > On ...
4 years, 7 months ago (2016-04-29 19:12:30 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1930323002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1930323002/1
4 years, 7 months ago (2016-04-29 19:13:16 UTC) #26
bokan
On 2016/04/29 19:13:16, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 7 months ago (2016-04-29 19:15:57 UTC) #27
bokan
On 2016/04/29 19:12:30, dcheng wrote: > On 2016/04/29 at 19:06:59, bokan wrote: > > On ...
4 years, 7 months ago (2016-04-29 19:16:30 UTC) #28
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-04-29 19:45:18 UTC) #30
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:27:54 UTC) #31
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/bb4a7319b4904705a6483f525149c8da9afcd248
Cr-Commit-Position: refs/heads/master@{#390719}

Powered by Google App Engine
This is Rietveld 408576698