summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/WebContentServer.ipc
AgeCommit message (Expand)Author
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-20LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUIKarol Kosek
2022-05-28Browser+LibWeb+WebContent: Add ability to inspect session storageRafał Babiarz
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-03-31WebContent: Add plumbing for 'is scripting enabled' settingLinus Groh
2022-03-10Browser+LibWeb+WebContent: Show style for pseudo-elements :^)Sam Atkins
2022-03-08Browser+LibWeb: Add an Element size preview widget to inspectorVrins
2022-02-06LibWeb: Plumb OOPWV focus state across the IPC boundaryAndreas Kling
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-10-31LibWeb+WebContent: Add set_preferred_color_scheme IPC callSam Atkins
2021-09-28LibWeb: Fire "keyup" events as well :^)Andreas Kling
2021-09-27LibWeb+Browser: Make ad blocking work in the multi-process worldAndreas Kling
2021-09-08LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebViewAndreas Kling
2021-09-06LibWeb+WebContent: Remove old console-logging IPC callsSam Atkins
2021-09-06LibWeb+WebContent: Add new console-message IPC callsSam Atkins
2021-09-02LibWeb+WebContent: Add query for hovered DOM node to OOPWVSam Atkins
2021-09-02LibWeb+WebContent: Add inspect_dom_node() IPC callSam Atkins
2021-08-24LibWeb+WebContent: Add a simple API for running arbitrary JavaScriptAndreas Kling
2021-07-14LibWeb: Add OOPWV IPC for selecting all textTimothy Flynn
2021-07-14LibWeb: Add OOPWV IPC for retrieving selected textTimothy Flynn
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-06-29LibWeb+WebContent: Add IPC flow for Inspect DOM TreeAdam Hodgen
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-23WebContent: Remove unnecessary greet() messageAndreas Kling
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-04LibWeb+WebContent: Keep track of screen rectLinus Groh
2021-02-28WebContent: Added IPC calls for initializing JS console and sending inputBrandon Scott
2021-02-23WebContent: Added IPC calls for getting sourceBrandon Scott
2021-02-22LibWeb: Plumb wheel events from widget layer to EventHandlerAndreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-16LibWeb+WebContent: Use anonymous files for OOPWV backing storesAndreas Kling
2021-01-16LibWeb: Port the WebContent service to Core::AnonymousBuffer for themesAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling