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
/
SelectorEngine.cpp
Age
Commit message (
Expand
)
Author
2022-09-30
LibWeb: Apply :enabled pseudo class to only certain elements
Luke Wilde
2022-09-30
LibWeb: Implement :enabled and :disabled pseudo classes to spec
Luke Wilde
2022-09-15
LibWeb: Cache lowercased names in SimpleSelector
Andreas Kling
2022-09-14
LibWeb: Make :link selector behave according to spec
Andreas Kling
2022-07-27
LibWeb: Make :enabled and :disabled selector handling more idiomatic
Andreas Kling
2022-07-04
LibWeb: Use lowercase type selectors to match against html elements
networkException
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibWeb: Implement attribute selector case identifier
Daniel Glazman
2022-03-29
LibWeb: Clarify attribute selectors when needle is empty
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-20
LibWeb: Implement the :focus-within selector
Sam Atkins
2022-03-20
LibWeb: Add basic support for :lang() CSS selector
Andreas Kling
2022-03-18
LibWeb: Implement `:nth-[last-]child(n of foo)` syntax
Sam Atkins
2022-03-18
LibWeb: Implement the :where() selector
Sam Atkins
2022-03-18
LibWeb: Implement the :is() selector
Sam Atkins
2022-03-16
LibWeb: :checked should only match inputs in checkbox/radio type state
Andreas Kling
2022-03-02
LibWeb: Correct handling of negative step values in nth-foo() selectors
Sam Atkins
2022-02-26
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
Sam Atkins
2022-02-25
LibWeb: Make CSS :empty selector match empty text nodes as well
Andreas Kling
2022-02-25
LibWeb: Match styles for pseudo-elements
Sam Atkins
2022-02-18
LibWeb: Support CSS :only-of-type selector
Andreas Kling
2022-02-15
LibWeb: Make :checked selector actually look at checkedness
Andreas Kling
2022-02-10
LibWeb: Make :root selector match <html> element only
Andreas Kling
2022-02-05
LibWeb: Mark SelectorEngine matches-related functions as inline
Idan Horowitz
2022-01-23
LibWeb: Remove duplicate type checks in SelectorEngine
Andreas Kling
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-07-31
LibWeb: Fix issues with CSS attribute selector handling
Sam Atkins
2021-07-31
LibWeb: Bring Selector terminology in line with the CSS spec
Sam Atkins
2021-07-14
LibWeb: Use split_view() in attribute selector matching
Andreas Kling
2021-07-14
LibWeb: Use Selectors instead of a String for :not() selectors
Sam Atkins
2021-07-14
LibWeb: Make CSS::Selector reference counted
Sam Atkins
2021-07-14
LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const
Sam Atkins
2021-07-11
LibWeb: Add context to new CSS parser, and deprecate the old one
Sam Atkins
2021-07-11
LibWeb: Add remaining CSS AttributeMatchTypes
Sam Atkins
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-24
LibWeb: Match the :not pseudoclass
Tobias Christiansen
2021-05-24
LibWeb: Add support for more pseudoclasses
Tobias Christiansen
2021-05-11
LibWeb: Implement :nth-last-child pseudo-class
miere43
2021-05-09
LibWeb: Implement :nth-child pseudo-class
miere43
2021-04-30
LibWeb: Add selector support to the new CSSParser
stelar7
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-06
LibWeb: Support the :last-of-type CSS selector :^)
Andreas Kling
2021-04-06
LibWeb: Support the :first-of-type CSS selector :^)
Andreas Kling
[next]