summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-19LibJS: Object.getOwnPropertyNames() should enumerate String's .lengthAndreas Kling
2021-06-19LibJS: Make Object.getOwnPropertyDescriptor() work on String subscriptsAndreas Kling
2021-06-19LibJS: Support object rest elements in the bytecode interpreterMatthew Olsson
2021-06-19LibJS: Support array rest elements in the bytecode interpreterMatthew Olsson
2021-06-19LibJS: Implement array destructuring for the bytecode interpreterMatthew Olsson
2021-06-19LibJS: Implement more IteratorOperations and organize fileMatthew Olsson
2021-06-19LibJS: Support object destructuring in the bytecode interpreterMatthew Olsson
2021-06-19LibJS: Add JumpUndefined bytecodeMatthew Olsson
2021-06-19LibJS: Ensure GetBy{Id,Value} never load <empty> into the accumulatorMatthew Olsson
2021-06-19LibJS: Restructure and fully implement BindingPatternsMatthew Olsson
2021-06-19LibJS: Remove bad spread check in declaration parsingMatthew Olsson
2021-06-19LibJS: Add missing exception checks to Number() constructorLinus Groh
2021-06-19LibJS: Make Number() constructor spec compliantLinus Groh
2021-06-19LibJS: Add a bunch more missing ECMA-262 section/title/URL commentsLinus Groh
2021-06-19LibJS: Disallow 'yield' identifier initializer in GeneratorFunctionsMatthew Olsson
2021-06-19LibJS: Implement GeneratorFunctionConstructor::constructMatthew Olsson
2021-06-19LibJS: Add the remaining generator objectsMatthew Olsson
2021-06-19LibCrypto: Fix Hash::MD5's movabilityDexesTTP
2021-06-18LibJS: Add and use the ArraySpeciesCreate abstract operationIdan Horowitz
2021-06-18LibJS: Bring FlattenIntoArray closer to the specificationIdan Horowitz
2021-06-18LibJS: Implement the 'Hashbang Grammar for JS' proposalLinus Groh
2021-06-18LibJS/Tests: Use eval() for toEvalTo(), not Function()Linus Groh
2021-06-18LibJS: Throw on detached viewed ArrayBuffer when validating TypedArraysIdan Horowitz
2021-06-18LibJS: Add the TypedArray.prototype.toString propertyIdan Horowitz
2021-06-18LibJS: Add the TypedArray.prototype.join methodIdan Horowitz
2021-06-18LibJS: Add the TypedArray.prototype[Symbol.toString] getter accessorIdan Horowitz
2021-06-18LibJS: Do not trim whitespace from property names when they're numberssin-ack
2021-06-18LibJS: Add %TypedArray%.prototype.someLuke
2021-06-18LibJS: Add %TypedArray%.prototype.forEachLuke
2021-06-18LibJS: Add %TypedArray%.prototype.findIndexLuke
2021-06-18LibJS: Add %TypedArray%.prototype.findLuke
2021-06-18LibJS: Add %TypedArray%.prototype.everyLuke
2021-06-18WindowServer: Move key event handling to its own functionAndreas Kling
2021-06-18WindowServer: Make various functions take MouseEvent by const referenceAndreas Kling
2021-06-18WindowServer: Don't include frame when determining hovered windowAndreas Kling
2021-06-18WindowServer: Simplify handling of the window resize candidateAndreas Kling
2021-06-18WindowServer: Reorder and annotate the mouse event processing codeAndreas Kling
2021-06-18WindowServer: Simplify how we determine the hovered windowAndreas Kling
2021-06-18WindowServer: Simplify processing of window-specific mouse eventsAndreas Kling
2021-06-18WindowServer: Unify hit testing between fullscreen/regular windowsAndreas Kling
2021-06-18WindowServer: Move titlebar button mouse event handling to a functionAndreas Kling
2021-06-18WindowServer: Make deliver_mouse_event() perform coordinate translationAndreas Kling
2021-06-18WindowServer: Preserve all members in MouseEvent::translated()Andreas Kling
2021-06-18LibGUI: Don't restart AbstractView drag on mousemove after escape keyAndreas Kling
2021-06-18WindowServer: Don't let super key open system menu while tracking inputAndreas Kling
2021-06-18WindowServer: Always send mouse events to active input tracker firstAndreas Kling
2021-06-18WindowServer: Remove an unnecessary temporary variableAndreas Kling
2021-06-18WindowServer: Split up WindowFrame::handle_mouse_event()Andreas Kling
2021-06-18WindowServer: Add WindowStack::window_at() and use it a bunchAndreas Kling
2021-06-18WindowServer: Make hit test results richerAndreas Kling