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-15
LibWeb: Add equals() for LengthStyleValue and ColorStyleValue
Andreas Kling
2020-12-15
LibWeb: Add hack to disable StyleInvalidator while parsing document
Andreas Kling
2020-12-15
LibWeb: Dimension inline-block and replaced boxes during splitting
Andreas Kling
2020-12-15
LibWeb: Remove unused Element::set_attributes()
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'
Andreas Kling
2020-12-15
LibWeb: Put final foreground/background colors in LayoutStyle
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'text-transform'
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'
Andreas Kling
2020-12-15
LibWeb: Make CSS "background: none" work again
Andreas Kling
2020-12-14
LibWeb: Add a simple StyleInvalidator class
Linus Groh
2020-12-14
LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue
Andreas Kling
2020-12-14
LibWeb: Use IdentifierStyleValue for CSS 'position'
Andreas Kling
2020-12-14
LibWeb: Use CSS::ValueID for 'text-align' values
Andreas Kling
2020-12-14
LibWeb: Improvements to font lookup
Andreas Kling
2020-12-14
LibWeb: Virtualize StyleValue equality check
Andreas Kling
2020-12-14
LibWeb: Add a little assertion in Document::detach_from_frame()
Andreas Kling
2020-12-14
LibWeb: Simplify <iframe> content frame construction
Andreas Kling
2020-12-14
LibWeb: Use final box model metrics for absolute 'right' and 'bottom'
Andreas Kling
2020-12-14
LibWeb: Limit style update tree traversal to dirty subtrees
Andreas Kling
2020-12-14
LibWeb: Layout absolutely positioned children *after* computing height
Andreas Kling
2020-12-14
LibWeb: Don't replace selection on key press in non-editable content
Andreas Kling
2020-12-14
LibWeb: Make StyleProperties::length_box() default to auto values
Andreas Kling
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
[next]