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-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-04-11
LibWeb: Support CSSRule.type
Andreas Kling
2022-04-07
LibWeb: Understand the `format()` part of a `@font-face`'s `src`
Sam Atkins
2022-04-07
LibWeb: Parse `@font-face` `unicode-range` descriptor
Sam Atkins
2022-03-28
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
Sam Atkins
2022-03-26
LibWeb: Include children-are-inline state in layout tree dumps
Andreas Kling
2022-03-24
LibWeb: Bring CSS line-height implementation closer to spec
Andreas Kling
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
[next]