summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-23LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in String AOs [Part 17/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in ShadowRealm AOs [Part 16/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Array AOs [Part 15/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Date AOs [Part 14/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in JSON AOs [Part 13/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Atomics AOs [Part 12/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in TypedArray AOs [Part 10/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in RegExp AOs [Part 9/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in PrototypeObject AOs [Part 3/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::this_value()Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS: Remove GlobalObject from execute() and related AST functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-08-23LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise baseLinus Groh
2022-08-23LibWeb: Fix the prototype of a couple of WebAssembly prototype objectsLinus Groh
2022-08-23NetworkServer: Use Core::Stream instead of Core::Filehuttongrabiel
2022-08-23PixelPaint: Use Sqrt1_2 constant in EllipseTool instead of 1/1.41Hendiadyoin1
2022-08-23Ports/SDL2_ttf: Update to 2.20.1Tim Schumacher
2022-08-23Ports/SDL2_net: Update to 2.2.0Tim Schumacher
2022-08-23Ports/SDL2_mixer: Update to 2.6.2Tim Schumacher
2022-08-23Ports/SDL2_image: Update to 2.6.2Tim Schumacher
2022-08-23Ports/SDL2: Update to 2.24.0Tim Schumacher
2022-08-23Ports/SDL2: Do an out-of-tree buildTim Schumacher
2022-08-23Ports: Add aclock portSeal Sealy
2022-08-23Base: Add five new emojisdjwisdom
2022-08-23Base: Add 5 new emojisRyan Liptak
2022-08-23LibWeb: Remove done TODO and fix typoMacDue
2022-08-23LibWeb: Avoid infinite loops in background paintingMacDue
2022-08-23CI: Install newer Bash via homebrew on macOSLinus Groh
2022-08-23LibGUI: Call on_segment_change handler from on_{click,focus_change}networkException
2022-08-23LibGUI: Don't call on_segment_change handler if the index did not changenetworkException
2022-08-23Kernel: Fix boot profilingSamuel Bowman
2022-08-23Base: Add More Emojiselectrikmilk
2022-08-23Base: Add more emojiXexxa
2022-08-23LibCore: Fix deadlock in SharedSingleProducerCircularQueuekleines Filmröllchen
2022-08-23Base: Add an example `linear-gradient` with double-position color stopsMacDue
2022-08-23LibWeb: Resolve double-position `linear-gradient()` color stopsMacDue