Closed
Bug 734548
Opened 10 years ago
Closed 10 years ago
Firefox 13.0a1 Crash @ nsDOMStorageEvent::GetStorageArea
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: emk, Assigned: emk)
Details
(Keywords: crash, reproducible)
Crash Data
Attachments
(1 file)
1.99 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
https://crash-stats.mozilla.com/report/index/bp-52497117-b8c0-4d2c-be06-1419d2120310 Steps to reproduce: new StorageEvent("").storageArea;
Assignee | ||
Comment 1•10 years ago
|
||
StorageEvent.storageArea is nullable per spec. http://dev.w3.org/html5/webstorage/#storageevent
Comment 2•10 years ago
|
||
Comment on attachment 604586 [details] [diff] [review] patch Bug 730891 didn't change nsDOMStorageEvent::GetStorageArea. The bug is there with init*Event too.
Attachment #604586 -
Flags: review?(jonas) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: regression → checkin-needed
Comment 3•10 years ago
|
||
Thanks for noticing this!
Comment 4•10 years ago
|
||
and fixing :)
Updated•10 years ago
|
Crash Signature: [@ nsDOMStorageEvent::GetStorageArea(nsIDOMStorage**)]
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/00f228b570a4
Keywords: checkin-needed
Target Milestone: --- → mozilla13
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/00f228b570a4
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•