summaryrefslogtreecommitdiff
path: root/layout/style
Commit message (Expand)AuthorAge
* Issue #2135 - Don't discard event state mask when matching ::slotted() or :ho...FranklinDM2023-03-24
* Issue #1592 - Part 8: Test the assigned slot for type/class/ID/attribute inst...FranklinDM2023-03-23
* Issue #1592 - Part 7: Slottables cannot be matched from the outer tree.FranklinDM2023-03-23
* Issue #1592 - Part 6: Allow pseudo-classes with a forgiving selector list arg...FranklinDM2023-03-23
* Issue #1592 - Part 5: Use flattened element tree when looking for a parent wh...FranklinDM2023-03-23
* Issue #1592 - Part 4: Walk ::slotted()-containing rules for slottablesFranklinDM2023-03-23
* Issue #1592 - Part 3: Ensure only tree-abiding pseudo-elements will follow ::...FranklinDM2023-03-23
* Issue #1592 - Part 2: Parse ::slotted() pseudo-element as if it were a pseudo...FranklinDM2023-03-23
* Issue #1592 - Part 1c: Pass SelectorParsingFlags as a referenceFranklinDM2023-03-23
* Issue #1592 - Part 1b: Move <slot> UA rule to html.cssFranklinDM2023-03-23
* Issue #1593 - Follow-up: Fix :host matching from inside the shadow treeFranklinDM2023-03-20
* Merge pull request 'Modify :not() selector to accept a complex selector list'...Moonchild2023-03-11
|\
| * Issue #2137 - Part 4: Fix namespace regressionFranklinDM2023-03-10
| * Issue #2137 - Part 3: Don't always use the internal pseudo-class for handling...FranklinDM2023-03-10
| * Issue #2137 - Part 2: Implement SelectorParsingFlags and use it to pass info ...FranklinDM2023-03-10
| * Issue #2137 - Part 1: Modify :not() selector to accept a complex selector listFranklinDM2023-03-10
* | Issue #2078 - Follow-up: Ensure empty selector lists aren't iterated when ser...FranklinDM2023-03-11
|/
* Issue #2135 - Follow-up: Check for aElement not being nullMoonchild2023-03-10
* Issue #2143 - Implement CSS env() Environment VariablesMartok2023-03-05
* Merge pull request 'Implement CSS `inset` property' (#2140) from FranklinDM/U...Moonchild2023-03-05
|\
| * Issue #2136 - Part 1: Implement CSS inset propertyFranklinDM2023-03-05
* | Issue #2135 - Bug 1329877: Optimize AncestorFilter usage in lazy frame constr...FranklinDM2023-03-04
* | Issue #2135 - Bug 1410578: Make <link rel="stylesheet"> work in shadow treesFranklinDM2023-03-04
* | Issue #2135 - Bug 1453789: Remove Element.createShadowRootFranklinDM2023-03-04
|/
* Issue #1593 - Follow-up: Fix :host selector matchingFranklinDM2023-02-26
* Merge pull request 'Propagate combinator restriction to :is()/:where()' (#212...Moonchild2023-02-23
|\
| * Issue #2078 - Follow-up: Propagate combinator restriction to :is()/:where()FranklinDM2023-02-22
| * Issue #2078 - Follow-up: aPreventComplexSelectors should be passedFranklinDM2023-02-22
| * Issue #2078 - Follow-up: Move isForgiving check to ParsePseudoClassWithSelect...FranklinDM2023-02-22
* | No issue - Move Has* function definition out of the header file for consistencyFranklinDM2023-02-22
|/
* Merge pull request 'Improve :host and :host-context matching' (#2120) from Fr...Moonchild2023-02-21
|\
| * Issue #1593 - Follow-up: Accept only a single selector in the argument of :ho...FranklinDM2023-02-21
| * Issue #1593 - Follow-up: Copy mIsRelevantLink value over rather than calling ...FranklinDM2023-02-21
| * Issue #1593 - Follow-up: :host() should not automatically match if we have a ...FranklinDM2023-02-21
* | Issue #1823 - Ensure :host() and :host-context() are given proper weightsFranklinDM2023-02-21
|/
* Issue #2078 - Part 6: Replace empty list head with the next non-empty list fo...FranklinDM2023-02-20
* Issue #2078 - Part 5: Ensure :is() and :where() are given proper weightsFranklinDM2023-02-20
* Issue #2078 - Part 4: Unify selector list matchingFranklinDM2023-02-20
* Issue #2078 - Part 3: Rename nsCSSRuleProcessor::SelectorListMatches to Restr...FranklinDM2023-02-20
* Issue #2078 - Part 2: Rename nsPseudoClassList->u.mSelectors to mSelectorListFranklinDM2023-02-20
* Issue #2078 - Part 1: Update CSS rule processor to handle :is() and :where() ...FranklinDM2023-02-20
* Issue #2111 - Implement CSSStyleRule.selectorText setterFranklinDM2023-02-20
* Issue #2084 - Part 2: Simplify logic in CSSParserImpl::LookupKeywordPrefixAwareFranklinDM2023-01-06
* Issue #2084 - Part 1: Remove CSSUnprefixingService.js and associated codeFranklinDM2023-01-06
* Issue #2075 - Part 5: Allow logical aliases in the property database.Moonchild2022-12-31
* Issue #2075 - Part 4: Update testsMoonchild2022-12-31
* Issue #2075 - Part 2: Update devtools for inset-*Moonchild2022-12-31
* Issue #2075 - Part 1: Rename offset-* logical properties to inset-*Moonchild2022-12-30
* Issue #2030 - Pref-gate default button event dispatch logicMartok2022-11-27
* Issue #1992 - Part 1: Un-prefix -moz-{min|max}-content keywords.Moonchild2022-09-20