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-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
2020-11-29
LibWeb: Allow building partial layout trees
Andreas Kling
2020-11-29
LibWeb: Tweak a comment in Layout::TreeBuilder for accuracy
Andreas Kling
2020-11-29
LibWeb: Allow <svg> layout boxes to have children
Andreas Kling
2020-11-29
LibWeb: Blocks can have non-block (but non-inline) parents
Andreas Kling
2020-11-28
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
Andreas Kling
2020-11-28
LibWeb: Don't generate layout nodes for DOM inside replaced elements
Andreas Kling
2020-11-27
LibWeb: Two more edge cases for TreeNode::insert_before.
asynts
2020-11-27
LibWeb: Update m_previous_sibling in TreeNode::insert_before.
asynts
2020-11-27
LibWeb: Don't generate a wrap() function for the Event IDL interface
Andreas Kling
2020-11-26
LibWeb: Don't put block boxes inside inlines
Andreas Kling
2020-11-25
LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder
Andreas Kling
2020-11-25
LibWeb: Keep track of the parent of each formatting context
Andreas Kling
2020-11-22
LibWeb: Add the submit event to HTMLFormElement
Luke
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
2020-11-22
LibWeb: Expose ParentNode.{first,last}ElementChild
Luke
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-11-22
LibWeb: Fix build with DEBUG_HIGHLIGHT_FOCUSED_FRAME
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-11-22
LibWeb: Run clang-format on FormattingContext.h
Andreas Kling
2020-11-22
LibWeb: Reorganize layout system in terms of formatting contexts
Andreas Kling
2020-11-22
LibWeb: Avoid some heap churn during text splitting
Andreas Kling
2020-11-19
LibWeb: Remove ancient HTML_DEBUG debug logging
Andreas Kling
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-14
LibWeb: Use standardized encoding names, add encoding attribute to document
Luke
2020-11-13
LibWeb: Add default values of URL and content type in document
Luke
2020-11-13
LibWeb: Add initial implementation of document.implementation
Luke
2020-11-13
LibWeb: Add contentType attribute to Document
Luke
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-11-12
LibWeb: Add almost all obsolete but required IDL attributes
Luke
2020-11-11
LibWeb: Advertise to servers that we support gzip encoding
Luke
[prev]
[next]