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

Issue 10968037: Fix the issue that any tab/window closing hotkey will crash the Pepper Flash Fullscreen. (Closed)

Created:
8 years, 3 months ago by yzshen1
Modified:
8 years, 2 months ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Fix the issue that any tab/window closing hotkey will crash the Pepper Flash Fullscreen. BUG=149821 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158408

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : Changes in response to John's suggestion. #

Total comments: 8

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 2

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -9 lines) Patch
M content/browser/renderer_host/render_widget_host_delegate.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 3 4 4 chunks +8 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 4 chunks +8 lines, -5 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 4 4 chunks +8 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 3 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
yzshen1
Hi, John. Would you please take a look at this CL? Two notes: 1) After ...
8 years, 3 months ago (2012-09-21 18:16:50 UTC) #1
jam
RenderWidgetHostDelegate is just an interface now, so it seems preferable to not add implementation to ...
8 years, 3 months ago (2012-09-21 18:46:17 UTC) #2
yzshen1
Thanks, John. The reason is that InterstitialPageImpl is also a RenderWidgetHostDelegate subclass. Is it okay ...
8 years, 3 months ago (2012-09-21 19:14:21 UTC) #3
jam
On 2012/09/21 19:14:21, yzshen1 wrote: > Thanks, John. > > The reason is that InterstitialPageImpl ...
8 years, 3 months ago (2012-09-21 20:32:16 UTC) #4
yzshen1
Hi, John. Thanks for your suggestion! I have made changes accordingly. Please take another look. ...
8 years, 3 months ago (2012-09-21 22:11:59 UTC) #5
jam
https://codereview.chromium.org/10968037/diff/10005/content/browser/renderer_host/render_view_host_impl.h File content/browser/renderer_host/render_view_host_impl.h (right): https://codereview.chromium.org/10968037/diff/10005/content/browser/renderer_host/render_view_host_impl.h#newcode130 content/browser/renderer_host/render_view_host_impl.h:130: // |widget_delegate| goes away. since this derives from RenderWidgetHostImpl, ...
8 years, 3 months ago (2012-09-22 00:01:34 UTC) #6
yzshen1
Thanks, John. Please take another look. https://codereview.chromium.org/10968037/diff/10005/content/browser/renderer_host/render_view_host_impl.h File content/browser/renderer_host/render_view_host_impl.h (right): https://codereview.chromium.org/10968037/diff/10005/content/browser/renderer_host/render_view_host_impl.h#newcode130 content/browser/renderer_host/render_view_host_impl.h:130: // |widget_delegate| goes ...
8 years, 3 months ago (2012-09-22 00:28:08 UTC) #7
jam
https://codereview.chromium.org/10968037/diff/10005/content/browser/renderer_host/render_view_host_impl.h File content/browser/renderer_host/render_view_host_impl.h (right): https://codereview.chromium.org/10968037/diff/10005/content/browser/renderer_host/render_view_host_impl.h#newcode130 content/browser/renderer_host/render_view_host_impl.h:130: // |widget_delegate| goes away. On 2012/09/22 00:28:08, yzshen1 wrote: ...
8 years, 2 months ago (2012-09-24 16:47:00 UTC) #8
yzshen1
https://codereview.chromium.org/10968037/diff/10005/content/browser/renderer_host/render_view_host_impl.h File content/browser/renderer_host/render_view_host_impl.h (right): https://codereview.chromium.org/10968037/diff/10005/content/browser/renderer_host/render_view_host_impl.h#newcode130 content/browser/renderer_host/render_view_host_impl.h:130: // |widget_delegate| goes away. Removed. Thanks! On 2012/09/24 16:47:00, ...
8 years, 2 months ago (2012-09-24 16:59:41 UTC) #9
jam
lgtm https://codereview.chromium.org/10968037/diff/6008/content/browser/renderer_host/render_widget_host_delegate.h File content/browser/renderer_host/render_widget_host_delegate.h (right): https://codereview.chromium.org/10968037/diff/6008/content/browser/renderer_host/render_widget_host_delegate.h#newcode22 content/browser/renderer_host/render_widget_host_delegate.h:22: // The RenderWidgetHostImpl is going to be deleted. ...
8 years, 2 months ago (2012-09-24 19:20:51 UTC) #10
yzshen1
Thanks, John! http://codereview.chromium.org/10968037/diff/6008/content/browser/renderer_host/render_widget_host_delegate.h File content/browser/renderer_host/render_widget_host_delegate.h (right): http://codereview.chromium.org/10968037/diff/6008/content/browser/renderer_host/render_widget_host_delegate.h#newcode22 content/browser/renderer_host/render_widget_host_delegate.h:22: // The RenderWidgetHostImpl is going to be ...
8 years, 2 months ago (2012-09-24 19:56:18 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/10968037/6010
8 years, 2 months ago (2012-09-24 19:57:27 UTC) #12
commit-bot: I haz the power
8 years, 2 months ago (2012-09-24 21:57:27 UTC) #13
Change committed as 158408

Powered by Google App Engine
This is Rietveld 408576698