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

Issue 18896003: [WIP] Migrate Fullscreen to use top layer instead of RenderFullScreen (Closed)

Created:
7 years, 5 months ago by falken
Modified:
6 years, 11 months ago
Reviewers:
CC:
blink-reviews, chromiumbugtracker_adobe.com, eae+blinkwatch, leviw+renderwatch, feature-media-reviews_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, adamk+blink_chromium.org, jchaffraix+rendering, darktears, vcarbune.chromium, trchen
Visibility:
Public.

Description

[WIP] Migrate Fullscreen to use top layer instead of RenderFullScreen BUG=240576

Patch Set 1 #

Total comments: 9

Patch Set 2 : start reviving patch #

Patch Set 3 : fix some failing tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -120 lines) Patch
M Source/core/css/fullscreen.css View 1 1 chunk +22 lines, -1 line 0 comments Download
M Source/core/dom/Document.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 chunks +35 lines, -4 lines 0 comments Download
M Source/core/dom/FullscreenElementStack.cpp View 1 2 8 chunks +15 lines, -48 lines 0 comments Download
M Source/core/dom/RenderTreeBuilder.cpp View 1 1 chunk +0 lines, -6 lines 0 comments Download
M Source/core/html/HTMLDialogElement.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M Source/core/html/HTMLDialogElement.cpp View 1 2 4 chunks +9 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderFullScreen.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderFullScreen.cpp View 1 2 3 chunks +3 lines, -1 line 0 comments Download
M Source/core/rendering/RenderInline.cpp View 1 1 chunk +0 lines, -11 lines 0 comments Download
M Source/core/rendering/RenderVideo.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderVideo.cpp View 1 2 chunks +0 lines, -42 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
falken
This patch is WIP. Uploading now to share what code changes happen with the migration. ...
7 years, 5 months ago (2013-07-09 12:50:22 UTC) #1
falken
> plugins/fullscreen-plugins-dont-reload.html > (This is the only real failure. It tests that the element doesn't ...
7 years, 5 months ago (2013-07-10 02:30:00 UTC) #2
trchen
Hey falken, I'm working on USE(NATIVE_FULLSCREEN_VIDEO) to make it work with subtitles. I know this ...
7 years, 5 months ago (2013-07-18 22:26:29 UTC) #3
falken
Thanks for the comments. https://codereview.chromium.org/18896003/diff/1/Source/core/css/fullscreen.css File Source/core/css/fullscreen.css (right): https://codereview.chromium.org/18896003/diff/1/Source/core/css/fullscreen.css#newcode10 Source/core/css/fullscreen.css:10: bottom: 0; On 2013/07/18 22:26:29, ...
7 years, 5 months ago (2013-07-22 17:51:44 UTC) #4
esprehn
How's this going? I'd really like to see us get full screen moved to top ...
7 years ago (2013-12-02 05:03:47 UTC) #5
falken
On 2013/12/02 05:03:47, esprehn wrote: > How's this going? I'd really like to see us ...
7 years ago (2013-12-02 05:22:36 UTC) #6
falken
6 years, 11 months ago (2014-01-21 11:39:36 UTC) #7
I uploaded a new patch at https://codereview.chromium.org/139743005/

Powered by Google App Engine
This is Rietveld 408576698