Closed
Bug 315648
Opened 20 years ago
Closed 20 years ago
nsCSSSelector::ToStringInternal sometimes fails to serialize "*" when needed
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(3 files)
1.29 KB,
text/html; charset=UTF-8
|
Details | |
6.38 KB,
patch
|
Details | Diff | Splinter Review | |
5.38 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
As I pointed out in an "XXXldb" comment in the patch on bug 315567, nsCSSSelector::ToStringInternal sometimes doesn't serialize the "*" for the element even when a namespace is present. It should remember that a namespace was serialized and be sure to serialize the "*".
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Comment 2•20 years ago
|
||
I tested that this gives minimal output for attachment 202342 [details], attachment 202342 [details] modified to add a default namespace the same as html, and attachment 202342 [details] modified to add a default namespace different from html.
Assignee | ||
Comment 3•20 years ago
|
||
Attachment #202350 -
Flags: superreview?(bzbarsky)
Attachment #202350 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [patch]
Target Milestone: --- → mozilla1.9alpha
![]() |
||
Comment 4•20 years ago
|
||
I'll try to get to this in the next day or two... Sorry this is taking so long. :(
![]() |
||
Comment 5•20 years ago
|
||
Comment on attachment 202350 [details] [diff] [review]
patch (diff -ub)
r+sr=bzbarsky
Attachment #202350 -
Flags: superreview?(bzbarsky)
Attachment #202350 -
Flags: superreview+
Attachment #202350 -
Flags: review?(bzbarsky)
Attachment #202350 -
Flags: review+
Assignee | ||
Comment 6•20 years ago
|
||
Fix checked in to trunk.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•