From 5496d71e4a5316df320885cdb48adfb0f6b4f647 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Mon, 12 Apr 2021 12:12:13 -0400 Subject: Browser: Add debug command to dump cookies Using document.cookie only lets the test page see the name/value pair; the value returned will not included the parsed attributes. --- Userland/Applications/Browser/Tab.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Userland/Applications/Browser/Tab.h') diff --git a/Userland/Applications/Browser/Tab.h b/Userland/Applications/Browser/Tab.h index b880eff5f7..8a2c008686 100644 --- a/Userland/Applications/Browser/Tab.h +++ b/Userland/Applications/Browser/Tab.h @@ -72,6 +72,7 @@ public: Function on_favicon_change; Function on_get_cookie; Function on_set_cookie; + Function on_dump_cookies; const String& title() const { return m_title; } const Gfx::Bitmap* icon() const { return m_icon; } -- cgit v1.2.3