Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2554293002: devtools: Make it possible to retrieve all cookies (Closed)
Patch Set: Update front-end Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index f2edae65c7f69087d5510ebd9ab2bb813673392f..482a8db0b3b8dae64e71ed1d0b990b83cb12e0b2 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -1227,6 +1227,9 @@
},
{
"name": "getCookies",
+ "parameters": [
+ { "name": "global", "type": "boolean", "optional": true, "description": "If true, returns all cookies, otherwise only the cookies for the current URL." }
pfeldman 2016/12/09 02:42:03 Global sounds weird, present semantics is also unc
pfeldman 2016/12/09 02:49:15 Discussed it with dgozman@. Why don't we add anoth
Sami 2016/12/09 14:32:50 Sounds like a fine idea -- doing that here: https:
+ ],
"returns": [
{ "name": "cookies", "type": "array", "items": { "$ref": "Cookie" }, "description": "Array of cookie objects." }
],
« no previous file with comments | « content/browser/devtools/protocol/network_handler.cc ('k') | third_party/WebKit/Source/devtools/front_end/sdk/CookieParser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698