index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-05
LibWeb: Replace usage of native properties with accessors in Navigator
Idan Horowitz
2021-07-05
LibWeb: Replace usage of native properties with accessors in Location
Idan Horowitz
2021-07-05
LibJS: Fix Promise constructor reject function argument
Linus Groh
2021-07-05
LibJS: Make FunctionObject's m_home_object an Object*, not Value
Linus Groh
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
JsonParser: Bring parser more to spec
stelar7
2021-07-05
LibGfx: Fix classic theme frame transparency check
Tom
2021-07-05
Kernel: Get rid of of some of the duplicate kernel base address macros
Gunnar Beutner
2021-07-05
Kernel: Merge the x86 and x86_64 boot code into a single file
Gunnar Beutner
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
Fire: Make the main widget a GUI::Frame
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
PixelPaint: Ask to preserve transparency when exporting
Marcus Nilsson
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-05
WindowServer: Improve screen invalidation on window state changes
Tom
2021-07-04
Kernel: Implement buffer flipping for VirtIOGPU framebuffers
Tom
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
Assistant: Don't index the /dev directory
Andreas Kling
2021-07-04
Assistant: Force the window to have a shadow despite being frameless
Andreas Kling
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-07-04
Magnifier: Make a custom 16x16 icon for this app + tweak 32x32 version
Andreas Kling
2021-07-04
Magnifier: Make the main widget a GUI::Frame
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
[prev]
[next]