1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 18:20:59 +00:00
serenity/Libraries/LibWeb/Page
Andreas Kling d9e39cb82d LibWeb: Support window.alert() in multi-process context
Alerts are now delegated to the embedding GUI process.
2020-09-12 14:49:29 +02:00
..
EventHandler.cpp LibWeb: Allow layout nodes to receive and track mouse events 2020-09-11 18:42:43 +02:00
EventHandler.h LibWeb: Allow layout nodes to receive and track mouse events 2020-09-11 18:42:43 +02:00
Frame.cpp LibWeb: Calculate selection based on glyph centers 2020-08-26 08:44:31 +02:00
Frame.h LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
Page.cpp LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
Page.h LibWeb: Support window.alert() in multi-process context 2020-09-12 14:49:29 +02:00