summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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
2021-07-04LibJS: Handle invalid and symbol PropertyName in its AK::FormatterLinus Groh
2021-07-04LibJS: Add Value::operator==()Linus Groh
2021-07-04LibJS: Add new PropertyDescriptor class and related abstract operationsLinus Groh
2021-07-04LibJS: VERIFY() that property name is valid in Value::get{,_method}()Linus Groh
2021-07-04LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() moreLinus Groh
2021-07-04LibJS: Avoid unnecessary PropertyName creation in MarkupGeneratorLinus Groh
2021-07-04LibWeb: Add roman numerals as a list-style for ol'sTobias Christiansen
2021-07-04LibTTF: Memory map TTF fonts instead of reading them into heap memoryAndreas Kling
2021-07-04LibTTF: Make TTF::Font loading API return error stringsAndreas Kling
2021-07-04Everywhere: Fix incorrect usages of AK::CheckedIdan Horowitz
2021-07-04LibC: Convert LengthModifier & ConversionSpecifier to enum classesIdan Horowitz
2021-07-04LibThreading: Wake up the background worker thread when there's workAndreas Kling