Closed
Bug 902030
Opened 12 years ago
Closed 12 years ago
DOMRequestIPCHelper should store/retrieve Promises
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: nsm, Assigned: nsm)
References
Details
Attachments
(1 file, 1 obsolete file)
|
7.45 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
With an eventual switch to Promises for all APIs, DOMRequestIPCHelper should provide a similar API for Promises that it provides from DOMRequests, the ability to store/retrieve/delete a Promise.
| Assignee | ||
Updated•12 years ago
|
Blocks: inter-app-comm-api
| Assignee | ||
Comment 1•12 years ago
|
||
This adds the necessary API, but is blocked until Promise is available on platforms.
| Assignee | ||
Comment 2•12 years ago
|
||
Forgot to update patch with right test file.
| Assignee | ||
Updated•12 years ago
|
Attachment #786525 -
Attachment is obsolete: true
Comment 3•12 years ago
|
||
Thanks Nikhil for supporting this. It's very helpful!
| Assignee | ||
Updated•12 years ago
|
Attachment #786537 -
Flags: review?(fabrice)
Updated•12 years ago
|
Attachment #786537 -
Flags: review?(fabrice) → review+
| Assignee | ||
Comment 4•12 years ago
|
||
Landed with slight change to test to know push the modified pref, since bug 897913 exposes Promises to chrome code by default.
https://hg.mozilla.org/integration/mozilla-inbound/rev/667ff57c79bc
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•