Closed
Bug 1054773
Opened 11 years ago
Closed 11 years ago
[Web Components] Progress element causes crash [@ nsIDocument::CreateHTMLElement(nsIAtom*) ]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: kgrandon, Assigned: smaug)
References
Details
Attachments
(1 file)
6.31 KB,
patch
|
wchen
:
review+
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•11 years ago
|
||
William - could you take a look when you get a chance? Could it be a duplicate? Thanks!
Flags: needinfo?(wchen)
Assignee | ||
Comment 2•11 years ago
|
||
I thought I had fixed this one.
http://hg.mozilla.org/mozilla-central/annotate/94ba78a42305/layout/forms/nsProgressFrame.cpp#l62
needs to use GetComposedDoc(), not GetDocument()
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bugs
Assignee | ||
Comment 3•11 years ago
|
||
These should be rather obvious fixes.
I'm looking at still some non-obvious ones.
Attachment #8475307 -
Flags: review?(wchen)
Flags: needinfo?(wchen)
Updated•11 years ago
|
Attachment #8475307 -
Flags: review?(wchen) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 5•11 years ago
|
||
No. This really shouldn't need one.
This is just fixing a class of crasher bugs. (null-pointer crashes)
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
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
•