Closed
Bug 275119
Opened 20 years ago
Closed 20 years ago
nsAutoPopupStatePusher having two layouts causes problems
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.8alpha6
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: crash, Whiteboard: [patch])
Attachments
(1 file)
|
2.48 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
nsAutoPopupStatePusher having two different object layouts depending on
_IMPL_NS_LAYOUT causes problems in my minimo build with TestGtkEmbed, and I
suspect it's also causing the crash problems on the myotonic tinderbox. We end
up calling functions on an mWindow of 0x2. I suspect this may be triggered by
use of --disable-xul.
| Assignee | ||
Comment 1•20 years ago
|
||
I'll stick this on the myotonic tinderbox shortly.
| Assignee | ||
Updated•20 years ago
|
Assignee: general → dbaron
Priority: -- → P1
Whiteboard: [patch]
Target Milestone: --- → mozilla1.8alpha6
| Assignee | ||
Comment 2•20 years ago
|
||
Comment on attachment 168999 [details] [diff] [review]
proposed patch
well, this fixes my problem, although it doesn't seem to fix myotonic
Attachment #168999 -
Flags: superreview?(jst)
Attachment #168999 -
Flags: review?(jst)
Comment 3•20 years ago
|
||
Comment on attachment 168999 [details] [diff] [review]
proposed patch
r+sr=jst
Attachment #168999 -
Flags: superreview?(jst)
Attachment #168999 -
Flags: superreview+
Attachment #168999 -
Flags: review?(jst)
Attachment #168999 -
Flags: review+
| Assignee | ||
Comment 4•20 years ago
|
||
Fix checked in to trunk, 2004-12-22 08:37 -0800.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•