serenity/Userland
Andrew Kaster bc976fe7e1 LibWebView: Create plumbing for a single UI process
This allows main UI processes created while there is a currently
running one to request a new tab or a new window with the initial urls
provided on the command line. This matches (almost) the behavior of
Chromium and Firefox.

Add a new IPC protocol between two UI processes. The main UI process
will create an IPC server socket, while secondary UI processes will
connect to that socket and send over the URLs and action it wants the
main process to take.
2024-04-27 20:32:12 -04:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
BuggieBox Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
Demos Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DevTools Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
DynamicLoader Userland: Compile a special version of LibELF for DynamicLoader 2024-04-26 19:08:13 -06:00
Games Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Libraries LibWebView: Create plumbing for a single UI process 2024-04-27 20:32:12 -04:00
Services LibWeb: Move event handling & cursor from BrowsingContext to Navigable 2024-04-26 20:01:58 +02:00
Shell Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
Utilities Utilities: Make uniq behavior consistent with coreutils 2024-04-27 16:33:27 -06:00
CMakeLists.txt