summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-06-12LibJS: Remove argument count checks in Object.* methodsIdan Horowitz
2021-06-12LibJS: Add the WeakRef.prototype.deref methodIdan Horowitz
2021-06-12LibJS: Add the WeakRef built-in objectIdan Horowitz
2021-06-12LibJS: Store and maintain an "execution generation" counterIdan Horowitz
2021-06-12LibJS: Add Array.prototype.keys()davidot
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12LibJS: Implement Object.assign()Linus Groh
2021-06-12WindowServer+LibGUI: Make window creation asynchronous :^)Andreas Kling
2021-06-12LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)Idan Horowitz
2021-06-12LibJS: Add the WeakMap built-in objectIdan Horowitz
2021-06-12LibJS: Generify the garbage collector's weak container notificationsIdan Horowitz
2021-06-12LibJS: Fix all clang-tidy warnings in Bytecode/Op.hAndreas Kling
2021-06-12LibJS: Add support for running test-js with the bytecode interpreterGunnar Beutner
2021-06-12LibJS: Add missing length() method for NewArrayGunnar Beutner
2021-06-12LibJS: Fix attributes of Promise.prototypeLinus Groh
2021-06-12LibJS: Hide gc() dbgln() behind #ifdef __serenity__Linus Groh
2021-06-12LibJS: Expose Symbol.species properties as gettersIdan Horowitz
2021-06-12LibJS: Add the Object::define_native_accessor methodIdan Horowitz
2021-06-11LibGfx: Add Rect::centered_on()Dmitrii Ubskii
2021-06-11LibJS: Add bytecode generation for simple ObjectExpressionsGal Horowitz
2021-06-11LibJS: Implement the Error Cause proposalLinus Groh
2021-06-11LibJS: Improve Error/NativeError testsLinus Groh
2021-06-11LibIMAP: Support for remaining IMAP commandsx-yl
2021-06-11LibIMAP: Support for APPENDx-yl
2021-06-11LibIMAP: Support for COPY, CREATE, DELETE and RENAMEx-yl
2021-06-11LibIMAP: Support for STORE and STATUSx-yl
2021-06-11LibIMAP: Support for the SEARCH commandx-yl
2021-06-11LibIMAP: Support for FETCH BodyStructurex-yl
2021-06-11LibIMAP: Support for the FETCH command (*mostly)x-yl
2021-06-11LibIMAP: Support for the IDLE commandx-yl
2021-06-11LibIMAP: Support for LOGIN and LOGOUTx-yl
2021-06-11LibIMAP: Support for the LIST and SELECT commandsx-yl
2021-06-11LibIMAP: Support for CAPABILITY command & responsex-yl
2021-06-11LibIMAP: Add a new IMAP client and support NOOPx-yl
2021-06-11LibCore: Add a way to parse a DateTime from a stringx-yl
2021-06-11LibJS: Implement AggregateErrorLinus Groh
2021-06-11LibJS: Only initialize in add_constructor() if not already doneLinus Groh
2021-06-11LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS}Linus Groh
2021-06-11LibJS: Parse only AssignmentExpressions in ComputedPropertyNamesGal Horowitz
2021-06-11LibJS: Use an enum class instead of 'bool is_generator'Ali Mohammad Pur
2021-06-11AK+LibX86: Generalize u128/256 to AK::UFixedBigIntHendiadyoin1
2021-06-11LibTest: Don't try to pass stderr to warnlnHendiadyoin1
2021-06-11LibWeb: Set a detach key for ArrayBuffers returned from WASMIdan Horowitz
2021-06-11LibJS: Implement bytecode generation for switchMarcin Gasperowicz
2021-06-11Libc: Silence debug spam from `strerror`Jelle Raaijmakers
2021-06-11LibC: Let `strerror_r` fail if `errnum` < 0Jelle Raaijmakers
2021-06-11LibHTTP: Add HTTP Basic Authentication header generation and parsingMax Wipfli
2021-06-11LibHTTP: Implement getting the correct reason phrase from HttpResponseMax Wipfli
2021-06-11LibJS: Add bytecode generation for FunctionExpression :^)Andreas Kling
2021-06-11LibJS: Move is_arrow_function() from FunctionExpression to FunctionNodeAndreas Kling