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
Age
Commit message (
Expand
)
Author
2021-06-28
LibHTTP: Ensure finish_up() is not called more than once
Ali Mohammad Pur
2021-06-28
LibTLS: Ensure that on_tls_finished is called only once
Ali Mohammad Pur
2021-06-28
Taskbar: Move 'Assistant' Desktop::AppFile to member for quicker access
Spencer Dixon
2021-06-28
Assistant+Taskbar: Use AppFile::spawn() utility
Spencer Dixon
2021-06-28
LibDesktop: Add spawn() to AppFiles
Spencer Dixon
2021-06-28
Taskbar: Open 'Assistant' with Super+Space
Spencer Dixon
2021-06-28
LibGUI+WindowServer: Add new WMEvent Super+Space
Spencer Dixon
2021-06-28
Userland: Add new app called Assistant
Spencer Dixon
2021-06-28
Meta: Tidy up include path and alphabetic ordering
Spencer Dixon
2021-06-28
LibJS: Bring Reflect.construct() closer to the specification
Idan Horowitz
2021-06-28
LibJS: Rewrite String.raw() closer to the specification
Idan Horowitz
2021-06-28
LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter lists
Andreas Kling
2021-06-28
LibJS: Add and use the %ThrowTypeError% intrinsic
Idan Horowitz
2021-06-28
LibJS: Accept FlyStrings in the NativeFunction constructors
Idan Horowitz
2021-06-28
LibJS: Handle values close to -0.5 correctly in Math.round(x)
Idan Horowitz
2021-06-28
LibJS: Implement the CreateUnmappedArgumentsObject abstract operation
Andreas Kling
2021-06-27
LibJS/Tests: Improve valueToString() output
Linus Groh
2021-06-27
LibJS: Unbreak test-js test that depended on function object class name
Andreas Kling
2021-06-27
LibJS: Fix typo "sweeped" => "swept" everywhere
Andreas Kling
2021-06-27
LibJS: Stop qualifying AK::Function
Andreas Kling
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-27
LibJS: Ensure shift values in shift_right are modded by 32
Andrew Kaster
2021-06-27
LibJS: Avoid undefined static cast of negative values in to_u32
Andrew Kaster
2021-06-27
WindowServer: Un-tile window if resizing warrants it
Tom
2021-06-27
LibJS: Add content type check to IntegerIndexedElementSet()
Linus Groh
2021-06-27
LibJS: Add content type check to InitializeTypedArrayFromTypedArray()
Linus Groh
2021-06-27
LibJS: Implement the TypedArray [[ContentType]] internal slot
Linus Groh
2021-06-27
LibJS: Add 'is detached' check to InitializeTypedArrayFromTypedArray()
Linus Groh
2021-06-27
LibJS: Make variables in InitializeTypedArrayFromTypedArray() match spec
Linus Groh
2021-06-27
LibJS: Add missing InitializeTypedArrayFromTypedArray() spec link
Linus Groh
2021-06-27
FileManager: Pass launch origin rects to spawned programs
Andreas Kling
2021-06-27
WindowServer+LibGUI: Allow specifying a "launch origin" for new windows
Andreas Kling
2021-06-27
WindowServer: Add a more generic mechanism for animations
Andreas Kling
2021-06-27
Kernel: Rename Thread::tss to Thread::regs and add x86_64 support
Gunnar Beutner
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-27
LibWeb: Make ExceptionOr capable of holding all error types in the spec
Ali Mohammad Pur
2021-06-27
Profiler: Cache the timeline histograms instead of recomputing on paint
Andreas Kling
2021-06-27
WindowServer: Try to auto-add unconfigured framebuffer devices
Tom
2021-06-27
WindowServer: Coalesce flushing buffers into one ioctl() call
Tom
2021-06-27
WindowServer: Use relative coordinates when flushing screen dirty rects
Tom
2021-06-27
WindowServer: Fix geometry label not updating if it isn't moving
Tom
2021-06-27
LibJS: Don't extend `arguments` object to match the parameter count
Andreas Kling
2021-06-26
AK: Undo bogus Variant::downcast() rename
Andreas Kling
2021-06-26
LibJS: Implement the GetMethod() abstract operation as a Value method
Linus Groh
2021-06-26
LibJS: Implement the GetV() abstract operation
Linus Groh
2021-06-26
LibJS: Move install_error_cause() from Object to Error
Linus Groh
2021-06-26
LibJS: Skip tests which broke with reversion of f102b563
davidot
2021-06-26
Revert "LibJS: Fix this_value in native setters and getters"
davidot
2021-06-26
LibJS: Fix propagation of setters and getters from prototypes
davidot
[next]