Closed
Bug 1121420
Opened 10 years ago
Closed 10 years ago
Enable BroadcastChannel by default in release builds.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: baku, Assigned: baku)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
935 bytes,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
3.29 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
BroadcastChannel is part of HTML5 and would be nice to have it enabled by default.
Attachment #8548847 -
Flags: review?(bugs)
Comment 1•10 years ago
|
||
How stable is the worker part of this?
Assignee | ||
Comment 2•10 years ago
|
||
Worker and main-thread share the same logic. And both are based on PBackground. We don't have complex states and/or runnables as WebSocket impl does.
I think to know how stable it is we should expose it to the biggest number of uses we can and have feedback.
Updated•10 years ago
|
Attachment #8548847 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•10 years ago
|
||
We want to have this API also in b2g.
Attachment #8548968 -
Flags: review?(ehsan)
Updated•10 years ago
|
Attachment #8548968 -
Flags: review?(ehsan) → review+
Updated•10 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/26eebdaac7c4
https://hg.mozilla.org/mozilla-central/rev/09f4e4510e54
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Comment 6•10 years ago
|
||
Documentation updated:
https://developer.mozilla.org/en-US/Firefox/Releases/38#Interfaces.2FAPIs.2FDOM
Keywords: dev-doc-needed → dev-doc-complete
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
•