Andreas Kling
|
1dd4e2dc87
LibWeb: Cache lowercased names in SimpleSelector
|
2 年之前 |
MacDue
|
b5febe538c
LibWeb: Parse the -webkit-progress-bar/value pseudo elements
|
3 年之前 |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
stelar7
|
303b72d516
LibWeb: Make an+b pattern selector serialization spec compliant
|
3 年之前 |
Daniel Glazman
|
91e1383b85
LibWeb: Implement attribute selector case identifier
|
3 年之前 |
Sam Atkins
|
31b24c2b29
LibWeb: Remove now-unused null values from Selector enums
|
3 年之前 |
Sam Atkins
|
75ec960495
LibWeb: Initialize PseudoClass/PseudoElement selectors in one go
|
3 年之前 |
Sam Atkins
|
c0db19f63c
LibWeb: Use a Variant for SimpleSelector's contents
|
3 年之前 |
Sam Atkins
|
d60b3be29a
LibWeb: Implement the :focus-within selector
|
3 年之前 |
Andreas Kling
|
bdd42c9b0e
LibWeb: Add basic support for :lang() CSS selector
|
3 年之前 |
Sam Atkins
|
993653317c
LibWeb: Implement the :where() selector
|
3 年之前 |
Sam Atkins
|
c148ed50bb
LibWeb: Implement the :is() selector
|
3 年之前 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年之前 |
Andreas Kling
|
f88d65d9cb
LibWeb: Cache CSS::Selector's pseudo element at construction time
|
3 年之前 |
Sam Atkins
|
1c18bb13a2
LibWeb: Move pseudo-element-from-string code into Selector
|
3 年之前 |
Sam Atkins
|
adc08d0646
LibWeb: Move pseudo-class/element names into the header
|
3 年之前 |
Sam Atkins
|
a57128467a
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
|
3 年之前 |
Sam Atkins
|
817cd13d59
LibWeb: Implement the ::marker pseudo-element
|
3 年之前 |
Sam Atkins
|
7eb7396f8b
LibWeb: Match styles for pseudo-elements
|
3 年之前 |
Sam Atkins
|
caef4ec157
LibWeb: Move PseudoElement enum up a level
|
3 年之前 |
Andreas Kling
|
7c33a084fb
LibWeb: Support CSS :only-of-type selector
|
3 年之前 |
Idan Horowitz
|
89bd4cd80d
LibWeb: Cache the result of Selector::specificity()
|
3 年之前 |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 年之前 |
Sam Atkins
|
e72286c0ec
LibWeb: Use the serialize_a_{identifier,string} algorithms for selectors
|
3 年之前 |
Sam Atkins
|
d775212f19
LibWeb: Insert commas between serialized CSS selectors
|
3 年之前 |
Sam Atkins
|
ec51b40a4f
LibWeb: Move CSS selector-serialization code to Selector.{h,cpp}
|
3 年之前 |
Sam Atkins
|
5c1427f3e0
LibWeb: Remove old ANPlusB parsing code
|
3 年之前 |
Sam Atkins
|
e2c32a6c65
Everywhere: Use my shiny new serenityos.org email :^)
|
3 年之前 |
Sam Atkins
|
6034fc0ee6
LibWeb: Make CSS 'An+B' parsing spec-compliant
|
4 年之前 |