Closed
Bug 1008925
Opened 11 years ago
Closed 11 years ago
Port plugin crashed handler changes from bug 981237
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(seamonkey2.27 unaffected, seamonkey2.28 fixed, seamonkey2.29 fixed)
RESOLVED
FIXED
seamonkey2.29
Tracking | Status | |
---|---|---|
seamonkey2.27 | --- | unaffected |
seamonkey2.28 | --- | fixed |
seamonkey2.29 | --- | fixed |
People
(Reporter: neil, Assigned: neil)
References
Details
Attachments
(1 file)
2.00 KB,
patch
|
philip.chee
:
review+
philip.chee
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
Bug 981237 changed the plugin crashed event from a DataContainerEvent to a CustomEvent.
Comment 1•11 years ago
|
||
Where is SeaMonkey's plugin crashed handler? I couldn't find any references to DataContainerEvent under comm-central:
https://mxr.mozilla.org/comm-central/search?string=DataContainerEvent
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Masatoshi Kimura from comment #1)
> Where is SeaMonkey's plugin crashed handler? I couldn't find any references
> to DataContainerEvent under comm-central:
> https://mxr.mozilla.org/comm-central/search?string=DataContainerEvent
Looks like I removed it in bug 813963, I assumed it wasn't necessary since we didn't have to worry about untrusted events any more. Do you think I should restore the check? I've already ported the other changes locally.
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(VYV03354)
Assignee | ||
Comment 4•11 years ago
|
||
![]() |
||
Comment 5•11 years ago
|
||
Comment on attachment 8425307 [details] [diff] [review]
Proposed patch
r=me via code inspection
Attachment #8425307 -
Flags: review?(philip.chee) → review+
Assignee | ||
Comment 6•11 years ago
|
||
You could always try killing plugin-container.exe in Task Manager.
Assignee | ||
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.29
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8425307 [details] [diff] [review]
Proposed patch
[Approval Request Comment]
Regression caused by (bug #): 981237
User impact if declined: Plugin crashed placeholder does not work
Testing completed (on m-c, etc.): Landed on c-c
Risk to taking this patch (and alternatives if risky): Very low
String changes made by this patch: None
Attachment #8425307 -
Flags: approval-comm-aurora?
![]() |
||
Comment 9•11 years ago
|
||
Comment on attachment 8425307 [details] [diff] [review]
Proposed patch
a=me commm-aurora
Attachment #8425307 -
Flags: approval-comm-aurora? → approval-comm-aurora+
Assignee | ||
Comment 10•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•