Closed
Bug 869038
Opened 12 years ago
Closed 12 years ago
Crash with iframe, contenteditable, GC
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
mozilla23
Tracking | Status | |
---|---|---|
firefox22 | --- | unaffected |
firefox23 | --- | verified |
firefox-esr17 | --- | unaffected |
b2g18 | --- | unaffected |
People
(Reporter: jruderman, Assigned: peterv)
References
Details
(Keywords: crash, testcase, Whiteboard: [adv-main23-])
Attachments
(3 files)
1. Install https://www.squarefree.com/extensions/domFuzzLite3.xpi
2. Load the testcase
Result: crash with this=0xdadadadadadadada within js::assertSameCompartment
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Crashes in non-debug ASan builds too, in a different place.
Comment 3•12 years ago
|
||
This looks related to Document bindings, which IIUC landed recently.
Assignee | ||
Comment 4•12 years ago
|
||
Doesn't crash for me.
Assignee | ||
Comment 5•12 years ago
|
||
Managed to get it to crash.
Assignee: nobody → peterv
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•12 years ago
|
||
nsContentUtils::ReleaseWrapper unsets PreservingWrapper, so it needs to clear the expando.
Attachment #746635 -
Flags: review?(bzbarsky)
Comment 7•12 years ago
|
||
Comment on attachment 746635 [details] [diff] [review]
v1
r=me
Attachment #746635 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
status-firefox23:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Reporter | ||
Updated•12 years ago
|
Summary: Crash with iframe, contenteditable, GC, focus → Crash with iframe, contenteditable, GC
Comment 10•12 years ago
|
||
Is Firefox 22 and earlier unaffected?
Assignee | ||
Comment 11•12 years ago
|
||
Yes, bug 855971 was landed in 23.
Updated•12 years ago
|
status-b2g18:
--- → unaffected
status-firefox22:
--- → unaffected
status-firefox-esr17:
--- → unaffected
Comment 12•12 years ago
|
||
Matt, can you take a look at this to verify for Firefox 23?
QA Contact: mwobensmith
Comment 13•12 years ago
|
||
Confirmed crash on FF23, 2013-05-05
Confirmed fixed on FF23, 2013-06-14
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Whiteboard: [adv-main23-]
Updated•11 years ago
|
Group: core-security
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
•