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
/
Dump.cpp
Age
Commit message (
Expand
)
Author
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-19
LibWeb: Don't crash when dumping layout tree pre-layout
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-15
LibWeb: Rename Element::specified_css_values() => computed_css_values()
Andreas Kling
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Use Layout::Box::paint_box() accessor in more places
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-03
LibWeb: Align actual baselines, not just bottoms
Andreas Kling
2022-03-03
LibWeb: Small improvements to layout tree dumps
Andreas Kling
2022-02-28
LibWeb: Store bottom edge location with each LineBox
Andreas Kling
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: Move PseudoElement enum up a level
Sam Atkins
2022-02-18
LibWeb: Support CSS :only-of-type selector
Andreas Kling
2022-02-12
LibWeb: Add an enum for !important
Sam Atkins
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2021-12-09
LibWeb: Include custom properties in CSS dump
Sam Atkins
2021-10-21
LibWeb: Include flex-direction in layout tree dumps
Andreas Kling
2021-10-08
LibWeb: Implement `@supports` rule :^)
Sam Atkins
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-10-01
LibWeb: Add CSSMediaRule
Sam Atkins
2021-09-29
LibWeb: Use a CSSRuleList inside CSSStyleSheet
Sam Atkins
2021-09-21
LibWeb: Display actual (float) values when dumping layout
Sam Atkins
2021-09-21
LibWeb: Include the "important" flag in CSS dumps
Andreas Kling
2021-09-18
LibWeb: Make SVG boxes red in layout tree dumps
Andreas Kling
2021-09-12
LibWeb: Make CSSStyleDeclaration an abstract class
Andreas Kling
2021-09-12
LibWeb: Fix out-of-order DOM tree dumps
Andreas Kling
2021-07-31
LibWeb: Fix dump_selector() handling of attribute selectors
Sam Atkins
2021-07-31
LibWeb: Bring Selector terminology in line with the CSS spec
Sam Atkins
2021-07-14
LibWeb: Use Selectors instead of a String for :not() selectors
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 remaining CSS AttributeMatchTypes
Sam Atkins
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-06
LibWeb: LayoutNodes know whether they are flex-items
Tobias Christiansen
2021-05-24
LibWeb: Add :not pseudoclass to the CSS parser
Tobias Christiansen
2021-05-24
LibWeb: Add support for more pseudoclasses
Tobias Christiansen
2021-05-11
LibWeb: Implement :nth-last-child pseudo-class
miere43
[next]