summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-11-27WebDriver: Implement stub for /session/{id}/printBaitinq
2022-11-26LibWeb+WebContent: Label redirects with new FrameLoader::Type::RedirectBaitinq
2022-11-26Taskbar: Unbreak SDL2 port by changing include pathJelle Raaijmakers
2022-11-26Taskbar: Removed the awkward window reference structArda Cinar
2022-11-26Taskbar: Made it possible to add a system menu to taskbar laterArda Cinar
2022-11-26Taskbar: Rename start_menu to system_menuArda Cinar
2022-11-25AudioServer: Detect improperly detached audio clientskleines Filmröllchen
2022-11-26LibWebView+WebContent: Propagate unconsumed input events out of OOPWVSam Atkins
2022-11-24LibWeb+WebDriver: Support running headless WebDriver sessionsTimothy 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-23Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includesAndreas 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-19WebContent: Add `$()` and `$$()` functions to browser consoleSam Atkins
2022-11-19WebContent: Add `$_` variable to browser consoleSam Atkins
2022-11-19WebContent: Rename $0 getter and use global object instead of `this`Sam Atkins
2022-11-19WebContent: Create a separate realm for JS console inputSam Atkins
2022-11-19WindowServer: Add misbehavior restriction for Blocking modalsthankyouverycool
2022-11-19WindowServer: Don't compute title usernames for frameless Windowsthankyouverycool
2022-11-19LibGUI+Taskbar+Applets+Applications: Set various windows as Popupsthankyouverycool
2022-11-19LibGUI+WindowServer+Applets+Taskbar: Remove active input conceptsthankyouverycool
2022-11-19WindowServer: Add request_close_fragile_windows() helperthankyouverycool
2022-11-19WindowServer: Add foremost_popup_window() helperthankyouverycool
2022-11-19LibGUI+WindowServer: Remove InputPreemptor conceptthankyouverycool
2022-11-19LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Eventsthankyouverycool
2022-11-19LibGUI+WindowServer: Add WindowType:Autocomplete and helpersthankyouverycool
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-18WebContent: Add missing user prompt handling stepsTimothy Flynn
2022-11-18WebDriver: Implement all modes for handling the current user promptTimothy Flynn
2022-11-18WebContent+WebDriver: Send the parsed capabilities over to WebContentTimothy Flynn
2022-11-18LibWeb+WebDriver: Begin processing and matching WebDriver capabilitiesTimothy Flynn
2022-11-16LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert TextTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Get Alert TextTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Accept AlertTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Dismiss AlertTimothy Flynn
2022-11-16LibWebView+WebContent: Begin handling open user dialogs for WebDriverTimothy Flynn
2022-11-16LibWebView+WebContent: Wait for dialog responses without blocking IPCTimothy Flynn
2022-11-15LibWeb: Add 'should block pop ups' user config to PageIdan Horowitz
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Find Elements From Shadow RootTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Find Element From Shadow RootTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Get Element Shadow RootTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Get Active ElementTimothy Flynn
2022-11-14WebContent+WebDriver: Move Window commands to WebContentTimothy Flynn