index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
WebContent
/
ClientConnection.h
Age
Commit message (
Expand
)
Author
2021-09-27
LibWeb+Browser: Make ad blocking work in the multi-process world
Andreas Kling
2021-09-08
LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebView
Andreas Kling
2021-09-06
LibWeb+WebContent: Remove old console-logging IPC calls
Sam Atkins
2021-09-06
LibWeb+WebContent: Add new console-message IPC calls
Sam Atkins
2021-09-06
WebContent: Implement ConsoleGlobalObject which proxies to WindowObject
Sam Atkins
2021-09-02
LibWeb+WebContent: Add query for hovered DOM node to OOPWV
Sam Atkins
2021-09-02
LibWeb+WebContent: Add inspect_dom_node() IPC call
Sam Atkins
2021-08-24
LibWeb+WebContent: Add a simple API for running arbitrary JavaScript
Andreas Kling
2021-07-14
LibWeb: Add OOPWV IPC for selecting all text
Timothy Flynn
2021-07-14
LibWeb: Add OOPWV IPC for retrieving selected text
Timothy Flynn
2021-06-29
LibWeb+WebContent: Add IPC flow for Inspect DOM Tree
Adam Hodgen
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-05-23
WebContent: Remove unnecessary greet() message
Andreas Kling
2021-05-21
LibGfx+WindowServer: Have WindowServer broadcast system font settings
Andreas Kling
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-04
LibWeb+WebContent: Keep track of screen rect
Linus Groh
2021-02-28
WebContent: Added IPC calls for initializing JS console and sending input
Brandon Scott
2021-02-23
WebContent: Added IPC calls for getting source
Brandon Scott
2021-02-22
LibWeb: Plumb wheel events from widget layer to EventHandler
Andreas Kling
2021-01-31
Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process
Andreas Kling
2021-01-16
LibWeb+WebContent: Use anonymous files for OOPWV backing stores
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling