index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2022-12-14
LibWeb: Convert shadow painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert gradient painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert backdrop-filter painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert border painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert background painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Split PaintContext::viewport_rect() into device/css variants
Sam Atkins
2022-12-14
LibWeb: Make PaintContext aware of CSS and DevicePixels
Sam Atkins
2022-12-14
LibWeb: Only allow DevicePixels operators to work with integers
Sam Atkins
2022-12-14
LibWeb: Implement Node.isEqualNode() for ProcessingInstruction nodes
Andreas Kling
2022-12-14
LibWeb: Add Document.createProcessingInstruction()
Andreas Kling
2022-12-14
LibWeb: Make sure ProcessingInstruction objects have the right prototype
Andreas Kling
2022-12-14
LibWeb: Implement Node.isEqualNode() for Attr nodes
Andreas Kling
2022-12-14
LibWeb: Implement Node.cloneNode for Attr nodes
Andreas Kling
2022-12-14
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
Andreas Kling
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NativeFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-11
LibWeb: Support `calc()` values in `background-position`
MacDue
2022-12-11
LibWeb: Use space_used_by_floats to get x offset of box that creates BFC
Aliaksandr Kalenik
2022-12-11
LibWeb: Check if block creates BFC even if all it's children are inline
Aliaksandr Kalenik
2022-12-10
LibWeb: Check HTML parser position is equal to or after insertion point
Luke Wilde
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
LibWeb: Use start-of-line in hit test of position directly to the left
Andreas Oppebøen
2022-12-10
LibWeb: Use correct end-of-fragment node index for HitTestResult
Andreas Oppebøen
2022-12-10
LibWeb: Allow creating Lengths from CSSPixels
Sam Atkins
2022-12-10
LibWeb: Use ceilf() instead of ceil() for float values
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb: Rename some variables to avoid shadowing
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
Sam Atkins
2022-12-10
LibWeb: Remove unused StyleProperties::length_or_fallback function
Karol Kosek
2022-12-10
LibWeb: Support special border width identifiers
Karol Kosek
2022-12-10
LibWeb: Implement Selection.collapse_to_end
Rafał Babiarz
2022-12-10
LibWeb: Implement Selection.collapse_to_start
Rafał Babiarz
2022-12-10
LibWeb: Implement Selection.collapse
Rafał Babiarz
2022-12-10
LibWeb: Actually hit-test child stacking contents with z-index of 0
Luke Wilde
2022-12-10
LibWeb: Implement Selection.setBaseAndExtent
Luke Wilde
2022-12-10
LibWeb: Add Document.getSelection
Luke Wilde
2022-12-10
LibWeb: Stub Range.getBoundingClientRect
Luke Wilde
2022-12-10
LibWeb: Stub HTMLMediaElement.pause
Luke Wilde
2022-12-10
LibWeb: Add spec link to HTMLMediaElement::load
Luke Wilde
2022-12-09
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
Andreas Kling
2022-12-09
LibWeb: Display DragonFly in the user agent string
Undefine
2022-12-09
LibWeb: Fix child wrapping in table fix up
Aliaksandr Kalenik
2022-12-09
LibWeb: Consider specified cell widths in a table
Aliaksandr Kalenik
[next]