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
/
Bindings
Age
Commit message (
Expand
)
Author
2022-02-14
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-13
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
Andreas Kling
2022-02-13
LibJS+LibLine: Run clang-format
Andreas Kling
2022-02-13
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-12
LibWeb: Implement Geometry::DOMRectList
DerpyCrabs
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
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-08
LibWeb: Add Storage interface and window.localStorage
Andreas Kling
2022-02-08
LibWeb: Implement the JS host hooks for promises, job callbacks and more
Luke Wilde
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
LibJS: Reduce header dependency graph in Realm.h
Andreas Kling
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
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
davidot
2022-02-03
LibWeb: Expose KeyboardEvent's constructor on the window object
Andreas Kling
2022-02-03
LibWeb: Add barebones CanvasGradient object
Andreas Kling
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-22
LibJS: Add host layering point related to modules to VM
davidot
2022-01-04
LibWeb: Implement CanvasRenderingContext2D.measureText
sin-ack
2021-12-14
LibWeb: Replace incorrect empty Optional return with ByteBuffer
Linus Groh
2021-12-14
LibWeb: Remove dbgln() left from debugging :^)
Linus Groh
2021-12-14
LibWeb: Implement "get a copy of the bytes held by the buffer source"
Linus Groh
2021-12-14
LibWeb: Add the SubtleCrypto interface
Linus Groh
2021-12-12
LibWeb: Add the TextEncoder interface
Linus Groh
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-10-31
LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Navigator object to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the CSS namespace object to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Window object to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Location object to ThrowCompletionOr
Timothy Flynn
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-20
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
Idan Horowitz
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-14
LibWeb: Stub out a basic IntersectionObserver interface
Timothy Flynn
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
[next]