1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Demos/WebView
Andreas Kling 1dd1595043 LibGUI: Make GUI::Application a Core::Object
Having this on the stack makes whole-program teardown iffy. Turning it
into a Core::Object allows anyone who needs it to extends its lifetime.
2020-07-04 14:05:57 +02:00
..
CMakeLists.txt WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
main.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
WebContentClient.cpp WebContent: Turn it into a MultiInstance service :^) 2020-06-21 21:54:30 +02:00
WebContentClient.h WebContent: Allow the WebContent process to trigger repaints 2020-06-17 20:09:44 +02:00
WebContentView.cpp WebContent: Pass mouse events through to the WebContent process 2020-06-17 20:09:44 +02:00
WebContentView.h WebContent: Pass mouse events through to the WebContent process 2020-06-17 20:09:44 +02:00