Closed
Bug 557808
Opened 15 years ago
Closed 15 years ago
OOPP crash notification bar doesn't show for small plugins
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(blocking1.9.2 .4+, status1.9.2 .4-fixed)
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: Pike, Assigned: Dolske)
References
Details
(Keywords: regression, verified1.9.2, Whiteboard: [3.6.3plugin1])
Attachments
(1 file)
874 bytes,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
On http://flashcrash.dempsky.org/ with a userContent.css of
@-moz-document domain(flashcrash.dempsky.org) {
embed {
width: 1px !important;
height: 1px !important;
}
}
I don't see the notification bar for a crashed plugin.
Fehler: [Exception... "'JavaScript component does not have a method named: "observe"' when calling method: [nsIObserver::observe]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "<unknown>" data: no]
is the last error in the error console.
Reading the last two messages on http://groups.google.com/group/mozilla.dev.l10n/browse_frm/thread/05b4bf36bbb4f6cc#, that's a regression on lorentz.
Tested on a lorentz nightly from the 6th.
Updated•15 years ago
|
Assignee: nobody → dolske
blocking1.9.2: --- → ?
Updated•15 years ago
|
Whiteboard: [3.6.3plugin1]
Assignee | ||
Comment 2•15 years ago
|
||
Are you sure that was a Lorentz nightly from the 6th? That specific error was fixed by one of the patches in bug 554214, which landed on 3/24. I suspect your nightly wasn't up to date.
However, a current 1.9.2 (post-Lorentz-merge) still fails to show the notification bar, albeit with a different error. After fixing that, it works fine for me. Patch coming next.
Reporter | ||
Comment 3•15 years ago
|
||
oops, I guess I unpacked the wrong build. I'll wait with more tests 'til your patch lands.
Assignee | ||
Comment 4•15 years ago
|
||
Attachment #437694 -
Flags: review?(gavin.sharp)
Updated•15 years ago
|
Attachment #437694 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Looks like this happened because this conditional was added by bug 553371, and the patch for bug 544936 landed right after, and didn't change this instance of |minidumpID|.
Blocks: 544936
Assignee | ||
Comment 6•15 years ago
|
||
Note that this is broken on trunk too!
Assignee | ||
Updated•15 years ago
|
Summary: OOPP notification bar doesn't show for almost invisible plugins → OOPP crash notification bar doesn't show for small plugins
Assignee | ||
Comment 7•15 years ago
|
||
Pushed http://hg.mozilla.org/mozilla-central/rev/f9bbdcfe2d1b
Pushed to 192: http://hg.mozilla.org/releases/mozilla-1.9.2/rev/c7c0e410f7e7
Status: NEW → RESOLVED
Closed: 15 years ago
status1.9.2:
--- → .4-fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
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
•