Closed
Bug 1314161
Opened 8 years ago
Closed 8 years ago
Stylo panics while restyling a comment node trying to convert it to an element.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
9.38 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
Manishearth and I hit this today.
Assignee | ||
Comment 1•8 years ago
|
||
This is very in flux with your recent changes Bobby, so not sure if you want to check this in or you have already a different approach.
Also, probably StyleChildrenIterator should skip over irrelevant nodes, I guess, though I didn't have the time to write that right now.
Attachment #8806156 -
Flags: review?(bobbyholley)
Comment 2•8 years ago
|
||
Comment on attachment 8806156 [details] [diff] [review]
Patch.
Review of attachment 8806156 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for fixing this.
Attachment #8806156 -
Flags: review?(bobbyholley) → review+
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c49ec67995bc
stylo: Don't try to recreate style contexts for non-element and non-text nodes. r=bholley
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•