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
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