summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-05LibJS: Remove the non-standard get_own_property_descriptor helperIdan Horowitz
2021-07-05LibJS: Remove usage of define_native_property in OrdinaryFunctionObjectIdan Horowitz
2021-07-05LibThreading: Fix BackgroundAction result use-after-freeTom
2021-07-05LibJS: Remove PropertyName::to_value since it is not used anymore :^)davidot
2021-07-05LibJS: Use a custom property_name_to_value method instead of to_valuedavidot
2021-07-05LibJS: Use the direct formatter of PropertyName instead of via to_valuedavidot
2021-07-05LibJS: Make AbstractOperations::canonical_num... take a PropertyNamedavidot
2021-07-05LibWeb: Replace usage of native properties with accessors in WindowIdan Horowitz
2021-07-05LibWeb: Replace usage of native properties with accessors in NavigatorIdan Horowitz
2021-07-05LibWeb: Replace usage of native properties with accessors in LocationIdan Horowitz
2021-07-05LibJS: Fix Promise constructor reject function argumentLinus Groh
2021-07-05LibJS: Make FunctionObject's m_home_object an Object*, not ValueLinus Groh
2021-07-05LibWeb: Use JS_DECLARE_NATIVE_FUNCTION for WebAssembly accessorsLinus Groh
2021-07-05LibWeb: Make WebAssembly.Memory.prototype.buffer an accessor propertyLinus Groh
2021-07-05LibWeb: Make WebAssembly.Instance.prototype.exports an accessor propertyLinus Groh
2021-07-05LibWeb: Use "WebAssembly.Foo" in exception error messagesLinus Groh
2021-07-05LibJS: Stop masking non-RangeError exceptions in TypedArray creationIdan Horowitz
2021-07-05LibJS: Use the GetMethod AO for creating a TypedArray from an iterableIdan Horowitz
2021-07-05LibJS: Enforce a 2GB "Excessive Length" limit for TypedArraysIdan Horowitz
2021-07-05LibJS: Use the GetPrototypeFromConstructor AO for TypedArrays creationIdan Horowitz
2021-07-05LibWeb: Implement Node.containsLuke
2021-07-05LibWeb: Make WrapperGenerator generate nullable wrapper typesLuke
2021-07-05LibWeb: Implement the adoption steps for <template> elementsLuke
2021-07-05LibWeb: Implement the cloning steps for <template> elementsLuke
2021-07-05LibWeb: Make adopted_from no longer take a const Document referenceLuke
2021-07-05LibWeb: Add the cloning steps in clone_nodeLuke
2021-07-05LibWeb: Use the element factory in clone_nodeLuke
2021-07-05LibWeb: Make clone_node capable of cloning document fragmentsLuke
2021-07-05LibWeb: Add DOMParserLuke
2021-07-05LibWeb: Check if scripting is disabled before running scriptLuke
2021-07-05LibGfx: Fix classic theme frame transparency checkTom
2021-07-05KeyboardSettings+Kernel: Setting to enable Num Lock on loginForLoveOfCats
2021-07-05LibJS: Fix logic typo in ArgumentsObject.[[Set]]Andreas Kling
2021-07-05LibJS: Fix accidental west-const in ArgumentsObjectAndreas Kling
2021-07-05LibJS: Finish implementing mapped arguments exotic objects :^)Andreas Kling
2021-07-05LibJS: Implement most of String.prototype.replaceAllTimothy Flynn
2021-07-05LibJS: Make ObjectPrototype an immutable prototype exotic objectLinus Groh
2021-07-05LibJS: Add the TypedArray.from() methodIdan Horowitz
2021-07-05LibGfx/BMPWriter: Add support for V3 & V4 DIB headersMarcus Nilsson
2021-07-05LibJS: Remove now unused IndexedPropertyIterator::value_and_attributes()Linus Groh
2021-07-05LibJS: Remove unnecessary value_or() from get()Linus Groh
2021-07-05LibJS: Remove two unnecessary 'vm.argument(0).value_or(js_undefined())'Linus Groh
2021-07-04WindowServer: Query driver for framebuffer offsetTom
2021-07-04WindowServer: Implement support for combined buffer flipping + flushingTom
2021-07-04WindowServer+LibGUI: Add a way to force a window to have a drop shadowAndreas Kling
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-07-04LibJS/Tests: Enable Array tests that now just work :^)Linus Groh
2021-07-04LibWeb: Change WrapperGenerator to emit acessor propertiesLinus Groh
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibJS/Tests: Remove 'requires at least one argument' Array testsLinus Groh