Linus Groh
e8739ddab7
LibWeb+WebContent: Keep track of screen rect
...
It is now possible to get the up-to-date screen rect from a Web::Page.
2021-04-04 00:37:54 +02:00
Andreas Kling
ded8c728d2
LibWeb: Plumb wheel events from widget layer to EventHandler
2021-02-22 21:46:54 +01:00
Linus Groh
5e07c27e25
LibWeb: Implement Window.prompt()
2021-02-20 12:19:46 +01:00
Andreas Kling
abf7c02acb
LibWeb: Move window.confirm() to using a PageClient callback
...
This allows us to move the GUI::MessageBox out of DOM::Window and up to
the widget layer.
2021-02-10 09:13:30 +01:00
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
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00