Closed
Bug 1331574
Opened 8 years ago
Closed 8 years ago
send ScriptedNotificationObserver notifications async during painting
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(2 files)
1.43 KB,
patch
|
Details | Diff | Splinter Review | |
3.11 KB,
patch
|
aosmond
:
review+
|
Details | Diff | Splinter Review |
The full fix for bug 1311841 (sending all image notifications async during painting) ended up being involved (we'll still fix it properly). So this is a simpler fix suitable for uplifting.
The only thing we need to protect against is calling into script, and only ScriptedNotificationObserver can do that. It's also not widely used: 4 addons on dxr use it, and we use it for tests.
Assignee | ||
Comment 1•8 years ago
|
||
This got backed out in bug 1323207, but I need it here.
Attachment #8827372 -
Flags: review?(wmccloskey)
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8827373 -
Flags: review?(aosmond)
Updated•8 years ago
|
Attachment #8827373 -
Flags: review?(aosmond) → review+
Comment on attachment 8827372 [details] [diff] [review]
reland the js api for this
Review of attachment 8827372 [details] [diff] [review]:
-----------------------------------------------------------------
We decided that we don't need this. Bug 1328423 should fix the problem this is meant to address.
Attachment #8827372 -
Flags: review?(wmccloskey)
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•