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-09
LibWeb: Expose DOM::Range to JavaScript.
asynts
2020-12-09
LibWeb: Make DOM::Range more suitable for JS.
asynts
2020-12-09
LibWeb: Join start and end after deleting selection.
asynts
2020-12-09
LibWeb: Implement deletion of more complex selections.
asynts
2020-12-09
LibWeb: Fix many bugs with the editing.
asynts
2020-12-09
LibWeb: Add support for cursor movement and delete.
asynts
2020-12-09
LibWeb: Support range delection accross nodes with shared parent.
asynts
2020-12-09
LibWeb: Add support for range deletion.
asynts
2020-12-09
LibWeb: Move editing stuff into EditEventHandler.
asynts
2020-12-09
IDL: Produce better error messages when parsing IDL files.
asynts
2020-12-09
LibWeb: Don't allocate XMLHttpRequestConstructor twice
Linus Groh
2020-12-09
LibWeb: Disallow construction of XMLHttpRequest without 'new'
Linus Groh
2020-12-08
LibWeb: Build the DumpLayoutTree subdirectory
Andreas Kling
2020-12-08
LibWeb: Add missing license header to DumpLayoutTree
Andreas Kling
2020-12-08
LibWeb: Remove an empty line from OOPWV
Andreas Kling
2020-12-08
LibWeb: Add a simple DumpLayoutTree program
Andreas Kling
2020-12-08
LibWeb: Allow dumping layout tree into a StringBuilder
Andreas Kling
2020-12-08
LibWeb+WebContent: Add on_load_finish hook to web views
Andreas Kling
2020-12-08
LibWeb: <iframe src> same-origin check should be based on host document
Andreas Kling
2020-12-07
LibWeb: Compute final line box width *after* placing all fragments
Andreas Kling
2020-12-07
LibWeb: When adding inline-block fragment to line, use border box width
Andreas Kling
2020-12-07
LibWeb: Uhh, scale back the default padding on <ul> and <ol> a bit
Andreas Kling
2020-12-07
LibWeb: Add padding-left to the default UA style for <ol> and <ul>
Andreas Kling
2020-12-07
LibWeb: Include padding+border in shrink-to-fit preferred min width
Andreas Kling
2020-12-07
LibWeb: Resolve width in relative length units on inline-block properly
Andreas Kling
2020-12-07
LibWeb: Simplify final line box width computation
Andreas Kling
2020-12-07
LibWeb: Use CSS::Length::resolved_or_zero() in a few places
Andreas Kling
2020-12-07
LibWeb: Cache parsed inline style of DOM elements
Andreas Kling
2020-12-07
LibWeb: Make layout tree dumps nicer
Andreas Kling
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
[next]