ladybird/Userland/Services
Andreas Kling 7f9f916470 LibWeb: Make tiled backgrounds scroll with content
Previously the page background was always draw relative to the viewport
instead of following with the content. This should eventually become
an opt-in mode (via CSS "background-attachment") but for now let's have
the default behavior be that backgrounds scroll with content.

Also take this opportunity to move the background painting code from
the two web views to a shared location in InitialContainingBlockBox.
2021-03-07 13:49:20 +01:00
..
AudioServer Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ChessEngine Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Clipboard Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CrashDaemon Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DHCPClient Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
EchoServer Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
ImageDecoder LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
LaunchServer LaunchServer: Use new FileManager flags instead of two arguments 2021-03-07 11:00:36 +01:00
LookupServer Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
NotificationServer Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ProtocolServer Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
SymbolServer Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SystemMenu Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SystemServer Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
Taskbar Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TelnetServer Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WebContent LibWeb: Make tiled backgrounds scroll with content 2021-03-07 13:49:20 +01:00
WebServer WebServer: Serve X-Frame-Options and X-Content-Type-Options HTTP headers 2021-03-06 15:04:16 +01:00
WindowServer WindowServer: Mark screen dirty when changing highlighted window 2021-03-03 08:20:11 +01:00
CMakeLists.txt SymbolServer: Add symbolication service for out-of-process ELF parsing 2021-02-04 23:19:08 +01:00