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-14
LibWeb: Merge Document::layout() and Document::update_layout()
Andreas Kling
2020-12-13
LibWeb: Set the encoding of HTML documents
Andreas Kling
2020-12-13
LibWeb: Update stale #includes for HTML/TagNames.* move
Andreas Kling
2020-12-13
LibWeb: Attach DOM::Document to its frame before parsing
Andreas Kling
2020-12-13
LibWeb: Make HTMLDocumentParser take an existing document
Andreas Kling
2020-12-13
LibWeb: Move DOM/TagNames.* => HTML/TagNames.*
Andreas Kling
2020-12-13
LibWeb: Mark element style dirty on style/id attribute change too
Andreas Kling
2020-12-13
LibWeb: Mark element style dirty when class attribute changes
Andreas Kling
2020-12-13
LibWeb: Make DOM::Node::set_needs_style_update() schedule the update
Andreas Kling
2020-12-12
LibWeb: Store layout box model metrics as floats
Andreas Kling
2020-12-12
LibWeb: Use the margin box of floating elements for flowing around
Andreas Kling
2020-12-12
LibWeb: Don't place floating boxes before everything else
Andreas Kling
2020-12-12
LibWeb: Make the ad-hoc CSS parser a little more tolerant
Andreas Kling
2020-12-12
LibWeb: Apply 'min-width' and 'max-width' constraints to replaced boxes
Andreas Kling
2020-12-11
LibWeb: Remove some unnecessary is_replaced() checks in BFC
Andreas Kling
2020-12-11
LibWeb: Move replaced element layout out of Layout::ReplacedBox
Andreas Kling
2020-12-11
LibWeb: Fix inline-block width computation with no specified width
Andreas Kling
2020-12-10
LibWeb: Use the surrounding text color as the caret color
Andreas Kling
2020-12-10
LibWeb: Replace IDL 'void' return type with 'undefined'
Linus Groh
2020-12-10
LibWeb: Expect IDL namespace to end with semicolon
Linus Groh
2020-12-09
LibWeb: Apply suggested fixes.
asynts
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
[next]