index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-09
LibJS: Convert delete_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert get_binding_value() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert set_mutable_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert initialize_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert create_immutable_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert create_mutable_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert has_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert bind_this_value() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert get_this_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert get_super_base() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Remove unused FunctionEnvironment::replace_this_binding()
Linus Groh
2021-10-09
LibWeb: Add a missing null check in StyleComputer::compute_font()
Andreas Kling
2021-10-09
LibJS: Add callee realm fallback to ordinary_call_bind_this()
Linus Groh
2021-10-09
LibRegex: Transform 0,1 min/unbounded max repetitions to * or +
Ali Mohammad Pur
2021-10-09
LibWeb: Add initial version of pointer-events CSS property
huwdp
2021-10-09
LibJS: Decouple new_function_environment() from FunctionObject
Linus Groh
2021-10-09
LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject
Linus Groh
2021-10-09
LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject
Linus Groh
2021-10-09
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
Linus Groh
2021-10-09
LibJS: Pop execution context after running queued jobs in run()
Linus Groh
2021-10-09
LibJS: Forward BoundFunction::has_constructor() to bound target function
Linus Groh
2021-10-09
LibJS: Add Completion::is_abrupt()
Linus Groh
2021-10-09
Base: Add all Latin-1 Supplement glyphs to KaticaBold12
Maciej
2021-10-09
Base: Add all Latin-1 Supplement glyphs to KaticaRegular12
Maciej
2021-10-09
Base: Add some new characters to Katica*10.font
Maciej
2021-10-09
LibWeb: Fix WebAssembly.Memory.prototype.buffer build
Linus Groh
2021-10-09
LibJS: Use AllocateArrayBuffer where the spec tells us to
Linus Groh
2021-10-09
LibJS: Implement the AllocateArrayBuffer() AO
Linus Groh
2021-10-09
Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes
Liav A
2021-10-09
Base: Add man page for blockdev utility
David Isaksson
2021-10-09
Utilities: Add way to get a storage devices block size in blockdev
David Isaksson
2021-10-09
Kernel: Add ioctl request for getting a storage device's block size
David Isaksson
2021-10-09
Utilities: Add blockdev utility
David Isaksson
2021-10-09
Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl request
David Isaksson
2021-10-09
LibMarkdown: Have one newline between lists in terminal renders
David Isaksson
2021-10-09
Kernel/Storage: Unify all ATA devices
Liav A
2021-10-09
Base: Fix typo in the proc(7) manpage
Ralf Donau
2021-10-09
LibJS: Elide empty declarative environments inside switch statements
Andreas Kling
2021-10-08
Shell: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-08
Utilities: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-08
Tests: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-08
Kernel: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-08
Base: Add 2 manual pages to describe the ProcFS and SysFS
Liav A
2021-10-08
LibWeb: Evaluate `@media` rules
Sam Atkins
2021-10-08
LibWeb: Implement `@supports` rule :^)
Sam Atkins
2021-10-08
LibWeb: Make style-rule iteration aware of CSSMediaRule
Sam Atkins
2021-10-08
LibWeb: Move CSSRule iteration to CSSRuleList
Sam Atkins
2021-10-08
LibWeb: Implement `CSS.supports(string)` function :^)
Sam Atkins
2021-10-08
LibWeb: Parse CSS `Supports`
Sam Atkins
[next]