Closed
Bug 277950
Opened 20 years ago
Closed 20 years ago
[FIXr]Crash if <property> has no name attribute [@ nsXBLProtoImplProperty::nsXBLProtoImplProperty()]
Categories
(Core :: XBL, defect, P2)
Core
XBL
Tracking
()
VERIFIED
FIXED
mozilla1.8beta1
People
(Reporter: stefanh, Assigned: bzbarsky)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(3 files)
405 bytes,
application/xhtml+xml
|
Details | |
21.30 KB,
text/plain
|
Details | |
1.18 KB,
patch
|
bryner
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
Mozilla 2005010905, Mac OS X.
I seem to crash if I leave out the name attribute in the property element.
Testcase is on the way...
Reporter | ||
Comment 1•20 years ago
|
||
Hmm, looks like Talkback isn't included in the mac nightlies anymore? Will
attach a OS X crash log. I do have TB3002288K from the same crash with Firefox
1.0, though.
Reporter | ||
Comment 2•20 years ago
|
||
Reporter | ||
Comment 3•20 years ago
|
||
Here's the source of the testcase file:
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Testcase</title>
<xbl:bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="test">
<implementation>
<property/>
</implementation>
</binding>
</xbl:bindings>
<style type="text/css">
p{ -moz-binding: url(#test); }
</style>
</head>
<body>
<p></p>
</body>
</html>
Add 'name="foo"' to property and you will not crash.
Assignee | ||
Comment 4•20 years ago
|
||
Assignee: hyatt → bzbarsky
Status: NEW → ASSIGNED
Attachment #170975 -
Flags: superreview?(bryner)
Attachment #170975 -
Flags: review?(bryner)
Assignee | ||
Updated•20 years ago
|
OS: MacOS X → All
Priority: -- → P2
Hardware: Macintosh → All
Summary: Crash if <property> has no name attribute [@ nsXBLProtoImplProperty::nsXBLProtoImplProperty()] → [FIX]Crash if <property> has no name attribute [@ nsXBLProtoImplProperty::nsXBLProtoImplProperty()]
Target Milestone: --- → mozilla1.8beta
Updated•20 years ago
|
Attachment #170975 -
Flags: superreview?(bryner)
Attachment #170975 -
Flags: superreview+
Attachment #170975 -
Flags: review?(bryner)
Attachment #170975 -
Flags: review+
Assignee | ||
Updated•20 years ago
|
Summary: [FIX]Crash if <property> has no name attribute [@ nsXBLProtoImplProperty::nsXBLProtoImplProperty()] → [FIXr]Crash if <property> has no name attribute [@ nsXBLProtoImplProperty::nsXBLProtoImplProperty()]
Assignee | ||
Comment 5•20 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 7•16 years ago
|
||
content/xbl/crashtests/277950-1.xhtml
http://hg.mozilla.org/mozilla-central/rev/b0337b6287f3
Flags: in-testsuite+
Updated•14 years ago
|
Crash Signature: [@ nsXBLProtoImplProperty::nsXBLProtoImplProperty()]
You need to log in
before you can comment on or make changes to this bug.
Description
•