index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
Selector.cpp
Age
Commit message (
Expand
)
Author
2022-07-23
LibWeb: Parse the -webkit-progress-bar/value pseudo elements
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-10
LibWeb/CSS: Add :focus-within serialisation
Luke Wilde
2022-06-10
LibWeb/CSS: Add :nth-of-type and :nth-last-of-type serialisation
Luke Wilde
2022-03-29
LibWeb: Implement attribute selector case identifier
Daniel Glazman
2022-03-22
LibWeb: Remove now-unused null values from Selector enums
Sam Atkins
2022-03-22
LibWeb: Use a Variant for SimpleSelector's contents
Sam Atkins
2022-03-18
LibWeb: Implement `:nth-[last-]child(n of foo)` syntax
Sam Atkins
2022-03-18
LibWeb: Calculate specificity for special pseudo-classes
Sam Atkins
2022-03-18
LibWeb: Implement the :where() selector
Sam Atkins
2022-03-18
LibWeb: Implement the :is() selector
Sam Atkins
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-13
LibWeb: Cache CSS::Selector's pseudo element at construction time
Andreas Kling
2022-03-13
LibWeb: Fix serialization of selectors with universal subject (*)
Andreas Kling
2022-03-10
LibWeb: Move pseudo-element-from-string code into Selector
Sam Atkins
2022-03-10
LibWeb: Move pseudo-class/element names into the header
Sam Atkins
2022-02-26
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
Sam Atkins
2022-02-25
LibWeb: Implement the ::marker pseudo-element
Sam Atkins
2022-02-25
LibWeb: Account for all simple-selectors when calculating specificity
Sam Atkins
2022-02-25
LibWeb: Match styles for pseudo-elements
Sam Atkins
2022-02-25
LibWeb: Move PseudoElement enum up a level
Sam Atkins
2022-02-18
LibWeb: Support CSS :only-of-type selector
Andreas Kling
2022-02-05
LibWeb: Cache the result of Selector::specificity()
Idan Horowitz
2021-10-16
LibWeb: Use the serialize_a_{identifier,string} algorithms for selectors
Sam Atkins
2021-10-16
LibWeb: Insert commas between serialized CSS selectors
Sam Atkins
2021-10-16
LibWeb: Fix pseudo-element selector serialization
Sam Atkins
2021-10-16
LibWeb: Fix CSS selector combinator serialization
Sam Atkins
2021-10-16
LibWeb: Move CSS selector-serialization code to Selector.{h,cpp}
Sam Atkins
2021-10-16
LibWeb: Remove old ANPlusB parsing code
Sam Atkins
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-31
LibWeb: Make CSS 'An+B' parsing spec-compliant
Sam Atkins
2021-07-31
LibWeb: Bring Selector terminology in line with the CSS spec
Sam Atkins
2021-07-14
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const
Sam Atkins
2021-05-09
LibWeb: Implement :nth-child pseudo-class
miere43
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling