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
Age
Commit message (
Expand
)
Author
2020-12-06
LibWeb: Make document.title accessible from JavaScript :^)
Andreas Kling
2020-12-06
LibWeb: Strip and collapse whitespace in document.title
Andreas Kling
2020-12-06
LibWeb: Forget floating boxes once we've gone past them
Andreas Kling
2020-12-06
LibWeb: Floating elements should not stack horizontally after clear
Andreas Kling
2020-12-06
LibWeb: Paint positioned elements after non-positioned ones
Andreas Kling
2020-12-06
LibWeb: Add Layout::Node::is_positioned()
Andreas Kling
2020-12-06
LibWeb: Pass current target box to BFC::run()
Andreas Kling
2020-12-06
LibWeb: Move box floatation out of normal flow layout
Andreas Kling
2020-12-06
LibWeb: Layout floating children per block instead of whole BFC at once
Andreas Kling
2020-12-06
LibWeb: Do floating box placement together with other boxes
Andreas Kling
2020-12-06
LibWeb: Naively implement the CSS clear property
Andreas Kling
2020-12-06
LibWeb: Floating boxes with width:auto should be shrink-to-fit
Andreas Kling
2020-12-05
LibWeb: Hit test floats using the top of lines, not middle
Andreas Kling
2020-12-05
LibWeb: Run clang-format on ReplacedBox.cpp
Andreas Kling
2020-12-05
LibWeb: Don't subtract dubious "line spacing" from line y offsets
Andreas Kling
2020-12-05
LibWeb: Floating boxes follow normal containing block rules
Andreas Kling
2020-12-05
LibWeb: Fix off-by-one when computing available space between floats
Andreas Kling
2020-12-05
LibWeb: First slightly naive implementation of CSS floats :^)
Andreas Kling
2020-12-05
LibWeb: Add Layout::Node::is_root_element()
Andreas Kling
2020-12-04
LibWeb: Block layout should account for vertical border space
Andreas Kling
2020-12-04
LibWeb: Block layout should resolve relative lengths against each box
Andreas Kling
2020-12-04
LibWeb: Make LineBox take incoming fragment size as floats
Andreas Kling
2020-12-04
LibWeb: Expose Document.getElementsByName() to JavaScript
Andreas Kling
2020-12-04
LibWeb: Move border painting from Layout::Box to a free function
Andreas Kling
2020-12-04
LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block()
Andreas Kling
2020-12-04
LibWeb: Call the correct base class in InlineNode::split_into_lines()
Andreas Kling
2020-12-04
LibWeb: Compute the final border-style property before painting
Andreas Kling
2020-12-04
LibWeb: Make LineBoxFragment store non-const Layout::Node&
Andreas Kling
2020-12-03
LibWeb: Virtualize Layout::Node::paint_fragment()
Andreas Kling
2020-12-03
LibWeb: Fix wrong forward declaration of LineBox & LineBoxFragment
Andreas Kling
2020-12-03
LibWeb: Create "empty" line box fragments for inline elements
Andreas Kling
2020-12-03
LibWeb: Paint line box fragments during all paint phases
Andreas Kling
2020-12-03
LibWeb: Move PaintPhase enum out of Layout::Node
Andreas Kling
2020-12-03
LibWeb: Add type casting helpers for Layout::InlineNode
Andreas Kling
2020-12-03
LibWeb: Hoist an early return in Layout::BlockBox::paint()
Andreas Kling
2020-12-03
LibWeb: Hack the CSS parser to handle integer values (like z-index)
Andreas Kling
2020-12-02
LibWeb: Don't layout twice for every InProcessWebView resize event
Andreas Kling
2020-12-02
LibWeb: Layout viewport rect was lagging behind when resizing
Andreas Kling
2020-12-02
LibWeb: Complete the URL in href_setter() before trying to load it
AnotherTest
2020-12-01
LibWeb: Implement Document.getElementsByClassName()
Andreas Kling
2020-12-01
LibWeb: Hack the CSS parser to skip over UTF-8 BOM
Andreas Kling
2020-12-01
LibWeb: Parse :before and :after pseudo-elements
Andreas Kling
2020-12-01
LibJS: Remove ProxyPrototype
Linus Groh
2020-11-30
LibWeb: Deallocate DOM timer ID's when the timer goes away
Andreas Kling
2020-11-29
LibWeb: Auto-size table box height to fit all the rows
Andreas Kling
2020-11-29
LibWeb: Allow inline-block boxes to have non-inline children
Andreas Kling
2020-11-29
LibWeb: Remove margin/border/padding from inline-block available width
Andreas Kling
2020-11-29
LibWeb: Resolve percentage width/height of inline-block boxes
Andreas Kling
2020-11-29
LibJS+LibWeb: Log JavaScript exceptions raised by web content
Andreas Kling
2020-11-29
LibWeb: Abort event handling if underlying layout tree disappears
Andreas Kling
[prev]
[next]