ladybird/Userland
Andreas Kling 41ab0837fa LibWeb: Render SVG-as-image into an isolated top-level browsing context
In order to separate the SVG content from the rest of the engine, it
gets its very own Page, PageClient, top-level browsing context, etc.

Unfortunately, we do have to get the palette and CSS/device pixel ratios
from the host Page for now, maybe that's something we could refactor in
the future.

Note that this doesn't work visually yet, since we don't calculate the
intrinsic sizes & ratio for SVG images. That comes next. :^)
2023-05-21 07:44:29 +02:00
..
Applets Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
Applications SystemMonitor: Prefer File::read_until_eof over DeprecatedFile 2023-05-19 23:31:20 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos CatDog: Stop recognizing name of deleted program 2023-05-17 23:25:51 +02:00
DevTools LibCore: Migrate Command from Deprecated{File,String} 2023-05-19 23:31:20 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Chess+GameSettings: Optionally highlight the king when in check 2023-05-10 12:13:35 +01:00
Libraries LibWeb: Render SVG-as-image into an isolated top-level browsing context 2023-05-21 07:44:29 +02:00
Services SystemServer: Print useful information when failing to drop privileges 2023-05-20 21:44:03 +02:00
Shell Shell: Prefer File::read_until_eof over DeprecatedFile::read_all 2023-05-19 21:36:37 +02:00
Utilities aplay: Determine absolute path before raising the veil 2023-05-19 22:42:02 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00