summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-08-25LibGfx+WindowServer: Remove set_size_around() from Rect and Windowthankyouverycool
2022-08-25LibGUI: Remember size and position of hidden Windowsthankyouverycool
2022-08-25Apps+Demos+Dialogs: Remove unnecessary minimum window sizesthankyouverycool
2022-08-25LibGUI+WindowServer: Initialize minimum window size to zerothankyouverycool
2022-08-24LibCrypto: Implement a (mostly) proper to_double for UnsignedBigIntegerdavidot
2022-08-24LibCrypto: Make a VERIFY a static_assert since it only uses constantsdavidot
2022-08-24LibJS: Allow BigInts as destructuring property namesdavidot
2022-08-24LibJS: Fix that leftshift for BigInts did not round downdavidot
2022-08-24LibJS: Use the new BigInt compare_to_double algorithm :^)davidot
2022-08-24LibCrypto: Add a way to compare a SignedBigInteger with a doubledavidot
2022-08-23LibJS: Use __builtin_isnan in static_assert instead of isnandavidot
2022-08-23LibC: Add missing sys/cdefs.h includeEmily Trau
2022-08-23LibWeb: Don't grow Wasm memory again after initialisationAli Mohammad Pur
2022-08-23Userland: Consolidate most PATH resolving into a single implementationTim Schumacher
2022-08-23Userland: Rely on a single authoritative source for the default `PATH`Tim Schumacher
2022-08-23LibWeb: Restore realm retrieval from 'this' in activate_event_handler()Linus Groh
2022-08-23LibJS: Remove Bytecode::Register::global_object()Linus Groh
2022-08-23LibJS: Remove {Bytecode::,}Interpreter::global_object()Linus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Pass Realm to define_native_{accessor,function}()Linus Groh
2022-08-23LibJS: Pass Realm to GlobalObject::initialize_global_object()Linus Groh
2022-08-23LibJS: Remove GlobalObject parameter from native functionsLinus Groh
2022-08-23LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]Linus Groh
2022-08-23LibWeb: Replace GlobalObject with VM in Window AOs [Part 3/4]Linus Groh
2022-08-23LibWeb: Replace GlobalObject with VM in CrossOrigin AOs [Part 2/4]Linus Groh
2022-08-23LibWeb: Replace GlobalObject with VM in WebAssembly AOs [Part 1/4]Linus Groh
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
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