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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-19
LibWeb: Share QualifiedName data between identical instances
Andreas Kling
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: Add basic implementation of progress bar element
Rafał Babiarz
2022-02-16
Meta: Make the WrapperGenerator generate includes based on imports
Ali Mohammad Pur
2022-02-16
LibWeb: Implement a very basic version of TextDecoder
Ali Mohammad Pur
2022-02-13
LibWeb: Don't crash on unknown CSS display types, fall back to inline
Andreas Kling
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-11
LibWeb: Move SVG::PathDataParser into its own file and rename it
Sam Atkins
2022-02-11
LibWeb: Rename SVGPathBox -> SVGGeometryBox
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-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-07
LibWeb: Implement ErrorEvent
Luke Wilde
2022-02-07
LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events
Andreas Kling
2022-02-05
LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update
Andreas Kling
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
2022-02-03
LibWeb: Add barebones CanvasGradient object
Andreas Kling
2022-01-31
LibWeb: Implement ParentNode.prepend
Luke Wilde
2022-01-23
LibWeb: Add Layout::LineBuilder class for incremental line box layout
Andreas Kling
2022-01-23
LibWeb: Add inline-level iterator that enumerates items for line layout
Andreas Kling
2022-01-04
LibWeb: Implement CanvasRenderingContext2D.measureText
sin-ack
2021-12-14
LibWeb: Implement SubtleCrypto.digest()
Linus Groh
2021-12-12
LibWeb: Implement TextEncoder.prototype.encode()
Linus Groh
2021-12-12
LibWeb: Add the TextEncoder interface
Linus Groh
2021-11-20
LibWeb: Move ImageDecoder client connection singleton to its own file
Andreas Kling
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-18
LibWeb: Delete CSSLoader
Sam Atkins
2021-10-31
LibWeb: Add Web::CSS::PreferredColorScheme enum
Sam Atkins
2021-10-23
LibWeb: Implement first draft of CSS syntax highlighting :^)
Sam Atkins
2021-10-18
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
Timothy Flynn
2021-10-17
LibWeb: Implement (most of) NamedNodeMap to store attributes
Timothy Flynn
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
2021-10-17
LibWeb: Alphabetize LibWeb's forward and JS wrapper declarations
Timothy Flynn
2021-10-14
LibWeb: Stub out a basic IntersectionObserver interface
Timothy Flynn
2021-10-11
LibWeb: Implement PromiseRejectionEvent
Linus Groh
2021-10-11
LibWeb: Stub out a basic ResizeObserver interface
Andreas Kling
2021-10-11
LibWeb: Stub out a basic Selection interface
Andreas Kling
2021-10-08
LibWeb: Implement `@supports` rule :^)
Sam Atkins
[next]