Closed
Bug 308093
Opened 19 years ago
Closed 19 years ago
[FIX]Use AttrValueIs, not GetAttr, for [attr="foo"] comparisons
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
1.47 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
This makes [attr="foo"] faster in many cases and allows for future optimizations
in others.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #195702 -
Flags: superreview?(dbaron)
Attachment #195702 -
Flags: review?(dbaron)
Assignee | ||
Updated•19 years ago
|
OS: Linux → All
Priority: -- → P2
Hardware: PC → All
Summary: Use AttrValueIs, not GetAttr for [attr="foo"] comparisons → [FIX]Use AttrValueIs, not GetAttr, for [attr="foo"] comparisons
Target Milestone: --- → mozilla1.9alpha
Attachment #195702 -
Flags: superreview?(dbaron)
Attachment #195702 -
Flags: superreview+
Attachment #195702 -
Flags: review?(dbaron)
Attachment #195702 -
Flags: review+
Assignee | ||
Comment 2•19 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•