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: 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
2021-07-04
Meta: Remove the LibJS OBJECT_DEBUG debug macro
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
js: Handle detached ArrayBuffer in print_typed_array()
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
Tests: Add test for String::roman_number_from()
Tobias Christiansen
2021-07-04
Browser: Add Test-Page for lists
Tobias Christiansen
2021-07-04
LibWeb: Add roman numerals as a list-style for ol's
Tobias Christiansen
[next]