summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent
AgeCommit message (Expand)Author
2022-11-10Browser+WebContent+WebDriver: Move Find Elements From Element to WCTimothy Flynn
2022-11-10WebContent+WebDriver: Move Find Element From Element to WebContentTimothy Flynn
2022-11-10WebContent+WebDriver: Move Find Elements to WebContentTimothy Flynn
2022-11-10WebContent+WebDriver: Move Find Element to WebContentTimothy Flynn
2022-11-09Browser+WebContent+WebDriver: Move [Max,Min]imize Window to WebContentTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to minimize and maximize windowTimothy Flynn
2022-11-09Browser+WebContent+WebDriver: Move Get/Set Window Rect to WebContentTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to re[store,size,position] windowTimothy Flynn
2022-11-09Everywhere: Fix a few comment typosNico Weber
2022-11-09WebContent: Remove the DRIVER_TRY macro now that it is no longer neededTimothy Flynn
2022-11-08WebContent+WebDriver: Fully implement closing a sessionTimothy Flynn
2022-11-08WebContent+WebDriver: Move the Get Current URL command to WebContentTimothy Flynn
2022-11-08WebContent+WebDriver: Move the Navigate To command to WebContentTimothy 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-05WebContent: Capture horizontal overflow in full document screenshotsTimothy Flynn
2022-11-05WebContent: Store and provide access to web page content sizeTimothy 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-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01WebContent+Friends: Add get_element_text IPC and plumbingmartinfalisse
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
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-15WebContent+LibWeb+LibJS: Report exceptions to the JS consolePavel
2022-10-13LibWeb+WebContent: Add plumbing for 'webdriver-active flag'Linus Groh
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
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-10-06WebContent: Add ConnectionFromClient::fd() accessorAndreas Kling
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh