summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-12-14LibWeb: Convert shadow painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert gradient painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert backdrop-filter painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert border painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert background painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Split PaintContext::viewport_rect() into device/css variantsSam Atkins
2022-12-14LibWeb: Make PaintContext aware of CSS and DevicePixelsSam Atkins
2022-12-14LibWeb: Only allow DevicePixels operators to work with integersSam Atkins
2022-12-14LibJS: Don't update names of resulting functions in object expressiondavidot
2022-12-14LibJS: Set DateTimeFormat's time zone when the CLDR download is disabledTimothy Flynn
2022-12-14LibUnicode: Fix compilation when the UCD download is disabledTimothy Flynn
2022-12-14LibArchive: Do some error propagation while packing tar filesTim Schumacher
2022-12-14LibArchive: Port `TarOutputStream` to `Core::Stream`Tim Schumacher
2022-12-14LibIDL: Use `Core::Stream` to read importsTim Schumacher
2022-12-14LibSQL: Convert string values to a double in a locale-independent mannerTimothy Flynn
2022-12-14LibWeb: Implement Node.isEqualNode() for ProcessingInstruction nodesAndreas Kling
2022-12-14LibWeb: Add Document.createProcessingInstruction()Andreas Kling
2022-12-14LibWeb: Make sure ProcessingInstruction objects have the right prototypeAndreas Kling
2022-12-14LibWeb: Implement Node.isEqualNode() for Attr nodesAndreas Kling
2022-12-14LibWeb: Implement Node.cloneNode for Attr nodesAndreas Kling
2022-12-14LibSQL: Support 64-bit integer values and handle overflow errorsTimothy Flynn
2022-12-14LibSQL: Sort the list of SQL error codes alphabeticallyTimothy Flynn
2022-12-14LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macroTimothy Flynn
2022-12-14LibSQL: Ungracefully handle database version incompatibilitiesTimothy Flynn
2022-12-14LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgunAndreas Kling
2022-12-14LibJS: Remove Object(Object& prototype) footgunAndreas Kling
2022-12-14LibJS: Don't "copy construct" temporary value in ThrowCompletionOr ctorAndreas Kling
2022-12-14LibCore: Protect Core::Group against null group::gr_mem membersTimothy Flynn
2022-12-14LibCore: Define and use a fallible, OS-independent getgrent(_r) wrapperTimothy Flynn
2022-12-14LibCore: Define and use a fallible, OS-independent getpwent(_r) wrapperTimothy Flynn
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-14LibJS: Convert WrappedFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert WeakSet::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert WeakRef::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert WeakMap::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert TypedArray::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert SymbolObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert StringObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert StringIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert SetIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Set::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert RegExpStringIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert RegExpObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Realm::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ProxyObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert PromiseResolvingFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert PromiseFooElementFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert PromiseReaction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Promise::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Object::create() to NonnullGCPtrLinus Groh