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
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
2022-12-14
LibJS: Convert NumberObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NativeFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert MapIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Map::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intrinsics::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::Segments::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::Locale::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert GeneratorObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Error::create() to NonnullGCPtr
Linus Groh
[prev]
[next]