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.cpp
Age
Commit message (
Expand
)
Author
2023-02-07
LibWeb: Null check `nearest_sibling` in `generate_missing_parents`
Aliaksandr Kalenik
2023-02-02
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
Karol Kosek
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-17
LibWeb: Support display inline-table
Aliaksandr Kalenik
2023-01-14
LibWeb: Override width calculation for table wrappers
Aliaksandr Kalenik
2023-01-09
LibWeb: Move clear property from table-root to table-wrapper
Aliaksandr Kalenik
2023-01-09
LibWeb: Wrap table roots in anonymous block boxes
Aliaksandr Kalenik
2023-01-05
LibWeb: Generate missing parents for table elements
Aliaksandr Kalenik
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-09
LibWeb: Fix child wrapping in table fix up
Aliaksandr Kalenik
2022-12-06
LibWeb: Do not try to place out-of-flow blocks in anonymous nodes
Aliaksandr Kalenik
2022-12-01
LibWeb: Support displaying HTMLInputElement placeholder values
Timothy Flynn
2022-11-23
LibWeb: Try to place out-of-flow blocks only in anonymous blocks
Aliaksandr Kalenik
2022-11-22
LibWeb: Do not try to join floats into anonymous block
Aliaksandr Kalenik
2022-11-16
LibWeb: Add naive layout for SVG foreign objects
Andreas Kling
2022-11-15
LibWeb: Join out-of-flow block nodes in last parent child if possible
Aliaksandr Kalenik
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-14
LibWeb: Mark `content: "string"` text nodes as generated
Andreas Kling
2022-10-09
LibWeb: Fix ::-webkit-progress-bar/value pseudo elements
MacDue
2022-10-07
LibWeb: Don't insert inline nodes directly under inline-flex container
Andreas Kling
2022-10-06
LibWeb: Make TreeBuilder treat inline-flex's children correctly
Andreas Kling
2022-10-06
LibWeb: Use text node's own display value when inserting CSS `content`
Andreas Kling
2022-10-06
LibWeb: Only consider inline-outside flag when choosing insertion type
Andreas Kling
2022-10-06
LibWeb: Use correct cache key for pseudo elements
Andreas Kling
2022-10-06
LibWeb: Use Layout::Node::display() everywhere
Andreas Kling
2022-10-06
LibWeb: Remove Layout::Node::set_inline()
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-09-29
LibWeb: Create flex items for empty generated boxes
Andreas Kling
2022-09-20
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-07-23
LibWeb: Support `appearance: none` for `<progress>` elements
MacDue
2022-07-13
LibWeb: Only create one wrapper for inline content inside flex container
Andreas Kling
2022-04-13
LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit
Andreas Kling
2022-04-13
LibWeb: Fix typo in CSS::Display::is_outside_and_inside() name
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibWeb: Only set children-are-not-inline when inserting in-flow child
Andreas Kling
2022-03-24
LibWeb: Fix missing line-height & font-size on some anonymous blocks
Andreas Kling
2022-03-22
LibWeb: Relax "all children must be either inline or block" invariant
Andreas Kling
2022-03-19
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-15
LibWeb: Don't compute style *again* for elements in Layout::TreeBuilder
Andreas Kling
2022-03-15
LibWeb: Rename Element::specified_css_values() => computed_css_values()
Andreas Kling
2022-03-15
LibWeb: Remove unused code for constructing partial layout trees
Andreas Kling
2022-03-13
LibWeb: Improve how layout nodes decide whether they have definite sizes
Andreas Kling
2022-03-10
LibWeb: Display pseudo-elements in the DOM inspector
Sam Atkins
2022-02-25
LibWeb: Implement the ::marker pseudo-element
Sam Atkins
2022-02-25
LibWeb: Create layout nodes for ::before and ::after pseudo-elements :^)
Sam Atkins
[next]