index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-12-14
LibWeb: Convert shadow painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert gradient painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert backdrop-filter painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert border painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert background painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Split PaintContext::viewport_rect() into device/css variants
Sam Atkins
2022-12-14
LibWeb: Make PaintContext aware of CSS and DevicePixels
Sam Atkins
2022-12-14
LibWeb: Only allow DevicePixels operators to work with integers
Sam Atkins
2022-12-14
LibJS: Don't update names of resulting functions in object expression
davidot
2022-12-14
LibJS: Set DateTimeFormat's time zone when the CLDR download is disabled
Timothy Flynn
2022-12-14
LibUnicode: Fix compilation when the UCD download is disabled
Timothy Flynn
2022-12-14
LibArchive: Do some error propagation while packing tar files
Tim Schumacher
2022-12-14
LibArchive: Port `TarOutputStream` to `Core::Stream`
Tim Schumacher
2022-12-14
LibIDL: Use `Core::Stream` to read imports
Tim Schumacher
2022-12-14
LibSQL: Convert string values to a double in a locale-independent manner
Timothy Flynn
2022-12-14
LibWeb: Implement Node.isEqualNode() for ProcessingInstruction nodes
Andreas Kling
2022-12-14
LibWeb: Add Document.createProcessingInstruction()
Andreas Kling
2022-12-14
LibWeb: Make sure ProcessingInstruction objects have the right prototype
Andreas Kling
2022-12-14
LibWeb: Implement Node.isEqualNode() for Attr nodes
Andreas Kling
2022-12-14
LibWeb: Implement Node.cloneNode for Attr nodes
Andreas Kling
2022-12-14
LibSQL: Support 64-bit integer values and handle overflow errors
Timothy Flynn
2022-12-14
LibSQL: Sort the list of SQL error codes alphabetically
Timothy Flynn
2022-12-14
LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro
Timothy Flynn
2022-12-14
LibSQL: Ungracefully handle database version incompatibilities
Timothy Flynn
2022-12-14
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
Andreas Kling
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Don't "copy construct" temporary value in ThrowCompletionOr ctor
Andreas Kling
2022-12-14
LibCore: Protect Core::Group against null group::gr_mem members
Timothy Flynn
2022-12-14
LibCore: Define and use a fallible, OS-independent getgrent(_r) wrapper
Timothy Flynn
2022-12-14
LibCore: Define and use a fallible, OS-independent getpwent(_r) wrapper
Timothy Flynn
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-14
LibJS: Convert WrappedFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert WeakSet::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert WeakRef::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert WeakMap::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert TypedArray::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert SymbolObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert StringObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert StringIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert SetIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Set::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert RegExpStringIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert RegExpObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Realm::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ProxyObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert PromiseResolvingFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert PromiseFooElementFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert PromiseReaction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
[next]