Closed
Bug 1542779
Opened 6 years ago
Closed 6 years ago
Use callback interfaces for JSWindowActor callbacks
Categories
(Core :: DOM: Content Processes, enhancement, P2)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•6 years ago
|
Type: defect → enhancement
Assignee | ||
Comment 1•6 years ago
|
||
This should not have any major behaviour changes, with the following exceptions:
- The method for receiving messages from IPC is called
receiveMessage
rather
thanrecvAsyncMessage
. This is more consistent with existing code, so
should be OK. - Exceptions will be correctly reported when thrown within a callback.
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f17ab3584d22
Use callback interfaces for JSWindowActor callbacks, r=jdai
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•