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.cpp
Age
Commit message (
Expand
)
Author
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-08
LibJS+Everywhere: Remove all VM::clear_exception() calls
davidot
2022-02-06
LibWeb: Plumb OOPWV focus state across the IPC boundary
Andreas Kling
2022-02-05
Browser: Add Debug menu action for dumping the stacking context tree
Andreas Kling
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2021-12-10
Browser+LibWeb+WebContent: Add variables display to Inspector
Sam Atkins
2021-11-30
WebContent: Remove unnecessary client map
Andreas Kling
2021-11-24
WebContent: Support inspection of DOM in nested browsing contexts
Vyacheslav Pukhanov
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-10-31
LibWeb+WebContent: Add set_preferred_color_scheme IPC call
Sam Atkins
2021-10-01
Browser: Check m_console_client is non-null before dereferencing it
Idan Horowitz
2021-09-28
LibWeb: Fire "keyup" events as well :^)
Andreas Kling
2021-09-27
LibWeb+Browser: Make ad blocking work in the multi-process world
Andreas Kling
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
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
WebContent: Store messages in WebContentConsoleClient
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-03
Everywhere: Use my shiny new serenityos.org email :^)
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-08-01
Services: Remove unused header includes
Brian Gianforcaro
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-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
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: 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-14
Browser+LibWeb: Add support for spoofing the browser user agent
Idan Horowitz
2021-04-04
LibWeb+WebContent: Keep track of screen rect
Linus Groh
2021-03-30
Browser+LibWeb+WebContent: Add action to clear resource cache
Timothy Flynn
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-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
[next]