|
Rename FullscreenElementStack to just Fullscreen
This class does more than just manage the fullscreen element stack, and
the shorter name makes the code more readable in many places. In the
renamed Fullscreen class, it also makes it more obvious when the actual
fullscreen element stack is being manipulated.
BUG= 383813
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180433
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+136 lines, -899 lines) |
Patch |
|
M |
Source/core/core.gypi
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSDefaultStyleSheets.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/SelectorChecker.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/SharedStyleFinder.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/Document.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Document.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/DocumentFullscreen.cpp
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Element.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/ElementFullscreen.cpp
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
|
A + |
Source/core/dom/Fullscreen.h
|
View
|
|
5 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
|
A + |
Source/core/dom/Fullscreen.cpp
|
View
|
|
19 chunks |
+46 lines, -46 lines |
0 comments
|
Download
|
|
D |
Source/core/dom/FullscreenElementStack.h
|
View
|
|
1 chunk |
+0 lines, -152 lines |
0 comments
|
Download
|
|
D |
Source/core/dom/FullscreenElementStack.cpp
|
View
|
|
1 chunk |
+0 lines, -609 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/RenderTreeBuilder.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLMediaElement.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/page/EventHandler.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/page/EventHandler.cpp
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/page/scrolling/ScrollingCoordinator.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderFullScreen.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderInline.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/testing/Internals.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/web/ChromeClientImpl.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/web/FrameLoaderClientImpl.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/web/FullscreenController.cpp
|
View
|
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/web/WebDocument.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/web/WebElement.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/web/tests/WebFrameTest.cpp
|
View
|
1
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|