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
Age
Commit message (
Expand
)
Author
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
Userland: Teach the file utility more about ELF files
Valtteri Koskivuori
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-21
LoginServer: Mark this component as REQUIRED
Karol Kosek
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
2021-10-19
LibWeb: Use the correct initial value for the CSS 'align-items' property
Andreas Kling
2021-10-19
LibWeb: Make computed opacity always available
Andreas Kling
2021-10-19
LibWeb: Make computed flex-grow and flex-shrink always available
Andreas Kling
2021-10-19
LibWeb: Add FlexFormattingContext to the forwarding header
Andreas Kling
2021-10-19
LibWeb: Remove already-fixed FIXME in creates_block_formatting_context()
Andreas Kling
2021-10-19
LibWeb: Add fast_is<T>() for SVGBox and SVGPathBox
Andreas Kling
2021-10-19
LibWeb: Distinguish between integer and float in NumericStyleValue
Sam Atkins
2021-10-19
LoginServer: Fix typo in --auto-login option value name
Linus Groh
2021-10-19
ImageViewer: Use scaled image size when resizing window to fit it
Nícolas F. R. A. Prado
2021-10-19
LoginServer: Log in when the user presses the enter key
Timothy Flynn
2021-10-19
LibCore: Avoid buffer overrun when invoking crypt() with a SecretString
Timothy Flynn
2021-10-19
LibCore: Change Account::set_password to take a SecretString
Timothy Flynn
2021-10-19
LibWeb: Don't assume we hit a layout node when handling mousedown events
Andreas Kling
2021-10-19
LibWeb: Add Event.eventPhase constants
Luke Wilde
[next]