Closed
Bug 1333889
Opened 9 years ago
Closed 9 years ago
test_ext_bookmarks.js breaks with async bookmark event dispatching
Categories
(WebExtensions :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: aswan, Assigned: bsilverberg)
Details
As part of bug 1203330 I converted bookmarks events to be dispatched asynchronously and the associated xpcshell test immediately broke. I don't want to rewrite the test as part of that bug so filing this for follow-up.
| Reporter | ||
Comment 1•9 years ago
|
||
Upon further consideration, these events are implemented in the parent process and the handler just sends an asynchronous message to the child so there isn't really any point in making the handler run asynchronously...
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•