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-06-19
LibDebug: Remove unused DebugInfo::for_each_source_position
Itamar
2021-06-19
LibDebug: Fix typo in DebugInfo::get_source_position
Itamar
2021-06-19
Kernel: Make sure threads which don't do any syscalls are terminated
Gunnar Beutner
2021-06-19
Kernel: Make sure the kernel's ELF PHDRs don't use rwx
Gunnar Beutner
2021-06-19
LibJS: Object.getOwnPropertyNames() should enumerate String's .length
Andreas Kling
2021-06-19
LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts
Andreas Kling
2021-06-19
LibJS: Support object rest elements in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Support array rest elements in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Implement array destructuring for the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Implement more IteratorOperations and organize file
Matthew Olsson
2021-06-19
LibJS: Support object destructuring in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Add JumpUndefined bytecode
Matthew Olsson
2021-06-19
LibJS: Ensure GetBy{Id,Value} never load <empty> into the accumulator
Matthew Olsson
2021-06-19
LibJS: Restructure and fully implement BindingPatterns
Matthew Olsson
2021-06-19
LibJS: Remove bad spread check in declaration parsing
Matthew Olsson
2021-06-19
Kernel: Don't use naked new statements in init process
Liav A
2021-06-19
LibJS: Add missing exception checks to Number() constructor
Linus Groh
2021-06-19
LibJS: Make Number() constructor spec compliant
Linus Groh
2021-06-19
LibJS: Add a bunch more missing ECMA-262 section/title/URL comments
Linus Groh
2021-06-19
LibJS: Disallow 'yield' identifier initializer in GeneratorFunctions
Matthew Olsson
2021-06-19
LibJS: Implement GeneratorFunctionConstructor::construct
Matthew Olsson
2021-06-19
LibJS: Add the remaining generator objects
Matthew Olsson
2021-06-19
LibCrypto: Fix Hash::MD5's movability
DexesTTP
2021-06-18
Lagom/Fuzzers: Add fuzzers for all current hashing functions
Luke
2021-06-18
LibJS: Add and use the ArraySpeciesCreate abstract operation
Idan Horowitz
2021-06-18
LibJS: Bring FlattenIntoArray closer to the specification
Idan Horowitz
2021-06-18
LibJS: Implement the 'Hashbang Grammar for JS' proposal
Linus Groh
2021-06-18
LibJS/Tests: Use eval() for toEvalTo(), not Function()
Linus Groh
2021-06-18
LibJS: Throw on detached viewed ArrayBuffer when validating TypedArrays
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype.toString property
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype.join method
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype[Symbol.toString] getter accessor
Idan Horowitz
2021-06-18
LibJS: Do not trim whitespace from property names when they're numbers
sin-ack
2021-06-18
AK: Add a way to disable the trimming of whitespace in to_*int
sin-ack
2021-06-18
LibJS: Add %TypedArray%.prototype.some
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.forEach
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.findIndex
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.find
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.every
Luke
2021-06-18
WindowServer: Move key event handling to its own function
Andreas Kling
2021-06-18
WindowServer: Make various functions take MouseEvent by const reference
Andreas Kling
2021-06-18
WindowServer: Don't include frame when determining hovered window
Andreas Kling
2021-06-18
WindowServer: Simplify handling of the window resize candidate
Andreas Kling
2021-06-18
WindowServer: Reorder and annotate the mouse event processing code
Andreas Kling
2021-06-18
WindowServer: Simplify how we determine the hovered window
Andreas Kling
2021-06-18
Kernel: Make the "in early boot" flag read-only-after-init
Andreas Kling
2021-06-18
WindowServer: Simplify processing of window-specific mouse events
Andreas Kling
2021-06-18
WindowServer: Unify hit testing between fullscreen/regular windows
Andreas Kling
2021-06-18
WindowServer: Move titlebar button mouse event handling to a function
Andreas Kling
2021-06-18
WindowServer: Make deliver_mouse_event() perform coordinate translation
Andreas Kling
[next]