|
@@ -72,6 +72,7 @@ public:
|
|
String notify_server_did_request_prompt(Badge<WebContentClient>, const String& message, const String& default_);
|
|
String notify_server_did_request_prompt(Badge<WebContentClient>, const String& message, const String& default_);
|
|
void notify_server_did_get_source(const URL& url, const String& source);
|
|
void notify_server_did_get_source(const URL& url, const String& source);
|
|
void notify_server_did_get_dom_tree(const String& dom_tree);
|
|
void notify_server_did_get_dom_tree(const String& dom_tree);
|
|
|
|
+ void notify_server_did_get_dom_node_properties(i32 node_id, String const& specified_style, String const& computed_style);
|
|
void notify_server_did_js_console_output(const String& method, const String& line);
|
|
void notify_server_did_js_console_output(const String& method, const String& line);
|
|
void notify_server_did_change_favicon(const Gfx::Bitmap& favicon);
|
|
void notify_server_did_change_favicon(const Gfx::Bitmap& favicon);
|
|
String notify_server_did_request_cookie(Badge<WebContentClient>, const URL& url, Cookie::Source source);
|
|
String notify_server_did_request_cookie(Badge<WebContentClient>, const URL& url, Cookie::Source source);
|