2020-06-17 17:31:42 +02:00
|
|
|
endpoint WebContentServer = 89
|
|
|
|
{
|
2021-02-01 11:26:41 +01:00
|
|
|
Greet() => ()
|
2020-06-17 17:31:42 +02:00
|
|
|
|
2021-01-16 17:22:35 +01:00
|
|
|
UpdateSystemTheme(Core::AnonymousBuffer theme_buffer) =|
|
2020-06-17 17:31:42 +02:00
|
|
|
|
|
|
|
LoadURL(URL url) =|
|
2020-10-08 21:11:01 +01:00
|
|
|
LoadHTML(String html, URL url) =|
|
2020-06-17 17:31:42 +02:00
|
|
|
|
2021-01-16 23:15:32 +01:00
|
|
|
AddBackingStore(i32 backing_store_id, Gfx::ShareableBitmap bitmap) =|
|
|
|
|
RemoveBackingStore(i32 backing_store_id) =|
|
|
|
|
|
|
|
|
Paint(Gfx::IntRect content_rect, i32 backing_store_id) =|
|
2020-06-17 17:31:42 +02:00
|
|
|
SetViewportRect(Gfx::IntRect rect) =|
|
|
|
|
|
|
|
|
MouseDown(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers) =|
|
|
|
|
MouseMove(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers) =|
|
|
|
|
MouseUp(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers) =|
|
2021-02-22 19:45:41 +01:00
|
|
|
MouseWheel(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers, i32 wheel_delta) =|
|
2020-08-03 19:58:59 +02:00
|
|
|
|
|
|
|
KeyDown(i32 key, unsigned modifiers, u32 code_point) =|
|
2021-01-31 09:06:25 +01:00
|
|
|
|
|
|
|
DebugRequest(String request, String argument) =|
|
2021-02-23 06:14:12 -06:00
|
|
|
GetSource() =|
|
2021-02-27 21:44:49 -06:00
|
|
|
JSConsoleInitialize() =|
|
|
|
|
JSConsoleInput(String js_source) =|
|
2020-06-17 17:31:42 +02:00
|
|
|
}
|