Closed
Bug 1685614
Opened 4 years ago
Closed 4 years ago
Use GeckoResult in EventDispatcher
Categories
(GeckoView :: General, task, P3)
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: agi, Assigned: agi)
Details
Attachments
(1 file)
Spinning off this from Bug 1625593, since it's useful in general.
EventDispatcher should have methods to query Gecko that use GeckoResult.
| Assignee | ||
Comment 1•4 years ago
|
||
This patch adds queryString, queryBoolean, queryVoid and queryBundle to
EventDispatcher in place of dispatch(type, message, callback).
These query* methods returns a GeckoResult which can be manipulated using
GeckoResult.map.
Updated•4 years ago
|
Assignee: nobody → agi
Status: NEW → ASSIGNED
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1c7597ab79cc
Use GeckoResult in EventDispatcher. r=owlish,snorp
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•