mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
This commit is contained in:
committed by
Andreas Kling
parent
e54837add5
commit
1ef48d50ff
@@ -79,6 +79,8 @@ public:
|
||||
void notify_server_did_get_source(const URL& url, const String& source);
|
||||
void notify_server_did_js_console_output(const String& method, const String& line);
|
||||
void notify_server_did_change_favicon(const Gfx::Bitmap& favicon);
|
||||
String notify_server_did_request_cookie(Badge<WebContentClient>, const URL& url);
|
||||
void notify_server_did_set_cookie(Badge<WebContentClient>, const URL& url, const String& cookie);
|
||||
|
||||
private:
|
||||
OutOfProcessWebView();
|
||||
|
||||
Reference in New Issue
Block a user