Closed
Bug 1855690
Opened 2 years ago
Closed 21 days ago
Simplify inner relative selector invalidation
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: dshin, Assigned: descalante)
References
(Blocks 1 open bug)
Details
(Whiteboard: at-scope-m2)
Attachments
(3 files, 2 obsolete files)
At least for simpler cases, like a single compound in the inner selector (:has(:is(.foo))
), the path it takes could be simplified.
Reporter | ||
Updated•2 years ago
|
Blocks: has-pseudo
Severity: -- → S3
Updated•2 years ago
|
Blocks: has-issues
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → descalante
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
Updated•1 month ago
|
Attachment #9492211 -
Attachment description: Bug 1855690 - WIP Change invalidation path for inner dependencies of relative selectors. r=dshin → Bug 1855690 - Change invalidation path for inner dependencies of relative selectors. r=dshin
Assignee | ||
Comment 3•1 month ago
|
||
Assignee | ||
Comment 4•1 month ago
|
||
Updated•1 month ago
|
Attachment #9491839 -
Attachment is obsolete: true
Updated•1 month ago
|
Attachment #9496369 -
Attachment is obsolete: true
Assignee | ||
Comment 5•1 month ago
|
||
Updated•22 days ago
|
Attachment #9496791 -
Attachment description: Bug 1855690 - Refactor SelectorDependencyCollector and InnerSelectorRelativeDependencyCollector in invalidation_map.rs. r=dshin → Bug 1855690 - Merge SelectorDependencyCollector and RelativeSelectorInnerDependencyCollector to reduce code duplication. r=dshin
Pushed by descalante@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/3fe79d1fc830
https://hg.mozilla.org/integration/autoland/rev/1c622bdca13b
Merge SelectorDependencyCollector and RelativeSelectorInnerDependencyCollector to reduce code duplication. r=dshin
Status: NEW → RESOLVED
Closed: 21 days ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•3 days ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•