summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/PageHost.h
AgeCommit message (Expand)Author
2023-01-12WebContent: Add IPC for setting 'device pixels per CSS pixel'Linus Groh
2023-01-12LibWeb: Rename PageHost::m_screen_display_scale to match the getter nameLinus Groh
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Make Page aware of the display scaleSam Atkins
2022-12-08Browser+LibWebView+WebContent: Do not domain match on cookie updatesTimothy Flynn
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26LibWeb+WebContent: Label redirects with new FrameLoader::Type::RedirectBaitinq
2022-11-24LibWeb+WebContent: Virtualize methods needed for WebDriver in PageClientTimothy 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-16LibWeb+WebContent+WebDriver: Implement Get Alert TextTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Accept 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-08WebContent: Add a very-empty WebDriver IPC class to WebContentTimothy Flynn
2022-11-05WebContent: Store and provide access to web page content sizeTimothy Flynn
2022-11-01LibWeb+LibWebView+WebContent: Add IPC to receive window position/sizeTimothy Flynn
2022-10-13LibWeb+WebContent: Add plumbing for 'webdriver-active flag'Linus Groh
2022-10-06WebContent: Use Web::Platform::Timer instead of Core::TimerAndreas Kling
2022-09-21LibWeb+WebContent: Setup the js console client earlierdavidot
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31WebContent: Add plumbing for 'is scripting enabled' settingLinus Groh
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-10Browser: Show currently loading host and remaining resource countBen Abraham
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-06LibWeb: Plumb OOPWV focus state across the IPC boundaryAndreas Kling
2021-10-31LibWeb+WebContent: Add set_preferred_color_scheme IPC callSam Atkins
2021-09-28WebContent: Coalesce paint invalidations to avoid spamming clientAndreas Kling
2021-09-11LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() callSam Atkins
2021-09-11LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltasSam Atkins
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-08LibWeb: Remove unused PageClient::is_multi_process()Andreas Kling
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-11LibWeb+WebContent: Support image context menus in OOPWVAndreas Kling
2021-04-04LibWeb+WebContent: Keep track of screen rectLinus Groh
2021-03-30LibWeb+WebContent: Support displaying tooltips in OOPWVTimothy Flynn
2021-03-26LibWeb+WebContent: Support displaying favicons in OOPWVTimothy Flynn
2021-03-02LibWeb: Handle scrolling an OutOfProcessWebViewAngus Gibson
2021-02-28LibWeb: Support setting the cursor in OutOfProcessWebViewAdam Hodgen
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-10LibWeb+WebContent: Support window.confirm() in OOPWVAndreas Kling