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

Issue 2021513002: Move willEnterFullscreen to WebRemoteFrame. (Closed)

Created:
4 years, 6 months ago by alexmos
Modified:
4 years, 6 months ago
Reviewers:
Charlie Reis, dcheng
CC:
dcheng, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-dom_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, dglazkov+blink, eae+blinkwatch, jam, kinuko+watch, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-blink_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, rwlbuis, sof, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move willEnterFullscreen to WebRemoteFrame. This CL cleans up some of the Blink plumbing for OOPIF fullscreen support: - willEnterFullscreen() moves from WebView to WebRemoteFrame. - tracking of whether fullscreen is entered for cross-process ancestor moves from FullscreenController to Fullscreen. BUG=550497 TEST=no behavior change. This functionality is covered by SitePerProcessInteractiveBrowserTest.Fullscreen* Committed: https://crrev.com/5b9bce08ba348bf5e77fd693b6d463c7363777ff Cr-Commit-Position: refs/heads/master@{#397249}

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : Add comment about user gestures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -65 lines) Patch
M content/renderer/render_frame_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Fullscreen.h View 1 2 4 chunks +21 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Fullscreen.cpp View 9 chunks +25 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/web/FullscreenController.h View 2 chunks +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/web/FullscreenController.cpp View 4 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp View 1 2 chunks +24 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 chunk +0 lines, -29 lines 0 comments Download
M third_party/WebKit/public/web/WebRemoteFrame.h View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebView.h View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
alexmos
Daniel, can you please take a look? This is the cleanup we discussed in https://codereview.chromium.org/1914643005/diff/220001/third_party/WebKit/Source/web/WebViewImpl.cpp ...
4 years, 6 months ago (2016-05-27 21:14:29 UTC) #2
dcheng
https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h File third_party/WebKit/Source/core/dom/Fullscreen.h (right): https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h#newcode129 third_party/WebKit/Source/core/dom/Fullscreen.h:129: bool m_forCrossProcessAncestor; On 2016/05/27 at 21:14:29, alexmos wrote: > ...
4 years, 6 months ago (2016-05-28 19:59:10 UTC) #3
alexmos
https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h File third_party/WebKit/Source/core/dom/Fullscreen.h (right): https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h#newcode129 third_party/WebKit/Source/core/dom/Fullscreen.h:129: bool m_forCrossProcessAncestor; On 2016/05/28 19:59:10, dcheng wrote: > On ...
4 years, 6 months ago (2016-05-31 16:56:26 UTC) #4
dcheng
https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h File third_party/WebKit/Source/core/dom/Fullscreen.h (right): https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h#newcode129 third_party/WebKit/Source/core/dom/Fullscreen.h:129: bool m_forCrossProcessAncestor; On 2016/05/31 at 16:56:25, alexmos wrote: > ...
4 years, 6 months ago (2016-05-31 17:50:23 UTC) #5
alexmos
https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h File third_party/WebKit/Source/core/dom/Fullscreen.h (right): https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h#newcode129 third_party/WebKit/Source/core/dom/Fullscreen.h:129: bool m_forCrossProcessAncestor; On 2016/05/31 17:50:23, dcheng wrote: > On ...
4 years, 6 months ago (2016-05-31 18:08:17 UTC) #6
dcheng
https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h File third_party/WebKit/Source/core/dom/Fullscreen.h (right): https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h#newcode129 third_party/WebKit/Source/core/dom/Fullscreen.h:129: bool m_forCrossProcessAncestor; On 2016/05/31 at 18:08:17, alexmos wrote: > ...
4 years, 6 months ago (2016-05-31 18:50:18 UTC) #7
alexmos
https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h File third_party/WebKit/Source/core/dom/Fullscreen.h (right): https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h#newcode129 third_party/WebKit/Source/core/dom/Fullscreen.h:129: bool m_forCrossProcessAncestor; On 2016/05/31 18:50:18, dcheng wrote: > On ...
4 years, 6 months ago (2016-05-31 23:35:18 UTC) #8
dcheng
https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h File third_party/WebKit/Source/core/dom/Fullscreen.h (right): https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h#newcode129 third_party/WebKit/Source/core/dom/Fullscreen.h:129: bool m_forCrossProcessAncestor; On 2016/05/31 at 23:35:18, alexmos wrote: > ...
4 years, 6 months ago (2016-06-01 00:29:36 UTC) #9
alexmos
https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h File third_party/WebKit/Source/core/dom/Fullscreen.h (right): https://codereview.chromium.org/2021513002/diff/20001/third_party/WebKit/Source/core/dom/Fullscreen.h#newcode129 third_party/WebKit/Source/core/dom/Fullscreen.h:129: bool m_forCrossProcessAncestor; On 2016/06/01 00:29:36, dcheng wrote: > On ...
4 years, 6 months ago (2016-06-01 16:50:13 UTC) #10
dcheng
lgtm
4 years, 6 months ago (2016-06-01 20:43:15 UTC) #11
alexmos
Charlie, can you please review the trivial change in render_frame_proxy.cc for content/ OWNERS?
4 years, 6 months ago (2016-06-01 21:09:51 UTC) #13
Charlie Reis
content/ LGTM.
4 years, 6 months ago (2016-06-01 21:14:35 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021513002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021513002/40001
4 years, 6 months ago (2016-06-01 21:15:58 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-01 21:22:24 UTC) #17
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 21:24:13 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5b9bce08ba348bf5e77fd693b6d463c7363777ff
Cr-Commit-Position: refs/heads/master@{#397249}

Powered by Google App Engine
This is Rietveld 408576698