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
/
Layout
/
TreeBuilder.h
Age
Commit message (
Expand
)
Author
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
LibJS+LibWeb: Add a bunch of missing includes
Matthew Olsson
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-06
LibWeb: Base Layout::TreeBuilder decisions on CSS display property
Andreas Kling
2022-10-06
LibWeb: Simplify construction of :before and :after pseudo elements
Andreas Kling
2022-10-06
LibWeb: Split out helper functions in TreeBuilder::create_layout_tree()
Andreas Kling
2022-04-13
LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit
Andreas Kling
2021-10-20
LibWeb: Add missing headers
Ben Wiederhake
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-08-05
LibWeb: Ignore svg elements outside of <svg> when building layout tree
K-Adam
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling