Simon Wanner
|
c8ebacb1c9
LibWeb: Support the :scope pseudo class
|
2 years ago |
Srikavin Ramkumar
|
c3d6709a9e
LibWeb: Implement selector matching for :indeterminate pseudo-class
|
2 years ago |
Andreas Kling
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 years ago |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 years ago |
Sam Atkins
|
13d2111b74
LibWeb: Port Selector to new Strings
|
2 years ago |
Sam Atkins
|
85f3de6331
LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Timothy Flynn
|
fddbc2e378
LibWeb: Ensure the number of pseudo elements stays up-to-date
|
2 years ago |
Luke Wilde
|
1fbad9caaf
LibWeb: Recognise the ::placeholder pseudo element
|
2 years ago |
Andreas Kling
|
1dd4e2dc87
LibWeb: Cache lowercased names in SimpleSelector
|
2 years ago |
MacDue
|
b5febe538c
LibWeb: Parse the -webkit-progress-bar/value pseudo elements
|
2 years ago |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
stelar7
|
303b72d516
LibWeb: Make an+b pattern selector serialization spec compliant
|
3 years ago |
Daniel Glazman
|
91e1383b85
LibWeb: Implement attribute selector case identifier
|
3 years ago |
Sam Atkins
|
31b24c2b29
LibWeb: Remove now-unused null values from Selector enums
|
3 years ago |
Sam Atkins
|
75ec960495
LibWeb: Initialize PseudoClass/PseudoElement selectors in one go
|
3 years ago |
Sam Atkins
|
c0db19f63c
LibWeb: Use a Variant for SimpleSelector's contents
|
3 years ago |
Sam Atkins
|
d60b3be29a
LibWeb: Implement the :focus-within selector
|
3 years ago |
Andreas Kling
|
bdd42c9b0e
LibWeb: Add basic support for :lang() CSS selector
|
3 years ago |
Sam Atkins
|
993653317c
LibWeb: Implement the :where() selector
|
3 years ago |
Sam Atkins
|
c148ed50bb
LibWeb: Implement the :is() selector
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Andreas Kling
|
f88d65d9cb
LibWeb: Cache CSS::Selector's pseudo element at construction time
|
3 years ago |
Sam Atkins
|
1c18bb13a2
LibWeb: Move pseudo-element-from-string code into Selector
|
3 years ago |
Sam Atkins
|
adc08d0646
LibWeb: Move pseudo-class/element names into the header
|
3 years ago |
Sam Atkins
|
a57128467a
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
|
3 years ago |
Sam Atkins
|
817cd13d59
LibWeb: Implement the ::marker pseudo-element
|
3 years ago |