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
/
Forward.h
Age
Commit message (
Expand
)
Author
2022-03-21
LibWeb: Implement the SVGAnimatedLength type
Timothy Flynn
2022-03-21
LibWeb: Begin implementing the SVGLength type
Timothy Flynn
2022-03-20
LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()
Andreas Kling
2022-03-16
LibWeb: Add stub implementation of HTMLOptionsCollection
Simon Wanner
2022-03-11
LibWeb: Remove a bunch of no-longer needed #includes
Andreas Kling
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-11
LibWeb: Split Paintable into Paintable and PaintableBox
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
Andreas Kling
2022-03-11
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-09
LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()
Andreas Kling
2022-03-09
LibWeb: Add support for DOM's TreeWalker
Andreas Kling
2022-03-09
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
Andreas Kling
2022-03-08
LibWeb: Implement the WindowProxy exotic object
Linus Groh
2022-03-08
LibWeb: Move Timer from DOM directory & namespace to HTML
Linus Groh
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-04
LibWeb: Add HTMLMediaElement.canPlayType()
Linus Groh
2022-03-03
LibWeb: Forward-declare FormattingState as a struct
Andreas Kling
2022-03-03
LibWeb: Align actual baselines, not just bottoms
Andreas Kling
2022-02-26
LibWeb: Implement StaticRange
Luke Wilde
2022-02-26
LibWeb: Abstract Range's members into AbstractRange
Luke Wilde
2022-02-25
LibWeb: Parse the `content` property
Sam Atkins
2022-02-24
LibWeb: Implement CSS Time class
Sam Atkins
2022-02-24
LibWeb: Implement CSS Resolution class
Sam Atkins
2022-02-24
LibWeb: Implement CSS Frequency class
Sam Atkins
2022-02-24
LibWeb: Implement CSS Angle class
Sam Atkins
2022-02-21
LibWeb: Create list-item markers during layout tree construction
Andreas Kling
2022-02-20
LibWeb: Add support for the options variant of {add,remove}EventListener
Luke Wilde
2022-02-19
LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString
Luke Wilde
2022-02-18
LibWeb: Move WebSocket into the Web::WebSockets namespace
Linus Groh
2022-02-17
LibWeb: Add partially functioning Worker API
Ben Abraham
2022-02-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-16
LibWeb: Implement responseType and response for XHR
Ali Mohammad Pur
2022-02-16
LibWeb: Implement a very basic version of TextDecoder
Ali Mohammad Pur
2022-02-12
LibWeb: Implement Geometry::DOMRectList
DerpyCrabs
2022-02-12
LibWeb: Implement spec-compliant MIME type struct and parser
Luke Wilde
2022-02-11
LibWeb: Add SVG `<polygon>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<polyline>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<line>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<ellipse>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<circle>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<rect>` element and test case :^)
Sam Atkins
2022-02-09
LibWeb: Add initial implementation for WorkerGlobalScope
Andrew Kaster
2022-02-08
LibWeb: Add Storage interface and window.localStorage
Andreas Kling
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-07
LibWeb: Implement ErrorEvent
Luke Wilde
2022-02-07
LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events
Andreas Kling
[next]