summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/ConnectionFromClient.cpp
AgeCommit message (Expand)Author
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-11Browser+WebContent+WebDriver: Move Execute Async Script to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Page Source to WebContentTimothy Flynn
2022-11-11WebContent: Capture entire content rect when taking a full screenshotTimothy 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-09Everywhere: Fix a few comment typosNico Weber
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-05WebContent: Capture horizontal overflow in full document screenshotsTimothy 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-05WebContent: Abstract calculating an element's absolute rect to a helperTimothy 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-03WebContent: Add a static helper to find an element by its remote IDTimothy 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-23LibWeb: Add button property in MouseEventAliaksandr Kalenik
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-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
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-19WebContent: Fix broken Optional<> returns through IPCTobias 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-10-08LibWeb+WebContent: Add EventLoopPlugin::quit() virtualAndreas Kling
2022-10-06WebContent: Don't pthread_setname_np() non-SerenityOS platformsAndreas Kling
2022-10-06WebContent: Use Web::Platform::Timer instead of Core::TimerAndreas Kling
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-09-06LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClientAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-08-28LibJS: Move Console ownership from GlobalObject to ConsoleObjectLinus Groh
2022-08-23LibJS: Remove {Bytecode::,}Interpreter::global_object()Linus Groh