summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-09LibJS: Convert delete_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_binding_value() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert set_mutable_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert initialize_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert create_immutable_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert create_mutable_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert has_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert bind_this_value() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_this_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_super_base() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Remove unused FunctionEnvironment::replace_this_binding()Linus Groh
2021-10-09LibWeb: Add a missing null check in StyleComputer::compute_font()Andreas Kling
2021-10-09LibJS: Add callee realm fallback to ordinary_call_bind_this()Linus Groh
2021-10-09LibRegex: Transform 0,1 min/unbounded max repetitions to * or +Ali Mohammad Pur
2021-10-09LibWeb: Add initial version of pointer-events CSS propertyhuwdp
2021-10-09LibJS: Decouple new_function_environment() from FunctionObjectLinus Groh
2021-10-09LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObjectLinus Groh
2021-10-09LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObjectLinus Groh
2021-10-09LibJS: Implement [[Call]] and [[Construct]] internal slots properlyLinus Groh
2021-10-09LibJS: Pop execution context after running queued jobs in run()Linus Groh
2021-10-09LibJS: Forward BoundFunction::has_constructor() to bound target functionLinus Groh
2021-10-09LibJS: Add Completion::is_abrupt()Linus Groh
2021-10-09Base: Add all Latin-1 Supplement glyphs to KaticaBold12Maciej
2021-10-09Base: Add all Latin-1 Supplement glyphs to KaticaRegular12Maciej
2021-10-09Base: Add some new characters to Katica*10.fontMaciej
2021-10-09LibWeb: Fix WebAssembly.Memory.prototype.buffer buildLinus Groh
2021-10-09LibJS: Use AllocateArrayBuffer where the spec tells us toLinus Groh
2021-10-09LibJS: Implement the AllocateArrayBuffer() AOLinus Groh
2021-10-09Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodesLiav A
2021-10-09Base: Add man page for blockdev utilityDavid Isaksson
2021-10-09Utilities: Add way to get a storage devices block size in blockdevDavid Isaksson
2021-10-09Kernel: Add ioctl request for getting a storage device's block sizeDavid Isaksson
2021-10-09Utilities: Add blockdev utilityDavid Isaksson
2021-10-09Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl requestDavid Isaksson
2021-10-09LibMarkdown: Have one newline between lists in terminal rendersDavid Isaksson
2021-10-09Kernel/Storage: Unify all ATA devicesLiav A
2021-10-09Base: Fix typo in the proc(7) manpageRalf Donau
2021-10-09LibJS: Elide empty declarative environments inside switch statementsAndreas Kling
2021-10-08Shell: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-08Utilities: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-08Libraries: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-08Tests: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-08Kernel: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-08Base: Add 2 manual pages to describe the ProcFS and SysFSLiav A
2021-10-08LibWeb: Evaluate `@media` rulesSam Atkins
2021-10-08LibWeb: Implement `@supports` rule :^)Sam Atkins
2021-10-08LibWeb: Make style-rule iteration aware of CSSMediaRuleSam Atkins
2021-10-08LibWeb: Move CSSRule iteration to CSSRuleListSam Atkins
2021-10-08LibWeb: Implement `CSS.supports(string)` function :^)Sam Atkins
2021-10-08LibWeb: Parse CSS `Supports`Sam Atkins