serenity/Userland/Libraries/LibWebView
circl 2995a2e212 LibWeb+LibWebView+WebContent: Add support for <input type="color">
This commit introduces 3 things:
- Support for the color type in HTMLInputElement itself
- A mechanism for handling non event loop blocking dialogs in Page
- The associated plumbing up to ViewImplementation

Frontends may add support for the color picker with the
ViewImplementation.on_request_color_picker function
2023-09-27 12:16:41 +01:00
..
AccessibilityTreeModel.cpp
AccessibilityTreeModel.h
AriaPropertiesStateModel.cpp
AriaPropertiesStateModel.h
CMakeLists.txt
ConsoleClient.cpp
ConsoleClient.h
CookieJar.cpp
CookieJar.h
Database.cpp
Database.h
DOMTreeModel.cpp
DOMTreeModel.h
Forward.h
History.cpp
History.h
Native.css
OutOfProcessWebView.cpp Ladybird+LibWeb: Add MouseEvent screenX and screenY support 2023-09-15 22:12:56 +02:00
OutOfProcessWebView.h
RequestServerAdapter.cpp
RequestServerAdapter.h
SourceHighlighter.cpp
SourceHighlighter.h
StylePropertiesModel.cpp
StylePropertiesModel.h
UserAgent.cpp
UserAgent.h
ViewImplementation.cpp LibWeb+LibWebView+WebContent: Add support for <input type="color"> 2023-09-27 12:16:41 +01:00
ViewImplementation.h LibWeb+LibWebView+WebContent: Add support for <input type="color"> 2023-09-27 12:16:41 +01:00
WebContentClient.cpp LibWeb+LibWebView+WebContent: Add support for <input type="color"> 2023-09-27 12:16:41 +01:00
WebContentClient.h LibWeb+LibWebView+WebContent: Add support for <input type="color"> 2023-09-27 12:16:41 +01:00
WebSocketClientAdapter.cpp
WebSocketClientAdapter.h