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
Age
Commit message (
Expand
)
Author
2021-07-05
LibWeb: Use JS_DECLARE_NATIVE_FUNCTION for WebAssembly accessors
Linus Groh
2021-07-05
LibWeb: Make WebAssembly.Memory.prototype.buffer an accessor property
Linus Groh
2021-07-05
LibWeb: Make WebAssembly.Instance.prototype.exports an accessor property
Linus Groh
2021-07-05
LibWeb: Use "WebAssembly.Foo" in exception error messages
Linus Groh
2021-07-05
LibJS: Stop masking non-RangeError exceptions in TypedArray creation
Idan Horowitz
2021-07-05
LibJS: Use the GetMethod AO for creating a TypedArray from an iterable
Idan Horowitz
2021-07-05
LibJS: Enforce a 2GB "Excessive Length" limit for TypedArrays
Idan Horowitz
2021-07-05
LibJS: Use the GetPrototypeFromConstructor AO for TypedArrays creation
Idan Horowitz
2021-07-05
LibWeb: Implement Node.contains
Luke
2021-07-05
LibWeb: Make WrapperGenerator generate nullable wrapper types
Luke
2021-07-05
LibWeb: Implement the adoption steps for <template> elements
Luke
2021-07-05
LibWeb: Implement the cloning steps for <template> elements
Luke
2021-07-05
LibWeb: Make adopted_from no longer take a const Document reference
Luke
2021-07-05
LibWeb: Add the cloning steps in clone_node
Luke
2021-07-05
LibWeb: Use the element factory in clone_node
Luke
2021-07-05
LibWeb: Make clone_node capable of cloning document fragments
Luke
2021-07-05
LibWeb: Add DOMParser
Luke
2021-07-05
LibWeb: Check if scripting is disabled before running script
Luke
2021-07-05
LibGfx: Fix classic theme frame transparency check
Tom
2021-07-05
KeyboardSettings+Kernel: Setting to enable Num Lock on login
ForLoveOfCats
2021-07-05
LibJS: Fix logic typo in ArgumentsObject.[[Set]]
Andreas Kling
2021-07-05
LibJS: Fix accidental west-const in ArgumentsObject
Andreas Kling
2021-07-05
LibJS: Finish implementing mapped arguments exotic objects :^)
Andreas Kling
2021-07-05
LibJS: Implement most of String.prototype.replaceAll
Timothy Flynn
2021-07-05
LibJS: Make ObjectPrototype an immutable prototype exotic object
Linus Groh
2021-07-05
LibJS: Add the TypedArray.from() method
Idan Horowitz
2021-07-05
LibGfx/BMPWriter: Add support for V3 & V4 DIB headers
Marcus Nilsson
2021-07-05
LibJS: Remove now unused IndexedPropertyIterator::value_and_attributes()
Linus Groh
2021-07-05
LibJS: Remove unnecessary value_or() from get()
Linus Groh
2021-07-05
LibJS: Remove two unnecessary 'vm.argument(0).value_or(js_undefined())'
Linus Groh
2021-07-04
WindowServer: Query driver for framebuffer offset
Tom
2021-07-04
WindowServer: Implement support for combined buffer flipping + flushing
Tom
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-07-04
LibJS/Tests: Enable Array tests that now just work :^)
Linus Groh
2021-07-04
LibWeb: Change WrapperGenerator to emit acessor properties
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS/Tests: Remove 'requires at least one argument' Array tests
Linus Groh
2021-07-04
LibJS: Handle invalid and symbol PropertyName in its AK::Formatter
Linus Groh
2021-07-04
LibJS: Add Value::operator==()
Linus Groh
2021-07-04
LibJS: Add new PropertyDescriptor class and related abstract operations
Linus Groh
2021-07-04
LibJS: VERIFY() that property name is valid in Value::get{,_method}()
Linus Groh
2021-07-04
LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() more
Linus Groh
2021-07-04
LibJS: Avoid unnecessary PropertyName creation in MarkupGenerator
Linus Groh
2021-07-04
LibWeb: Add roman numerals as a list-style for ol's
Tobias Christiansen
2021-07-04
LibTTF: Memory map TTF fonts instead of reading them into heap memory
Andreas Kling
2021-07-04
LibTTF: Make TTF::Font loading API return error strings
Andreas Kling
2021-07-04
Everywhere: Fix incorrect usages of AK::Checked
Idan Horowitz
2021-07-04
LibC: Convert LengthModifier & ConversionSpecifier to enum classes
Idan Horowitz
2021-07-04
LibThreading: Wake up the background worker thread when there's work
Andreas Kling
[next]