Closed
Bug 1016131
Opened 10 years ago
Closed 10 years ago
Crash on startup when dom.forms.number is disabled
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
FIXED
mozilla32
People
(Reporter: jruderman, Assigned: jwatt)
References
Details
(Keywords: crash, regression)
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
1. Create a profile with:
user_pref("dom.forms.number", false);
2. Launch Firefox
Result: Crash [@ nsCSSStyleSheet::IsApplicable]
Regression from bug 1013936 or bug 1014891?
Flags: needinfo?(jwatt)
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → jwatt
Attachment #8428936 -
Flags: review?(dholbert)
Updated•10 years ago
|
Attachment #8428936 -
Flags: review?(dholbert) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Comment 4•10 years ago
|
||
Reproduced with Nightly from 2014-05-27 and STR from comment 0.
No crashes encountered with Firefox 32 beta 4 (Build ID: 20140804164216) on Mac OS X 10.9.3:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0
In Socorro there are 0 crashes with [@ nsCSSStyleSheet::IsApplicable] in the last 2 weeks for 32.0b:
https://crash-stats.mozilla.com/query/?product=Firefox&version=Firefox%3A32.0b&range_value=2&range_unit=weeks&date=08%2F05%2F2014+11%3A00%3A00&query_search=signature&query_type=contains&query=nsCSSStyleSheet%3A%3AIsApplicable&reason=&release_channels=&build_id=&process_type=any&hang_type=any
Status: RESOLVED → VERIFIED
Keywords: verifyme
You need to log in
before you can comment on or make changes to this bug.
Description
•