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

Issue 148613008: [Aura] RenderWidgetHostViewAura fixes for embedding fullscreen views within browser tabs. (Closed)

Created:
6 years, 10 months ago by miu
Modified:
6 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+watch_chromium.org
Visibility:
Public.

Description

[Aura] RenderWidgetHostViewAura fixes for embedding fullscreen views within browser tabs. 1. Modify OnBoundsChanged() to unconditionally call SetSize() to propagate all aura::Window size changes (e.g., due to container layout) to the renderer. There are already re-entrancy and redundancy guards in place, making this safe/sane. 2. Apply coordinate conversion for mouse events propagated to the parent->delegate. This was previously overlooked because it was assumed WebContentsViewAura was the only parent->delegate, and WCVA does not do anything with mouse coordinates. BUG=256870 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247628

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M content/browser/renderer_host/render_widget_host_view_aura.cc View 2 chunks +11 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
miu
ben: PTAL. Context: "Embedded Fullscreen" RWHVA's are initialized via the RWHVA::InitAsChild() method, and *not* InitAsFullscreen(). ...
6 years, 10 months ago (2014-01-28 21:19:18 UTC) #1
Ben Goodger (Google)
lgtm
6 years, 10 months ago (2014-01-29 00:25:20 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miu@chromium.org/148613008/1
6 years, 10 months ago (2014-01-29 00:35:46 UTC) #3
commit-bot: I haz the power
6 years, 10 months ago (2014-01-29 05:29:58 UTC) #4
Message was sent while issue was closed.
Change committed as 247628

Powered by Google App Engine
This is Rietveld 408576698