Andreas Kling
cc8b3c92ba
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
2021-01-17 09:07:32 +01:00
Andreas Kling
1cb44ec5ee
Everywhere: Remove more <AK/SharedBuffer.h> includes
2021-01-17 00:04:42 +01:00
Andreas Kling
447e6da52c
ImageDecoder: Use Core::AnonymousBuffer and Gfx::ShareableBitmap
...
...instead of sending shbufs back and forth. :^)
2021-01-16 23:58:57 +01:00
Andreas Kling
d312011708
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
...
Now that WindowServer broadcasts the system theme using an anonymous
file, we need clients to pledge "recvfd" so they can receive it.
Some programs keep the "shared_buffer" pledge since it's still used for
a handful of things.
2021-01-16 19:30:32 +01:00
Andreas Kling
20915795a8
Everywhere: Pledge "sendfd" in WindowServer client programs
...
This is needed for the new way we transfer window backing stores.
2021-01-15 14:10:32 +01:00
Andreas Kling
c7ac7e6eaf
Services: Move to Userland/Services/
2021-01-12 12:23:01 +01:00