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

Issue 685263003: The rest of the Presentation API IDL as stubs. (Closed)

Created:
6 years, 1 month ago by whywhat
Modified:
6 years, 1 month ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

The rest of the Presentation API IDL as stubs. BUG=412331 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184806

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fixed compile erros, reviewers comments and added simple tests #

Patch Set 3 : Updated fast/dom/Window tests #

Total comments: 6

Patch Set 4 : Fixed nits #

Total comments: 4

Patch Set 5 : Specified types for the promises #

Total comments: 1

Patch Set 6 : Fixed the order of tracing #

Patch Set 7 : Added OWNERS file. #

Patch Set 8 : Added OWNERS file for real #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -1 line) Patch
M LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/presentation/presentation-api.html View 1 1 chunk +6 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-constructors-listing-expected.txt View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/EventTargetModulesFactory.in View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
A Source/modules/presentation/OWNERS View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M Source/modules/presentation/Presentation.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M Source/modules/presentation/Presentation.cpp View 1 2 3 4 5 2 chunks +26 lines, -0 lines 0 comments Download
M Source/modules/presentation/Presentation.idl View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
A Source/modules/presentation/PresentationSession.h View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A Source/modules/presentation/PresentationSession.cpp View 1 chunk +50 lines, -0 lines 0 comments Download
A Source/modules/presentation/PresentationSession.idl View 1 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (10 generated)
whywhat
The first draft of the patch for early comments, not ready to submit.
6 years, 1 month ago (2014-10-29 20:15:55 UTC) #2
Peter Beverloo
Can you add some tests for the new methods on the Presentation object? I understand ...
6 years, 1 month ago (2014-10-29 20:51:20 UTC) #3
whywhat
Added tests as well. Thanks for the quick review! +Mark to verify I've got the ...
6 years, 1 month ago (2014-10-29 22:09:27 UTC) #5
whywhat
+Eric for OWNERS approval
6 years, 1 month ago (2014-10-29 22:20:44 UTC) #7
Peter Beverloo
lgtm % comments. Based on the link to the specification included in the IDL files, ...
6 years, 1 month ago (2014-10-29 22:21:17 UTC) #8
whywhat
https://codereview.chromium.org/685263003/diff/40001/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt File LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt (right): https://codereview.chromium.org/685263003/diff/40001/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt#newcode54 LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt:54: FAIL childWindow.navigator.presentation.session should be null. Threw exception TypeError: Cannot ...
6 years, 1 month ago (2014-10-29 22:34:06 UTC) #9
mark a. foltz
https://codereview.chromium.org/685263003/diff/60001/Source/modules/presentation/Presentation.idl File Source/modules/presentation/Presentation.idl (right): https://codereview.chromium.org/685263003/diff/60001/Source/modules/presentation/Presentation.idl#newcode13 Source/modules/presentation/Presentation.idl:13: [CallWith=ScriptState] Promise startSession(DOMString senderId, [Default=Undefined] optional DOMString presentationId); Does ...
6 years, 1 month ago (2014-10-29 23:13:14 UTC) #10
whywhat
https://codereview.chromium.org/685263003/diff/60001/Source/modules/presentation/Presentation.idl File Source/modules/presentation/Presentation.idl (right): https://codereview.chromium.org/685263003/diff/60001/Source/modules/presentation/Presentation.idl#newcode13 Source/modules/presentation/Presentation.idl:13: [CallWith=ScriptState] Promise startSession(DOMString senderId, [Default=Undefined] optional DOMString presentationId); On ...
6 years, 1 month ago (2014-10-30 00:51:01 UTC) #11
mark a. foltz
lgtm
6 years, 1 month ago (2014-10-31 06:17:32 UTC) #12
sof
lgtm https://codereview.chromium.org/685263003/diff/80001/Source/modules/presentation/Presentation.cpp File Source/modules/presentation/Presentation.cpp (right): https://codereview.chromium.org/685263003/diff/80001/Source/modules/presentation/Presentation.cpp#newcode44 Source/modules/presentation/Presentation.cpp:44: visitor->trace(m_session); nit: the convention is to trace the ...
6 years, 1 month ago (2014-10-31 13:28:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/685263003/100001
6 years, 1 month ago (2014-10-31 15:34:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/685263003/100001
6 years, 1 month ago (2014-11-02 23:53:59 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/18930)
6 years, 1 month ago (2014-11-02 23:57:05 UTC) #21
sof
+mkwst for modules/ owner review, should he have some time. (modules/presentation/OWNERS will spring into being ...
6 years, 1 month ago (2014-11-02 23:57:05 UTC) #23
Mike West
rubberstamp LGTM. And please do follow sof@'s advice by adding an OWNERS file to the ...
6 years, 1 month ago (2014-11-03 04:58:12 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/685263003/140001
6 years, 1 month ago (2014-11-03 21:39:53 UTC) #26
commit-bot: I haz the power
6 years, 1 month ago (2014-11-03 23:41:10 UTC) #27
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as 184806

Powered by Google App Engine
This is Rietveld 408576698