ladybird/Userland/Libraries/LibWeb/Page
Timothy Flynn c0a45394a9 LibWeb: Make the completion callbacks for dismissing dialogs required
All callers have been made async, i.e. they now all provide a completion
callback. Let's make the callback required to discourage any future sync
usage.
2024-11-04 16:16:44 -05:00
..
DragAndDropEventHandler.cpp LibWeb: Make MimeSniff::Resource::sniff() infallible 2024-10-14 20:47:35 +02:00
DragAndDropEventHandler.h LibWeb+LibWebView+WebContent: Return a named enum from UI event handlers 2024-09-12 17:38:36 -04:00
EventHandler.cpp LibWeb: Fix ability to modify selection outside of inputs using keyboard 2024-11-01 13:11:10 -04:00
EventHandler.h LibWeb: Separate text control input events handling from contenteditable 2024-10-30 19:29:56 +01:00
EventResult.h LibWeb+LibWebView+WebContent: Return a named enum from UI event handlers 2024-09-12 17:38:36 -04:00
InputEvent.cpp UI+LibWeb+WebContent: Implement KeyEvent repeat property 2024-10-22 11:20:35 -04:00
InputEvent.h UI+LibWeb+WebContent: Implement KeyEvent repeat property 2024-10-22 11:20:35 -04:00
Page.cpp LibWeb: Make the completion callbacks for dismissing dialogs required 2024-11-04 16:16:44 -05:00
Page.h LibWeb: Make the completion callbacks for dismissing dialogs required 2024-11-04 16:16:44 -05:00