Closed
Bug 578672
Opened 15 years ago
Closed 15 years ago
Need sendSyncMessage for messages that require a return value
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: vingtetun)
References
Details
Attachments
(1 file)
708 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
When we converted to use sendAsyncMessage in Fennec we broke at least two messages that can have a return value: "DOMWindowClose" and "DOMWillOpenModalDialog"
http://mxr.mozilla.org/mobile-browser/source/chrome/content/bindings/browser.js#292
That should be a "sendSyncMessage"
Reporter | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
Since I've relanded the platform patch for preventing the error in SendSyncMessage this morning I think this simple change should do it.
Attachment #457509 -
Flags: review?(mark.finkle)
Reporter | ||
Updated•15 years ago
|
Attachment #457509 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•