Closed
Bug 104774
Opened 24 years ago
Closed 24 years ago
Mozilla Crashes when accessing sheet property of LINK or STYLE Elements - Trunk & N620 [@ nsStyleLinkElement::GetSheet]
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: bc, Assigned: jst)
Details
(Keywords: crash, testcase, topcrash, Whiteboard: [HAVE FIX])
Crash Data
Attachments
(3 files)
Steps to reproduce:
1. create a LINK or STYLE Element via document.createElement.
2. perform a typeof on the the sheet property of the object.
Results:
Crash
Reproducible:
Everytime in Mozilla Trunk 2001-10-13-08/win2k
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
also crashes on Mozilla Trunk 2001-10-05-14/Mac OS 9.1.
Platform/OS -> ALL
add crash and testcase keywords
Comment 3•24 years ago
|
||
crashed on linux build 2001-10-15-05-branch
Comment 4•24 years ago
|
||
The browser DID NOT crash for some invalid and valid properties of the object
BUT crashed for "sheet" property.
Attaching testcase with setting valid and invalid property to object.
PS: browser CRASHED for "sheet" property
Comment 5•24 years ago
|
||
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [HAVE FIX]
Target Milestone: --- → mozilla0.9.6
Attachment #53664 -
Flags: review+
Assignee | ||
Comment 7•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
Adding Trunk & N620 [@ nsStyleLinkElement::GetSheet] to summary since I saw a
few crashes with recent N620 branch builds...
I see that this was fixed, but was the patch checked into both the MozillaTrunk
and the N620 branch?
Keywords: topcrash
Summary: Mozilla Crashes when accessing sheet property of LINK or STYLE Elements → Mozilla Crashes when accessing sheet property of LINK or STYLE Elements - Trunk & N620 [@ nsStyleLinkElement::GetSheet]
Assignee | ||
Comment 9•24 years ago
|
||
I bet this was checked in on the trunk only.
Reporter | ||
Comment 10•24 years ago
|
||
definitely NOT checked into the 094 branch. easily determined by visiting the
test cases.
Comment 11•24 years ago
|
||
reopening bug. crashes in win2k 2001-10-17-18-0.9.4
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 12•24 years ago
|
||
Mail sent to PDT requesting permission to check in this fix on the branch for
embedding.
Status: REOPENED → ASSIGNED
Comment 13•24 years ago
|
||
please check into 0.9.4, and mark w/ "fixed0.9.4" keyword once it's landed there.
Assignee | ||
Comment 14•24 years ago
|
||
Fix checked in on the mozilla0.9.4 branch.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Keywords: fixed0.9.4
Resolution: --- → FIXED
Comment 16•24 years ago
|
||
verified on mozilla nightly builds - 2002-01-14-23-0.9.4-ec.
adding verified keyword.
Keywords: verified0.9.4
Keywords: fixed0.9.4
Component: DOM: Core → DOM: Core & HTML
QA Contact: stummala → general
Updated•14 years ago
|
Crash Signature: [@ nsStyleLinkElement::GetSheet]
You need to log in
before you can comment on or make changes to this bug.
Description
•