Closed
Bug 1310375
Opened 8 years ago
Closed 8 years ago
Remove experimental-notify-plugin-call observer notification
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(firefox52 fixed)
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
This observer can run during painting, and in theory that could cause add-on code to run. We really want to avoid running JS during painting for bug 1279086. I think we should just remove this notification. It's not clear to me that the information it conveys is useful with OOP plugins.
Attachment #8801408 -
Flags: review?(aklotz)
Updated•8 years ago
|
Attachment #8801408 -
Flags: review?(aklotz) → review+
Pushed by wmccloskey@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/247cfc21573a
Remove experimental-notify-plugin-call observer notification (r=aklotz)
Comment 2•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•