summaryrefslogtreecommitdiff
path: root/layout
Commit message (Expand)AuthorAge
* Issue #2293 - Add preferences to disable CSS animation/transition props.Moonchild2023-08-30
* Issue #2284 - Update reftest for behaviour change.Moonchild2023-08-13
* Issue #2284 - Add exception for flex/grid items resolving percentages against...Moonchild2023-08-13
* Issue #2250 - Part 2: Ignore the ancestor filter assertion if rule matching i...FranklinDM2023-05-21
* Issue #2250 - Part 1: Return early if the element being tested for is likely ...FranklinDM2023-05-21
* Issue #1765 - Part 3: Provided token type should be used in LookForTokenTypeFranklinDM2023-05-14
* Issue #1765 - Part 2: Implement calc() parsing inside rgb/a() and the non-hue...FranklinDM2023-05-13
* Issue #1765 - Part 1: Move ReduceNumberCalcOps struct up higher, rename IsCSS...FranklinDM2023-05-13
* Issue #1656 - Remove more vim control lines.Moonchild2023-05-04
* Issue #1862 - Follow-up: Replace deprecated Harfbuzz functions with current o...Job Bautista2023-04-30
* Issue #252 - Follow-up: Include a null check against mDocumentFranklinDM2023-04-07
* Issue #252 - Move getElementsByName from HTMLDocument to DocumentFranklinDM2023-04-07
* Issue #2191 - Remove as much old fontconfig support as needed for Harfbuzz 7....Job Bautista2023-04-05
* Merge pull request 'Don't reconstruct the parent when tearing down `display:c...Moonchild2023-03-26
|\
| * Issue #2176 - Don't reconstruct the parent when tearing downMoonchild2023-03-26
* | 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 #1592 - Part 1a: Prevent crashing if a slot element was selected via DO...FranklinDM2023-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 #2135 - Bug 1066965: Make contentEditable and spellchecking to work in ...FranklinDM2023-03-04
|/
* Issue #1375 - Follow-up: Get the insertion point right when reconstructing di...FranklinDM2023-02-27
* Issue #1375 - Follow-up: Remove shadow tree hacks in the frame constructorFranklinDM2023-02-27
* Merge pull request 'Fix :host selector matching' (#2128) from FranklinDM/UXP-...Moonchild2023-02-26
|\
| * Issue #1593 - Follow-up: Fix :host selector matchingFranklinDM2023-02-26
* | Issue #1382 - Part 2: Add crash testFranklinDM2023-02-25
* | Issue #1382 - Part 1: Remove assertion that GetPreEffectsVisualOverflowRect i...FranklinDM2023-02-25
|/
* 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