summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2022-11-14WebDriver: Remove "Services/" prefix from local WebDriver includesTimothy Flynn
2022-11-14WebContent: Provide access to ConnectionFromClient's PageHostTimothy Flynn
2022-11-14WebContent: Allow creating a WebDriverConnection with an existing socketTimothy Flynn
2022-11-14Taskbar: Support launching apps that require rootSamuel Bowman
2022-11-13WindowServer: Update alt shortcuts for menu items when text changesAlec Murphy
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-13WindowServer: Add "[user]" to titlebar when uid differs from login usermeiskam
2022-11-13LibWeb+WebContentr+WebDriver: Move driver response wrapping to LibWebTimothy Flynn
2022-11-13WebDriver: Port the WebDriver client to be a Web::WebDriver::ClientTimothy Flynn
2022-11-13WebDriver: Implement Close Window closer to the specTimothy Flynn
2022-11-12AudioServer: Stop re-creating the device stream bufferAlex Chronopoulos
2022-11-12AudioServer: Stop glitching when toggling muteAlex Chronopoulos
2022-11-12WebDriver: Implement `POST /session/{id}/window/fullscreen` endpointTobias Christiansen
2022-11-11WebContent: Pass the script timeout into the WebDriver script executorTimothy Flynn
2022-11-11WebContent+WebDriver: Move Get/Set Timeouts to WebContentTimothy Flynn
2022-11-11LibWeb+WebDriver: Move the timeouts configuration object to LibWebTimothy Flynn
2022-11-11Browser+WebDriver: Remove the connection between Browser and WebDriverTimothy Flynn
2022-11-11Browser+WebDriver: Add missing header includesTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Title to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Back, Forward, Refresh to WebContentTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPCs to navigate the browser's historyTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Delete All Cookies to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Delete Cookie to WebContentTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPC to update a document's cookieTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Add Cookie to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Named Cookie to WebContentTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPC to get a document's named cookieTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get All Cookies to WebContentTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPC to get all cookies for a document's URLTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Execute Async Script to WebContentTimothy Flynn
2022-11-11WebContent+WebDriver: Move Execute Script to WebContentTimothy Flynn