1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Services/WebContent
Andreas Kling eda9fb13cc LibWeb+WebContent: Add on_load_finish hook to web views
This isn't entirely symmetrical with on_load_start as it will also fire
on reloads and back/forward navigations. However, it's good enough for
some basic use cases, and we can do more sophisticated notifications
later on when we need them.
2020-12-08 23:36:19 +01:00
..
ClientConnection.cpp LibWeb: Add OutOfProcessWebView::load_html() 2020-10-08 23:20:52 +02:00
ClientConnection.h LibWeb: Add OutOfProcessWebView::load_html() 2020-10-08 23:20:52 +02:00
CMakeLists.txt WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
Documentation.txt LibWeb: Rename WebContentView => OutOfProcessWebView 2020-08-17 18:05:35 +02:00
Forward.h WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
main.cpp LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
PageHost.cpp LibWeb+WebContent: Add on_load_finish hook to web views 2020-12-08 23:36:19 +01:00
PageHost.h LibWeb+WebContent: Add on_load_finish hook to web views 2020-12-08 23:36:19 +01:00
WebContentClient.ipc LibWeb+WebContent: Add on_load_finish hook to web views 2020-12-08 23:36:19 +01:00
WebContentServer.ipc LibWeb: Add OutOfProcessWebView::load_html() 2020-10-08 23:20:52 +02:00