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
2023-04-06
LibWeb: Implement the `:defined` pseudo class
Luke Wilde
2023-03-21
LibWeb: Support the :scope pseudo class
Simon Wanner
2023-03-20
LibWeb: Implement selector matching for :indeterminate pseudo-class
Srikavin Ramkumar
2023-03-18
LibWeb+Browser+Ladybird: Add menu action to dump paint tree
Andreas Kling
2023-03-12
LibWeb: Stop polluting layout tree dumps with TextNode memory addresses
Andreas Kling
2023-03-09
LibWeb: Always include shadow roots in DOM debug dumps
Andreas Kling
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-19
LibWeb: Port FontFace to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::UnicodeRange to new Strings
Sam Atkins
2023-01-17
LibWeb: Output display type inline-table in layout dump
Aliaksandr Kalenik
2023-01-12
LibWeb: Fix ignored .to_string() errors in Web::dump_sheet()
MacDue
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-01
LibWeb: Ensure the number of pseudo elements stays up-to-date
Timothy Flynn
2022-11-07
LibWeb: Recognise the ::placeholder pseudo element
Luke Wilde
2022-11-03
LibWeb: Don't include object addresses in layout tree dumps
Andreas Kling
2022-10-20
LibWeb: Unbreak layout tree dumps after layout tree GC changes
Andreas Kling
2022-10-06
LibWeb: Use Layout::Node::display() everywhere
Andreas Kling
2022-09-15
LibWeb: Cache lowercased names in SimpleSelector
Andreas Kling
2022-08-05
LibWeb: Show iframe URLs in layout tree dumps
Andreas Kling
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
[next]