index
:
uxp
1210
1791
1805-stacksize
1970-form-focusring-styling
1992
28.9-platform
28.9-platform-old
ANGLE-update
Basilisk-release
CCW-perf
Pale_Moon-release
RFC6367
VS2017
aruba
dynamic-module-import
eme
fetchstreams-work
freebsd-support
getnativepath-work
js-modules
libaom-update
lzma-updater
master
modulefix
nss-gyp
nss-gyp-GREport
nss-gyp-work
nss-update-work
pref-dual-guid
re-unify
redwood
release
release-29
restore-dual-guid
scroll-anchoring-wip
v8re-shim-build
v8re-shim-work
xpiprovider-work
uxp [Local Fork]
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
layout
/
style
Commit message (
Expand
)
Author
Age
*
Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]
Moonchild
2023-11-11
*
Issue #2342: Use [[nodiscard]] in /gfx and /layout
Moonchild
2023-11-08
*
Issue #2293 - Add preferences to disable CSS animation/transition props.
Moonchild
2023-08-30
*
Issue #2250 - Part 2: Ignore the ancestor filter assertion if rule matching i...
FranklinDM
2023-05-21
*
Issue #2250 - Part 1: Return early if the element being tested for is likely ...
FranklinDM
2023-05-21
*
Issue #1765 - Part 3: Provided token type should be used in LookForTokenType
FranklinDM
2023-05-14
*
Issue #1765 - Part 2: Implement calc() parsing inside rgb/a() and the non-hue...
FranklinDM
2023-05-13
*
Issue #1765 - Part 1: Move ReduceNumberCalcOps struct up higher, rename IsCSS...
FranklinDM
2023-05-13
*
Issue #1656 - Remove more vim control lines.
Moonchild
2023-05-04
*
Issue #2135 - Don't discard event state mask when matching ::slotted() or :ho...
FranklinDM
2023-03-24
*
Issue #1592 - Part 8: Test the assigned slot for type/class/ID/attribute inst...
FranklinDM
2023-03-23
*
Issue #1592 - Part 7: Slottables cannot be matched from the outer tree.
FranklinDM
2023-03-23
*
Issue #1592 - Part 6: Allow pseudo-classes with a forgiving selector list arg...
FranklinDM
2023-03-23
*
Issue #1592 - Part 5: Use flattened element tree when looking for a parent wh...
FranklinDM
2023-03-23
*
Issue #1592 - Part 4: Walk ::slotted()-containing rules for slottables
FranklinDM
2023-03-23
*
Issue #1592 - Part 3: Ensure only tree-abiding pseudo-elements will follow ::...
FranklinDM
2023-03-23
*
Issue #1592 - Part 2: Parse ::slotted() pseudo-element as if it were a pseudo...
FranklinDM
2023-03-23
*
Issue #1592 - Part 1c: Pass SelectorParsingFlags as a reference
FranklinDM
2023-03-23
*
Issue #1592 - Part 1b: Move <slot> UA rule to html.css
FranklinDM
2023-03-23
*
Issue #1593 - Follow-up: Fix :host matching from inside the shadow tree
FranklinDM
2023-03-20
*
Merge pull request 'Modify :not() selector to accept a complex selector list'...
Moonchild
2023-03-11
|
\
|
*
Issue #2137 - Part 4: Fix namespace regression
FranklinDM
2023-03-10
|
*
Issue #2137 - Part 3: Don't always use the internal pseudo-class for handling...
FranklinDM
2023-03-10
|
*
Issue #2137 - Part 2: Implement SelectorParsingFlags and use it to pass info ...
FranklinDM
2023-03-10
|
*
Issue #2137 - Part 1: Modify :not() selector to accept a complex selector list
FranklinDM
2023-03-10
*
|
Issue #2078 - Follow-up: Ensure empty selector lists aren't iterated when ser...
FranklinDM
2023-03-11
|
/
*
Issue #2135 - Follow-up: Check for aElement not being null
Moonchild
2023-03-10
*
Issue #2143 - Implement CSS env() Environment Variables
Martok
2023-03-05
*
Merge pull request 'Implement CSS `inset` property' (#2140) from FranklinDM/U...
Moonchild
2023-03-05
|
\
|
*
Issue #2136 - Part 1: Implement CSS inset property
FranklinDM
2023-03-05
*
|
Issue #2135 - Bug 1329877: Optimize AncestorFilter usage in lazy frame constr...
FranklinDM
2023-03-04
*
|
Issue #2135 - Bug 1410578: Make <link rel="stylesheet"> work in shadow trees
FranklinDM
2023-03-04
*
|
Issue #2135 - Bug 1453789: Remove Element.createShadowRoot
FranklinDM
2023-03-04
|
/
*
Issue #1593 - Follow-up: Fix :host selector matching
FranklinDM
2023-02-26
*
Merge pull request 'Propagate combinator restriction to :is()/:where()' (#212...
Moonchild
2023-02-23
|
\
|
*
Issue #2078 - Follow-up: Propagate combinator restriction to :is()/:where()
FranklinDM
2023-02-22
|
*
Issue #2078 - Follow-up: aPreventComplexSelectors should be passed
FranklinDM
2023-02-22
|
*
Issue #2078 - Follow-up: Move isForgiving check to ParsePseudoClassWithSelect...
FranklinDM
2023-02-22
*
|
No issue - Move Has* function definition out of the header file for consistency
FranklinDM
2023-02-22
|
/
*
Merge pull request 'Improve :host and :host-context matching' (#2120) from Fr...
Moonchild
2023-02-21
|
\
|
*
Issue #1593 - Follow-up: Accept only a single selector in the argument of :ho...
FranklinDM
2023-02-21
|
*
Issue #1593 - Follow-up: Copy mIsRelevantLink value over rather than calling ...
FranklinDM
2023-02-21
|
*
Issue #1593 - Follow-up: :host() should not automatically match if we have a ...
FranklinDM
2023-02-21
*
|
Issue #1823 - Ensure :host() and :host-context() are given proper weights
FranklinDM
2023-02-21
|
/
*
Issue #2078 - Part 6: Replace empty list head with the next non-empty list fo...
FranklinDM
2023-02-20
*
Issue #2078 - Part 5: Ensure :is() and :where() are given proper weights
FranklinDM
2023-02-20
*
Issue #2078 - Part 4: Unify selector list matching
FranklinDM
2023-02-20
*
Issue #2078 - Part 3: Rename nsCSSRuleProcessor::SelectorListMatches to Restr...
FranklinDM
2023-02-20
*
Issue #2078 - Part 2: Rename nsPseudoClassList->u.mSelectors to mSelectorList
FranklinDM
2023-02-20
*
Issue #2078 - Part 1: Update CSS rule processor to handle :is() and :where() ...
FranklinDM
2023-02-20
[next]