Closed
Bug 1212702
Opened 9 years ago
Closed 9 years ago
[Presentation WebAPI] Rename to PresentationConnection
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
FxOS-S9 (16Oct)
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: selin, Assigned: selin)
References
()
Details
(Whiteboard: [ft:conndevices][partner-blocker])
Attachments
(2 files, 2 obsolete files)
40.13 KB,
patch
|
selin
:
review+
|
Details | Diff | Splinter Review |
45.36 KB,
patch
|
selin
:
review+
|
Details | Diff | Splinter Review |
The latest spec renames the following interfaces:
1. PresentationSession to PresentationConnection.
2. PresentationSessionState to PresentationConnectionState.
3. PresentationSessionConnectEvent to PresentationConnectionAvailableEvent.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → selin
Status: NEW → ASSIGNED
Target Milestone: --- → FxOS-S9 (16Oct)
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8671238 -
Flags: review?(bugs)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8671240 -
Flags: review?(bugs)
Comment on attachment 8671238 [details] [diff] [review]
Part 1 - WebIDL Bindings, v1
+ * Both the controlling and receving browsing context can close the connection.
receiving
+ * Both the controlling and receving browsing context can terminate the connection.
receiving
Attachment #8671238 -
Flags: review?(bugs) → review+
Comment on attachment 8671240 [details] [diff] [review]
Part 2 - Tests, v1
hopefully the spec will stabilize soon
+ ok(connection, "Connection should be availlable.")
available
Attachment #8671240 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Attachment #8671238 -
Attachment is obsolete: true
Attachment #8672443 -
Flags: review+
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8671240 -
Attachment is obsolete: true
Attachment #8672444 -
Flags: review+
Assignee | ||
Comment 7•9 years ago
|
||
The latest try-run. FYI.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b57816934734
Keywords: checkin-needed
https://hg.mozilla.org/integration/mozilla-inbound/rev/c230adf1f879
https://hg.mozilla.org/integration/mozilla-inbound/rev/906f76d5adcf
Keywords: checkin-needed
Comment 9•9 years ago
|
||
bugherder merge |
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•