Closed
Bug 995177
Opened 11 years ago
Closed 11 years ago
Websockets can't be used from chrome javascript (necko_websocket.xpt not packaged)
Categories
(Firefox :: Installer, defect)
Firefox
Installer
Tracking
()
RESOLVED
FIXED
Firefox 31
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
|
541 bytes,
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
Currently necko_websocket.xpt doesn't get packaged on Firefox Desktop - it does on B2G & Android. This means chrome javascript can't access the websocket interface, despite the fact that the rest of the websocket code is build and shipped with Firefox.
We should just add the xpt and make it available (we found this issue where we are temporarily working around not having push notifications, by writing some stuff in javascript).
Attachment #8405342 -
Flags: review?(mcmanus)
Comment 1•11 years ago
|
||
Comment on attachment 8405342 [details] [diff] [review]
The fix
Review of attachment 8405342 [details] [diff] [review]:
-----------------------------------------------------------------
thanks!
Attachment #8405342 -
Flags: review?(mcmanus) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Target Milestone: --- → Firefox 31
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•