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-24
LibJS: Add a separate "identifier table" to bytecode executables
Andreas Kling
2021-10-24
LibJS: Use String and move semantics in Bytecode::StringTable
Andreas Kling
2021-10-24
LibJS: Implement 'this' in the bytecode VM
Andreas Kling
2021-10-24
LibJS: Alphabetize the bytecode opcode list
Andreas Kling
2021-10-24
LibJS: Include executable name in bytecode dumps
Andreas Kling
2021-10-24
LibJS: Move global "should dump bytecode" flag into LibJS
Andreas Kling
2021-10-24
LibJS: Add Bytecode::Executable::dump()
Andreas Kling
2021-10-24
LibJS: Don't VERIFY that a function is Regular when executing in AST
davidot
2021-10-23
LibC: Use a sensible `MB_CUR_MAX` value
Daniel Bertalan
2021-10-23
LibC: Define locale categories (LC_*) as macros
Daniel Bertalan
2021-10-24
LibCore: Pop the main Core::EventLoop off the stack when destroyed
Andreas Kling
2021-10-24
LibIPC: Use a zero-delay timer for message processing
Andreas Kling
2021-10-24
LibIPC: Store local endpoint magic in a ConnectionBase member
Andreas Kling
2021-10-24
LibIPC: Move waiting for synchronous responses to ConnectionBase
Andreas Kling
2021-10-24
LibIPC: Move more of IPC::Connection to ConnectionBase
Andreas Kling
2021-10-24
LibIPC: Move non-templated parts of IPC::Connection out of line
Andreas Kling
2021-10-24
LibIPC: Add IPC::Stub to forwarding header
Andreas Kling
2021-10-23
LibJS: Convert a few TRYs to MUST in RegExp.prototype
Timothy Flynn
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-23
LibJS: Convert Atomics functions to ThrowCompletionOr
Timothy Flynn
2021-10-23
LibJS: Convert typed_array_from to ThrowCompletionOr
Timothy Flynn
2021-10-23
AK: Prevent accidental misuse of BumpAllocator
Ben Wiederhake
2021-10-23
LibWeb: Syntax-highlight CSS within HTML :^)
Sam Atkins
2021-10-23
LibWeb: Implement first draft of CSS syntax highlighting :^)
Sam Atkins
2021-10-23
LibWeb: Record position information in CSS Tokens
Sam Atkins
2021-10-23
LibWeb: Add CSS Tokenizer::consume_as_much_whitespace_as_possible()
Sam Atkins
2021-10-23
LibWeb: Add spec links to CSS Tokenizer
Sam Atkins
2021-10-23
LibWeb: Implement hashless hex color quirk
Sam Atkins
2021-10-23
LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()
Sam Atkins
2021-10-23
LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()
Sam Atkins
2021-10-23
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert RegExpPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpExec AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpBuiltinExec AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the MakeIndicesArray AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert RegExpConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpInitialize AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert DatePrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert DateConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert typed_array_merge_sort to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the TypedArraySpeciesCreate AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert StringPrototype functions to ThrowCompletionOr
Idan Horowitz
[next]