summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-14LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpersIdan Horowitz
2021-06-14LibJS: Add tests for DataView.prototype getters and settersIdan Horowitz
2021-06-14LibJS: Add all of the DataView.prototype.set* methodsIdan Horowitz
2021-06-14LibJS: Add all of the DataView.prototype.get* methodsIdan Horowitz
2021-06-14LibJS: Add the DataView built-in objectIdan Horowitz
2021-06-13LibJS: Make a couple of %TypedArray%.prototype properties accessorsLinus Groh
2021-06-13LibJS: Make Symbol.prototype.description an accessorLinus Groh
2021-06-13LibJS: Make Set.prototype.size an accessorLinus Groh
2021-06-13LibJS: Make a couple of RegExp.prototype properties accessorsLinus Groh
2021-06-13LibJS: Make ArrayBuffer.prototype.byteLength an accessorLinus Groh
2021-06-13LibJS: Add two missing missing ECMA-262 section/title/URL commentsLinus Groh
2021-06-13LibJS: Don't repeat attributes in {Boolean,Symbol}PrototypeLinus Groh
2021-06-13Calculator: Fix offensive button misalignmentAndreas Kling
2021-06-13Browser: Fix build breakage from 29cce65Andreas Kling
2021-06-13Browser: Add download finished graphics to download widgetMarcus Nilsson
2021-06-13Browser: Add close on finished checkbox to download widgetMarcus Nilsson
2021-06-13LibGUI: Make "Return" after tab return to original column in TableViewMax Trussell
2021-06-13Solitaire: Disable filling with background color during end animationSam Atkins
2021-06-13Solitaire: Only start timer when a move happensSam Atkins
2021-06-13Solitaire: Prevent undo when the game is overSam Atkins
2021-06-13Solitaire: Allow automatic moves to end the game and animateSam Atkins
2021-06-13LibJS: Avoid lots of string-to-int during global object constructionAndreas Kling
2021-06-13LibJS: Make StringOrSymbol always be FlyString in the string caseAndreas Kling
2021-06-13LibJS: Convert PropertyName and StringOrSymbol to east-const styleAndreas Kling
2021-06-13LibJS: Don't generate unused HeapBlock names on non-SerenityOS systemsAndreas Kling
2021-06-13LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot codeAndreas Kling
2021-06-13LibJS: Use the new is_ascii_foo() helpers from AKAndreas Kling
2021-06-13Userland: Allow building SerenityOS with -funsigned-charGunnar Beutner
2021-06-13Utilites: Implement `unzip -q`Jelle Raaijmakers
2021-06-13Utilities: Change `unzip -o` option to `-d`Jelle Raaijmakers
2021-06-13LibC: Make `getopt` modify `argv` againJelle Raaijmakers
2021-06-13LibJS: Rewrite Array.prototype.slice to be spec compliantLuke
2021-06-13TextEditor: Don't allow opening directoriessinmineryt
2021-06-13HackStudio: Indicate git changes in the editor's gutterDmitrii Ubskii
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
2021-06-13LibJS: Add missing ECMA-262 section/title/URL comments to MapLinus Groh
2021-06-13IPCCompiler: Avoid copies for IPC method return valuesGunnar Beutner
2021-06-13LibJS: Fix Object.prototype.valueOf() behaviorLinus Groh
2021-06-13LibJS: VERIFY() that to_object() succeeds in Object.prototype.toString()Linus Groh
2021-06-13LibJS: Fix Promise.length attributesLinus Groh
2021-06-13LibJS: Fix Number.parseFloat() attributesLinus Groh
2021-06-13LibJS: Don't repeat attributes in {Date,Symbol}ConstructorLinus Groh
2021-06-13LibJS: Add ECMA-262 section/title/URL comments almost everywhereLinus Groh
2021-06-13LibJS: Add the MapIterator built-in and the key/values/entries methodsIdan Horowitz
2021-06-13LibJS: Add most of the Map.prototype methodsIdan Horowitz
2021-06-13LibJS: Add the Map built-in objectIdan Horowitz
2021-06-13LibJS: Move ValueTraits to Value.h and add special case for -0.0Idan Horowitz
2021-06-12LibJS: Use undefined as the fallback value for iterable entry key/valueIdan Horowitz
2021-06-12WindowManager: Close tooltip child_windows of previously active windowSreelakshmi
2021-06-12TextEditor: Don't close autocomplete box or stop timer on leave_eventSreelakshmi