summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/PageHost.cpp
AgeCommit message (Expand)Author
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-10-31LibWeb+WebContent: Add set_preferred_color_scheme IPC callSam Atkins
2021-10-28LibWeb: Null-check document before doing layout in PageHost::paint()Andreas Kling
2021-10-28LibWeb: Always update layout (if needed) before paintingAndreas Kling
2021-10-14LibWeb: Introduce simple scrollable overflow, size ICB to viewportAndreas Kling
2021-09-28WebContent: Coalesce paint invalidations to avoid spamming clientAndreas Kling
2021-09-22WebContent: Pass an empty bitmap object if the pointer is nullKarol Kosek
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-09LibWeb: Rename BrowsingContext::document() => active_document()Andreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-06Browser+WebContent: Initialize WebContentConsoleClient earlierSam Atkins
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
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-03-30LibWeb+WebContent: Support displaying tooltips in OOPWVTimothy Flynn
2021-03-26LibWeb+WebContent: Support displaying favicons in OOPWVTimothy Flynn
2021-03-07LibWeb: Make tiled backgrounds scroll with contentAndreas Kling
2021-03-06WebContent: Set correct scroll offset for PageHost paintingspeles
2021-03-02LibWeb: Handle scrolling an OutOfProcessWebViewAngus Gibson
2021-02-28LibWeb: Support setting the cursor in OutOfProcessWebViewAdam Hodgen
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-10LibWeb+WebContent: Support window.confirm() in OOPWVAndreas Kling
2021-02-09LibWeb+WebContent: Don't relayout page on every scroll eventAndreas Kling
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16LibWeb: Port the WebContent service to Core::AnonymousBuffer for themesAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling