1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-29 02:32:07 +00:00
serenity/Userland/Libraries/LibWeb/Page
Andreas Kling 74c8490acd LibWeb: Don't try to create GUI::TextBox inside multi-process web views
This is a workaround until we can implement a proper <input type=text>
in terms of LibWeb primitives.

This makes google.com not crash in multi-process mode (but there is no
search box.)
2021-01-30 23:16:41 +01:00
..
EditEventHandler.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EditEventHandler.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
EventHandler.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventHandler.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Frame.cpp LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox 2021-01-30 12:29:11 +01:00
Frame.h LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox 2021-01-30 12:29:11 +01:00
Page.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Page.h LibWeb: Don't try to create GUI::TextBox inside multi-process web views 2021-01-30 23:16:41 +01:00