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

Issue 449133003: Move Web-facing fullscreen APIs to DocumentFullscreen and ElementFullscreen (Closed)

Created:
6 years, 4 months ago by philipj_slow
Modified:
6 years, 4 months ago
Reviewers:
falken, tkent, pfeldman
CC:
blink-reviews, arv+blink, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, Inactive, rwlbuis
Project:
blink
Visibility:
Public.

Description

Move Web-facing fullscreen APIs to DocumentFullscreen and ElementFullscreen This is closer to the partial interfaces of the spec: http://fullscreen.spec.whatwg.org/#api As a side-effect, the prefixed functions are now only used for bindings, forcing internal clients to pick a request type more explicitly. BUG=383813 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179805

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -40 lines) Patch
M Source/core/core.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/dom/Document.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/Document.idl View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/DocumentFullscreen.h View 2 chunks +5 lines, -0 lines 0 comments Download
M Source/core/dom/DocumentFullscreen.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/dom/Element.h View 1 2 chunks +0 lines, -9 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 1 chunk +0 lines, -15 lines 0 comments Download
M Source/core/dom/Element.idl View 2 chunks +0 lines, -9 lines 0 comments Download
A Source/core/dom/ElementFullscreen.h View 1 chunk +29 lines, -0 lines 0 comments Download
A Source/core/dom/ElementFullscreen.cpp View 1 1 chunk +27 lines, -0 lines 0 comments Download
A Source/core/dom/ElementFullscreen.idl View 1 chunk +15 lines, -0 lines 0 comments Download
M Source/web/WebElement.cpp View 1 2 chunks +3 lines, -1 line 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
philipj_slow
PTAL
6 years, 4 months ago (2014-08-07 21:46:11 UTC) #1
falken
Nice cleanup, lgtm assuming I understand. You'll also need an API OWNER to review the ...
6 years, 4 months ago (2014-08-08 02:28:18 UTC) #2
philipj_slow
https://codereview.chromium.org/449133003/diff/1/Source/core/dom/ElementFullscreen.idl File Source/core/dom/ElementFullscreen.idl (right): https://codereview.chromium.org/449133003/diff/1/Source/core/dom/ElementFullscreen.idl#newcode14 Source/core/dom/ElementFullscreen.idl:14: attribute EventHandler onwebkitfullscreenerror; On 2014/08/08 02:28:18, falken wrote: > ...
6 years, 4 months ago (2014-08-08 05:40:48 UTC) #3
philipj_slow
rebase
6 years, 4 months ago (2014-08-08 07:12:52 UTC) #4
philipj_slow
tkent, can you rubberstamp the Source/web changes?
6 years, 4 months ago (2014-08-08 07:14:21 UTC) #5
philipj_slow
pfeldman, can you rubberstamp Source/web for me? (mkwst says in #blink that you're in a ...
6 years, 4 months ago (2014-08-08 07:57:26 UTC) #6
tkent
lgtm
6 years, 4 months ago (2014-08-08 08:23:04 UTC) #7
philipj_slow
The CQ bit was checked by philipj@opera.com
6 years, 4 months ago (2014-08-08 08:32:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/449133003/20001
6 years, 4 months ago (2014-08-08 08:32:34 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 09:06:45 UTC) #10
Message was sent while issue was closed.
Change committed as 179805

Powered by Google App Engine
This is Rietveld 408576698