summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebView/ViewImplementation.h
AgeCommit message (Expand)Author
2023-05-27LibWebView: Don't re-create WebContent proceses when repeatedly crashingAndrew Kaster
2023-05-17Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebViewTimothy Flynn
2023-05-17Ladybird: Move ownership of the JS console/inspector to the tab objectTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Virtualize computing content/widget pointsTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Move some common functions to LibWebViewTimothy Flynn
2023-05-16LibWeb+WebContent: Add APIs to control video playback stateTimothy Flynn
2023-05-16Browser+LibWeb+WebContent: Broadcast video element context menu requestsTimothy Flynn
2023-05-15Ladybird+LibWebView: Move backing store management code to LibWebViewAndreas Kling
2023-05-15Ladybird+LibWebView: Remember the size of the last paintAndreas Kling
2023-05-08LibWeb: Add `--layout-test-mode` flag to HeadlessBrowsermartinfalisse
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-03-26LibWebView: Expose getter for current zoom levelMacDue
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-16LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tabAliaksandr Kalenik
2023-03-16LibWebView: Add window handle in `ClientState` in `ViewImplementation`Aliaksandr Kalenik
2023-03-16WebContent+LibWebView: Consolidate the way browsers connect to WebDriverTimothy Flynn
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-03-13Ladybird+LibWebView: Move WebContent process launcher to LibWebViewTimothy Flynn
2023-03-07LibWebView+WebContent: Propagate close from WebContent to LibWebViewAliaksandr Kalenik
2023-01-12LibWebView+Ladybird: Move preferred color scheme to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move text selection to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move running JavaScript to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move debug request to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move page loading to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move get source request to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move zoom logic to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Begin de-duplicate WebView implementationsLinus Groh
2023-01-07LibWebView+WebContent: Expose the Accessibility Tree to Other ProcessesJonah
2022-12-19Browser+WebContent: Fixup some DOM inspector weirdnessMacDue
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-26LibWebView+WebContent: Propagate unconsumed input events out of OOPWVSam Atkins
2022-11-16LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert TextTimothy 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-12WebDriver: Implement `POST /session/{id}/window/fullscreen` endpointTobias Christiansen
2022-11-11LibWebView+WebContent: Add IPCs to navigate the browser's historyTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPC to update a document's cookieTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPC to get a document's named cookieTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPC to get all cookies for a document's URLTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to minimize and maximize windowTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to re[store,size,position] windowTimothy Flynn
2022-10-06LibWebView: Add abstract virtual base for WebView implementationsAndreas Kling