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-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-29
LibJS: Don't VERIFY that the token after 'import' is one of '.' and '('
davidot
2021-12-29
LibJS: Detect invalid unicode and stop lexing at that point
davidot
2021-12-29
LibJS: Remove unused declaration copy_data_properties
davidot
2021-12-29
LibJS: Convert create_global_function_binding() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert create_global_var_binding() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert can_declare_global_function() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert can_declare_global_var() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert has_restricted_global_property() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Add spec comments to remaining GlobalEnvironment methods
Linus Groh
2021-12-29
LibCore: Add OpenBSD headers to System and LocalSocket
tuftedocelot
2021-12-29
LibVT: Always clear "stomp" state when changing the cursor position
Daniel Bertalan
2021-12-29
Kernel+LibC: Add ECANCELED errno value
Daniel Bertalan
2021-12-29
LibC: Make regs.h work with compilers without concepts
Brian Gianforcaro
2021-12-29
LibC: Stub out tcsendbreak(..) and tcdrain(..)
Brian Gianforcaro
2021-12-29
LibJS: Implement and use the MakeMethod AO
Linus Groh
2021-12-29
LibJS: Implement and use the InitializeBoundName AO
Linus Groh
2021-12-29
LibJS: Add spec comments to VM::binding_initialization()
Linus Groh
2021-12-29
LibJS: Remove unused FunctionEnvironment this value getter/setter
Linus Groh
2021-12-29
LibJS: Ensure get_new_target() never returns an empty value
Linus Groh
2021-12-29
LibJS: Remove unused MemberExpression::computed_property_name()
Linus Groh
2021-12-28
LibCore+chown: Return ErrorOr<Optional<...>> for getgrnam and getpwnam
Kenneth Myhra
2021-12-28
LibVT: Handle window resize after history overflow
ryanb-dev
2021-12-28
ThemeEditor: Implement a way to simulate color blindness in preview
TheGrizzlyDev
2021-12-28
LibJS: Also throw exception when returning throw completion from await
Linus Groh
2021-12-28
LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constant
Brian Gianforcaro
2021-12-28
LibC: Add rindex() and index() APIs
Brian Gianforcaro
2021-12-28
LibC: Add alphasort() implementation
Brian Gianforcaro
2021-12-28
LibC: Add POSIX spec comments for dirent APIs
Brian Gianforcaro
2021-12-27
LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_an_identifier()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_a_number()
Sam Atkins
2021-12-27
LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()
Sam Atkins
2021-12-27
LibCore+Services: Make TCPServer propagate errors
Sam Atkins
2021-12-27
LibCore: Add ErrorOr wrappers to socket syscalls
Sam Atkins
2021-12-27
LibJS: Implement console.time/timeLog/timeEnd() methods
Sam Atkins
2021-12-27
LibWeb: Add rudimentary styling to `<details>` and `<summary>`
Sam Atkins
2021-12-27
LibJS+WebContent+Browser+js: Implement console.group() methods
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.trace() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.assert() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.clear() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.count[Reset]() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Reimplement console.log() and friends to spec
Sam Atkins
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.isContextLost()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.reset()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.restore()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.save()
Linus Groh
2021-12-27
LibWeb: Encapsulate canvas drawing state in a struct
Linus Groh
2021-12-27
LibWeb: Let canvas {fill,stroke}Style default to black, not transparent
Linus Groh
2021-12-27
LibWeb: Fix copy/paste typo in CanvasRenderingContext2D::stroke_style()
Linus Groh
[next]