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
2021-10-21
LibGUI: Add a GUI::Tray widget for the FilePicker common locations
Andreas Kling
2021-10-21
LibGUI: Make toolbar buttons non-focusable by default
Andreas Kling
2021-10-21
LibGUI: Make links only clickable where the text is
Ben Wiederhake
2021-10-21
LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment
Andreas Kling
2021-10-21
LibWeb: Use is_single_line() and add spec comments to FFC step 8
Andreas Kling
2021-10-21
LibWeb: Include flex-direction in layout tree dumps
Andreas Kling
2021-10-21
LibJS: Remove now-redundant TemporaryClearException from Promise methods
Timothy Flynn
2021-10-21
LibJS: Convert all four PerformPromise* AOs to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IfAbruptRejectPromise AO to a GNU statement expression
Timothy Flynn
2021-10-21
LibJS: Convert GetPromiseResolve AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibGUI+WindowServer: Add option to hide a widow's close button
Timothy Flynn
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
Linus Groh
2021-10-21
LibJS: Allow construction of ThrowCompletionOr<Value> from non-Value
Linus Groh
2021-10-21
LibJS: Convert IterableToList AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Implement IteratorClose with Completions and align to the spec
Timothy Flynn
2021-10-21
LibJS: Convert get_iterator_values helper to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorValue AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorComplete AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorStep AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorNext AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Retrieve GetIterator's optional 'method' function using GetMethod
Timothy Flynn
2021-10-21
LibJS: Convert GetIterator AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibELF: Rename the x86_64 machine type string to be less verbose
Valtteri Koskivuori
2021-10-21
LibELF+Userland: Move a few functions to Elf::Image
Valtteri Koskivuori
2021-10-21
LibGUI: Convert ItemListModel's Display Role to string during search
Karol Kosek
2021-10-21
LibWeb: Convert const pointer to nonnull into a reference
Ben Wiederhake
2021-10-20
LibJS: Implement private identifiers in optional chains
davidot
2021-10-20
LibJS: Use ClassFieldInitializerStatement for class fields
davidot
2021-10-20
LibJS: Add support for the '#privateName in obj' expression
davidot
2021-10-20
LibJS: Add parsing and evaluation of private fields and methods
davidot
2021-10-20
LibJS: Add private references
davidot
2021-10-20
LibJS: Add slot [[PrivateElements]] and related methods to Object
davidot
2021-10-20
LibJS: Add PrivateEnvironment
davidot
2021-10-20
LibJS: Lex private identifiers, identifiers prefixed with a '#'
davidot
2021-10-20
LibJS: Add static initializers to classes
davidot
2021-10-20
LibJS: Make class definition evaluation more spec like in ordering
davidot
2021-10-20
LibJS: Remove ErrorType::FixmeAddAnErrorString
Linus Groh
2021-10-20
LibJS: Add ErrorTypes for Promise ownKeys trap invariant violations
Linus Groh
2021-10-20
LibJS: Add ErrorType for IterableToListOfType value type mismatch
Linus Groh
2021-10-20
LibJS: Add ErrorType for duplicate global environment binding
Linus Groh
2021-10-20
LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Convert NativeFunction callback to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-20
LibJS: Remove unused JS_{DECLARE,DEFINE}_NATIVE_{GETTER,SETTER} macros
Idan Horowitz
2021-10-20
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
Idan Horowitz
2021-10-20
LibWeb: Add missing headers
Ben Wiederhake
2021-10-20
LibJS: Add missing header in EnvironmentCoordinate.h
Ben Wiederhake
2021-10-20
LibC: Add missing header in search.h
Ben Wiederhake
[next]