summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-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-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-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
2021-10-08LibWeb: Add CSS 'Supports' classSam Atkins
2021-10-08LibWeb: Implement 2-argument version of CSS.supports()Sam Atkins
2021-10-08LibWeb: Add CSS.escape() JS functionSam Atkins
2021-10-08LibWeb: Add DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
2021-10-08LibJS: Prune WeakContainers before freeing HeapBlocksAndreas Kling
2021-10-08LibJS: Partially revert 12b283fAli Mohammad Pur
2021-10-08LibJS: Elide some declarative environments in ECMAScript function callsAndreas Kling
2021-10-08LibJS: Propagate "contains direct call to eval()" flag from parserAndreas Kling
2021-10-08LibJS: Make accessing the current function's arguments cheaperAli Mohammad Pur
2021-10-08LibJS: Treat the Catch binding identifier as a var bindingAli Mohammad Pur
2021-10-08LibJS: Remove redundant const_castAli Mohammad Pur
2021-10-08LibJS: Add ScopeNode accessors for declaration countsAndreas Kling
2021-10-08LibJS: Add missing initializer for ParserState::m_current_scope_pusherAndreas Kling
2021-10-08LibJS: Pre-size a HashTable in function_declaration_instantiation()Andreas Kling
2021-10-08LibJS: Avoid a FlyString copy in ECMAScriptFunctionObjectAndreas Kling
2021-10-08LibWeb: Make sure that root of style updates is marked cleanAndreas Kling
2021-10-08LibWeb: Update style (if needed) before updating layoutAndreas Kling
2021-10-08LibJS: Make BlockAllocator cache reuse blocks in random orderAndreas Kling
2021-10-08LibJS: Increase GC heap BlockAllocator cache sizeAndreas Kling