1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 12:57:35 +00:00
serenity/Userland/Services/WebContent
Andreas Kling 9176a0de99 LibWeb: Stop using Bindings::wrap() in a bunch of places
wrap() is now basically a no-op so we should stop using it everywhere
and eventually remove it. This patch removes uses of wrap() in
non-generated code.
2022-09-06 00:27:09 +02:00
..
CMakeLists.txt LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData 2022-09-05 14:37:16 -04:00
ConnectionFromClient.cpp LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient 2022-09-06 00:27:09 +02:00
ConnectionFromClient.h LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient 2022-09-06 00:27:09 +02:00
ConsoleGlobalObject.cpp LibWeb: Stop using Bindings::wrap() in a bunch of places 2022-09-06 00:27:09 +02:00
ConsoleGlobalObject.h LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
Documentation.txt LibWeb: Remove the InProcessWebView widget 2022-04-06 19:35:07 +02:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
main.cpp Base: Launch ImageDecoder at session start-up 2022-08-14 21:52:35 +01:00
PageHost.cpp WebContent: Invalidate document style when changing the page's palette 2022-07-05 18:23:22 +02:00
PageHost.h Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
WebContentClient.ipc Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
WebContentConsoleClient.cpp LibWeb: Remove Document::interpreter() 2022-09-06 00:27:09 +02:00
WebContentConsoleClient.h LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient 2022-09-06 00:27:09 +02:00
WebContentServer.ipc Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00