1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:38:11 +00:00
serenity/Userland/Libraries/LibWebView
DexesTTP 2198091bbc LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
After this change, LibWeb now expects Web::ImageDecoding::Decoder to be
pre-initialized with a concrete implementation before using the webpage.
The previous implementation, based on the ImageDecoder service, has been
provided directly through an adapter in LibWebClient, and is now used as
the default value by WebContent.
2022-05-15 12:17:36 +02:00
..
DumpLayoutTree LibWebView: Move the DumpLayoutTree utility to LibWebView 2022-05-15 12:17:36 +02:00
CMakeLists.txt LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder 2022-05-15 12:17:36 +02:00
DOMTreeModel.cpp LibWebView: Move DOMTreeModel to LibWebView 2022-05-15 12:17:36 +02:00
DOMTreeModel.h LibWebView: Move DOMTreeModel to LibWebView 2022-05-15 12:17:36 +02:00
Forward.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
ImageDecoderClientAdapter.cpp LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder 2022-05-15 12:17:36 +02:00
ImageDecoderClientAdapter.h LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder 2022-05-15 12:17:36 +02:00
OutOfProcessWebView.cpp LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
OutOfProcessWebView.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
StylePropertiesModel.cpp LibWebView: Move StylePropertiesModel to LibWebView 2022-05-15 12:17:36 +02:00
StylePropertiesModel.h LibWebView: Move StylePropertiesModel to LibWebView 2022-05-15 12:17:36 +02:00
WebContentClient.cpp LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
WebContentClient.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00