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-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
2021-05-09
LibWeb: Implement :nth-child pseudo-class
miere43
2021-05-07
LibWeb: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
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-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
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
2021-03-07
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
Andreas Kling
2021-03-07
LibWeb: Rename StyleRule => CSSStyleRule
Andreas Kling
2021-02-28
LibWeb: Added simple parsing for (at)import rules
Sviatoslav Peleshko
2021-02-28
LibWeb: Create base class CSSRule for all CSS rules
Sviatoslav Peleshko
2021-02-23
LibWeb: Fix a tiny appendff() format issue
AnotherTest
2021-02-17
LibWeb: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-10
LibWeb: Include shadow DOM subtrees in DOM dumps
Andreas Kling
2021-02-10
LibWeb: Use the DOM::Node::node_name() a bit more in dumps
Andreas Kling
2021-01-18
LibWeb: Parse "display: flex" and create BlockBox layout nodes for them
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling