summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-11-24LibIPC: Handle `ECONNRESET` when reading from the IPC socketDaniel Bertalan
2022-11-24LibCrypt: Clean up `crypt_r`Jelle Raaijmakers
2022-11-24LibWeb+WebDriver: Support running headless WebDriver sessionsTimothy Flynn
2022-11-24headless-browser: Add a mode for being controlled by WebDriverTimothy Flynn
2022-11-24WebContent: Remove WebContent::ConnectionFromClient from WebDriverTimothy Flynn
2022-11-24LibWeb+WebContent: Virtualize methods needed for WebDriver in PageClientTimothy Flynn
2022-11-24WebContent: Store a base PageClient in the WebDriverConnectionTimothy Flynn
2022-11-24WebContent: Set the WebDriver active flag directly on the PageTimothy Flynn
2022-11-24LibWeb+WebContent: Virtualize PageClient methods needed for all clientsTimothy Flynn
2022-11-24LibWeb+WebContent: Move pending dialog handling from PageHost to PageTimothy Flynn
2022-11-23LibWeb: Use calculate_inner_width to compute min and max widthsAliaksandr Kalenik
2022-11-23LibWeb: Return max margin box width from greatest_child_widthAliaksandr Kalenik
2022-11-23LibJS: Add missing <AK/TypeCasts.h> include in $262Object.cppAndreas Kling
2022-11-23Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includesAndreas Kling
2022-11-23LibJS+LibWeb: Move JS::ModuleRequest to its own header fileAndreas Kling
2022-11-23LibWeb: Avoid including LibJS/Parser.h in a handful of cpp filesAndreas Kling
2022-11-23LibJS: Make AsyncFunctionConstructor.h not include AST.hAndreas Kling
2022-11-23LibJS: Remove unnecessary AST.h include in a handful of cpp filesAndreas Kling
2022-11-23LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.hAndreas Kling
2022-11-23LibJS+LibWeb: Make CyclicModule.h not include AST.hAndreas Kling
2022-11-23LibJS: Make ECMAScriptFunctionObject.h not include AST.hAndreas Kling
2022-11-23LibJS: Make FunctionNode::Parameter be a standalone FunctionParameterAndreas Kling
2022-11-23LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.hAndreas Kling
2022-11-23LibJS: Make SourceTextModule.h not include AST.h or Parser.hAndreas Kling
2022-11-23LibJS: Make Script.h not include AST.hAndreas Kling
2022-11-23LibJS: Make Script.h not include Parser.hAndreas Kling
2022-11-23LibJS: Make Parser::Error a standalone ParserError classAndreas Kling
2022-11-23LibJS: Move {Import,Export}Entry out of {Import,Export}StatementAndreas Kling
2022-11-23LibJS: Make CyclicModule.h not include AST.hAndreas Kling
2022-11-23LibJS: Make Interpreter.h not include AST.hAndreas Kling
2022-11-23LibJS: Make RegExpObject.h not include AST.hAndreas Kling
2022-11-23LibJS: Make DeclarativeEnvironment not include AST.hAndreas Kling
2022-11-23LibJS: Make AsyncGenerator not include AsyncGeneratorRequest.hAndreas Kling
2022-11-23LibJS: Make CyclicModule.h not include PromiseCapability.hAndreas Kling
2022-11-23LibJS: Move JobCallback functions out-of-lineAndreas Kling
2022-11-23LibWeb: Try to place out-of-flow blocks only in anonymous blocksAliaksandr Kalenik
2022-11-23LibArchive: Do not assert if the provided stream cannot be discardedimplicitfield
2022-11-23LibArchive: Simplify error handlingimplicitfield
2022-11-22LibJS: Shrink Identifier's environment coordinate cacheAndreas Kling
2022-11-22LibJS: Remove unused "lexical argument index" metadata from IdentifierAndreas Kling
2022-11-22LibJS: Reduce AST memory usage by shrink-wrapping source range infoAndreas Kling
2022-11-22LibWeb: Do not try to join floats into anonymous blockAliaksandr Kalenik
2022-11-22LibWeb: Support box-sizing in BFCAliaksandr Kalenik
2022-11-223DFileViewer: Propagate key events to the windowNames4Noobs
2022-11-21LibWeb: Handle multiple line names in the CSS Gridmartinfalisse
2022-11-21LibJS+LibWeb: Make JS::ExecutionContext protect its Web::HTML::ESO ownerAndreas Kling
2022-11-21WebContent: Implement WebDriver's implicit timeout for finding elementsTimothy Flynn
2022-11-21WebContent: Don't assume start nodes for finding elements remain validTimothy Flynn
2022-11-21LibWeb: Remove unused should_invalidate_styles_on_attribute_changes()Baitinq
2022-11-21LibWeb: Don't implement bogus assertion in prepare-the-script-elementAndreas Kling