1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 16:15:10 +00:00
serenity/Userland/Libraries/LibWeb/Page
Andreas Kling 5e91e61900 LibWeb: Remove WidgetBox layout node
The approach of attaching sub-widgets to the web view widget was only
ever going to work in single-process mode, and that's not what we're
about anymore, so let's just get rid of WidgetBox so we don't have the
dead-end architecture hanging over us.

The next step here is to re-implement <input type=text> using LibWeb
primitives.
2021-02-10 09:13:30 +01:00
..
EditEventHandler.cpp LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
EditEventHandler.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
EventHandler.cpp LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
EventHandler.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Frame.cpp LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
Frame.h LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
Page.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Page.h LibWeb: Move window.confirm() to using a PageClient callback 2021-02-10 09:13:30 +01:00