mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb+WebContent: Add plumbing for 'webdriver-active flag'
This commit is contained in:
parent
4c6f830a35
commit
3f24a444f9
Notes:
sideshowbarker
2024-07-17 06:00:03 +09:00
Author: https://github.com/linusg
Commit: 3f24a444f9
Pull-request: https://github.com/SerenityOS/serenity/pull/15559
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/AtkinsSJ
8 changed files with 31 additions and 1 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
void set_content_filters(Vector<String>);
|
||||
void set_proxy_mappings(Vector<String> proxies, HashMap<String, size_t> mappings);
|
||||
void set_preferred_color_scheme(Web::CSS::PreferredColorScheme);
|
||||
void set_is_webdriver_active(bool);
|
||||
|
||||
Function<void(Gfx::IntPoint const& screen_position)> on_context_menu_request;
|
||||
Function<void(const AK::URL&, String const& target, unsigned modifiers)> on_link_click;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue