summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/WebContentServer.ipc
AgeCommit message (Expand)Author
2023-05-28WebContent+headless-browser: Use document.body.innerText for text testsAndreas Kling
2023-05-16LibWeb+WebContent: Add APIs to control video playback stateTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Port content filters to StringTimothy Flynn
2023-04-18LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlistTimothy Flynn
2023-03-16WebContent: Add IPC call to set window handle from WebContent clientAliaksandr Kalenik
2023-03-16WebContent: Add IPC call to get window handle from WebContent clientAliaksandr Kalenik
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-01-12WebContent: Add IPC for setting 'device pixels per CSS pixel'Linus Groh
2023-01-07LibWebView+WebContent: Expose the Accessibility Tree to Other ProcessesJonah
2022-12-19Browser+WebContent: Fixup some DOM inspector weirdnessMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-16LibWebView+WebContent: Wait for dialog responses without blocking IPCTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Execute Async Script to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Page Source to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Take Element Screenshot to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Is Element Enabled to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Rect to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Tag Name to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Text to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element CSS Value to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Property to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Attribute to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Is Element Selected to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Find Elements From Element to WCTimothy Flynn
2022-11-08WebContent+WebDriver: Set the navigator.webdriver flag from WebDriverTimothy Flynn
2022-11-08WebContent: Add a very-empty WebDriver IPC class to WebContentTimothy Flynn
2022-11-05LibWebView+WebContent: Add an IPC to take a full document screenshotTimothy Flynn
2022-11-05LibWebView+WebContent: Add an IPC to take an element screenshotTimothy Flynn
2022-11-05LibWebView+WebContent: Add an IPC to scroll an element into viewTimothy Flynn
2022-11-03LibWebView+WebConent: Add an IPC to get an element's selected stateTimothy Flynn
2022-11-03LibWebView+WebConent: Add an IPC to get an element's enabled stateTimothy Flynn
2022-11-03LibWebView+WebConent: Add an IPC to get an element's absolute rectTimothy Flynn
2022-11-03LibWebView+WebContent: Add IPC to run the fragment serialization stepsTimothy Flynn
2022-11-02LibWeb+WebContent: Add WebDriver infrastructure for executing scriptsLinus Groh
2022-11-01LibWeb+LibWebView+WebContent: Add IPC to receive window position/sizeTimothy Flynn
2022-11-01WebContent+Friends: Add get_element_text IPC and plumbingmartinfalisse
2022-10-22WebContent+Friends: Add get_element_tag_name IPC and plumbingTobias Christiansen
2022-10-20WebContent+Friends: Add IPC and plumbing for WebDriver endpointTobias Christiansen
2022-10-19WebContent+Friends: Add get_element_property IPC and plumbingTobias Christiansen
2022-10-19WebContent+Friends: Add get_element_attribute IPC and plumbingTobias Christiansen
2022-10-18WebContent: Add more IPC endpoints for getting ElementsTobias Christiansen
2022-10-13LibWeb+WebContent: Add plumbing for 'webdriver-active flag'Linus Groh
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-20LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUIKarol Kosek
2022-05-28Browser+LibWeb+WebContent: Add ability to inspect session storageRafał Babiarz
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-03-31WebContent: Add plumbing for 'is scripting enabled' settingLinus Groh