summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-12-29Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()Brian Gianforcaro
2021-12-29LibJS: Don't VERIFY that the token after 'import' is one of '.' and '('davidot
2021-12-29LibJS: Detect invalid unicode and stop lexing at that pointdavidot
2021-12-29LibJS: Remove unused declaration copy_data_propertiesdavidot
2021-12-29LibJS: Convert create_global_function_binding() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert create_global_var_binding() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert can_declare_global_function() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert can_declare_global_var() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert has_restricted_global_property() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Add spec comments to remaining GlobalEnvironment methodsLinus Groh
2021-12-29LibCore: Add OpenBSD headers to System and LocalSockettuftedocelot
2021-12-29LibVT: Always clear "stomp" state when changing the cursor positionDaniel Bertalan
2021-12-29Kernel+LibC: Add ECANCELED errno valueDaniel Bertalan
2021-12-29LibC: Make regs.h work with compilers without conceptsBrian Gianforcaro
2021-12-29LibC: Stub out tcsendbreak(..) and tcdrain(..)Brian Gianforcaro
2021-12-29LibJS: Implement and use the MakeMethod AOLinus Groh
2021-12-29LibJS: Implement and use the InitializeBoundName AOLinus Groh
2021-12-29LibJS: Add spec comments to VM::binding_initialization()Linus Groh
2021-12-29LibJS: Remove unused FunctionEnvironment this value getter/setterLinus Groh
2021-12-29LibJS: Ensure get_new_target() never returns an empty valueLinus Groh
2021-12-29LibJS: Remove unused MemberExpression::computed_property_name()Linus Groh
2021-12-28LibCore+chown: Return ErrorOr<Optional<...>> for getgrnam and getpwnamKenneth Myhra
2021-12-28LibVT: Handle window resize after history overflowryanb-dev
2021-12-28ThemeEditor: Implement a way to simulate color blindness in previewTheGrizzlyDev
2021-12-28LibJS: Also throw exception when returning throw completion from awaitLinus Groh
2021-12-28LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constantBrian Gianforcaro
2021-12-28LibC: Add rindex() and index() APIsBrian Gianforcaro
2021-12-28LibC: Add alphasort() implementationBrian Gianforcaro
2021-12-28LibC: Add POSIX spec comments for dirent APIsBrian Gianforcaro
2021-12-27LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()Sam Atkins
2021-12-27LibWeb: Pass correct values to would_start_an_identifier()Sam Atkins
2021-12-27LibWeb: Pass correct values to would_start_a_number()Sam Atkins
2021-12-27LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()Sam Atkins
2021-12-27LibCore+Services: Make TCPServer propagate errorsSam Atkins
2021-12-27LibCore: Add ErrorOr wrappers to socket syscallsSam Atkins
2021-12-27LibJS: Implement console.time/timeLog/timeEnd() methodsSam Atkins
2021-12-27LibWeb: Add rudimentary styling to `<details>` and `<summary>`Sam Atkins
2021-12-27LibJS+WebContent+Browser+js: Implement console.group() methodsSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.trace() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.assert() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.clear() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.count[Reset]() to specSam Atkins
2021-12-27LibJS+WebContent+js: Reimplement console.log() and friends to specSam Atkins
2021-12-27LibWeb: Implement CanvasRenderingContext2D.isContextLost()Linus Groh
2021-12-27LibWeb: Implement CanvasRenderingContext2D.reset()Linus Groh
2021-12-27LibWeb: Implement CanvasRenderingContext2D.restore()Linus Groh
2021-12-27LibWeb: Implement CanvasRenderingContext2D.save()Linus Groh
2021-12-27LibWeb: Encapsulate canvas drawing state in a structLinus Groh
2021-12-27LibWeb: Let canvas {fill,stroke}Style default to black, not transparentLinus Groh
2021-12-27LibWeb: Fix copy/paste typo in CanvasRenderingContext2D::stroke_style()Linus Groh