index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Dump.cpp
Age
Commit message (
Expand
)
Author
2021-01-06
LibWeb: Use the specified CSS values from element in more places
Andreas Kling
2021-01-02
LibWeb: Fix unnecessary wrapping of block boxes in anonymous blocks
Andreas Kling
2021-01-01
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
Andreas Kling
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-12
LibWeb: Store layout box model metrics as floats
Andreas Kling
2020-12-08
LibWeb: Allow dumping layout tree into a StringBuilder
Andreas Kling
2020-12-07
LibWeb: Make layout tree dumps nicer
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-08-21
LibWeb: Implement <template> parsing
Luke
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-23
LibWeb: Rename Element::tag_name() => local_name()
Andreas Kling
2020-06-24
LibWeb: Rename LayoutNode::style() => specified_style()
Andreas Kling
2020-06-24
LibWeb: Turn BoxModelMetrics into a simple struct
Andreas Kling
2020-06-14
LibWeb: Reorganize layout algorithm
Andreas Kling
2020-06-14
LibWeb: Dump layout node style properties in alphabetical order
Andreas Kling
2020-06-13
LibWeb: Include selector pseudo-class in style sheet dumps
Andreas Kling
2020-06-12
LibWeb: Some improvements to absolute positioning
Andreas Kling
2020-06-12
LibWeb: Include class names in layout tree dumps
Andreas Kling
2020-06-10
LibWeb: Parse and match basic "contains" attribute selectors (~=)
Andreas Kling
2020-06-10
LibWeb: Rework the layout engine to use relative offsets
Andreas Kling
2020-06-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-06-03
LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")
Andreas Kling
2020-05-23
LibWeb: Colorize tag names in layout tree dumps + show element IDs
Andreas Kling
2020-03-30
LibWeb: Support more advanced selectors in document.querySelectorAll()
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-26
Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)
Elisée Maurer
2020-03-25
LibWeb: Make dump_tree() look okay for DocumentFragments
Andreas Kling
2020-03-22
LibWeb: Use FlyString for Element tag names
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling