ladybird/Userland
Andreas Kling ded78fc074 Browser: Turn on multi-process mode by default :^)
Frick it, let's just enable this by default and give ourselves a reason
to improve things! Some things are broken, and there's a bit of flicker
when resizing, but we can do this.

This drastically improves our web browsing security model by isolating
each tab into its own WebContent process that runs as an unprivileged
user with a tight pledge+unveil sandbox.

To get a single-process browser, you can start it with -s.
2021-01-30 23:16:41 +01:00
..
Applications Browser: Turn on multi-process mode by default :^) 2021-01-30 23:16:41 +01:00
Demos LibGfx: Implement scaling support for Painter::blit_filtered() 2021-01-25 22:31:07 +01:00
DevTools HackStudio: removed toggle_index 2021-01-30 22:59:59 +01:00
DynamicLoader DynamicLoader: Remove some unnecessary #includes 2021-01-25 18:57:06 +01:00
Games Conway: Add interactivity 2021-01-22 22:14:08 +01:00
Libraries LibWeb: Don't try to create GUI::TextBox inside multi-process web views 2021-01-30 23:16:41 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services LibWeb: Don't try to create GUI::TextBox inside multi-process web views 2021-01-30 23:16:41 +01:00
Shell Shell: Do not bail on signaled if condition 2021-01-26 21:19:22 +01:00
Tests Tests+UserlandEmulator: Demonstrate missing backtraces 2021-01-23 16:47:09 +01:00
Utilities pro: Use a rolling average for the download rate calculation 2021-01-30 14:12:14 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00