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

Unified Diff: chrome/common/extensions/api/webview_tag.json

Issue 271913003: Fix webview tag's documentation to specify correct ClearDataTypeSet for clearData API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/webview_tag.json
diff --git a/chrome/common/extensions/api/webview_tag.json b/chrome/common/extensions/api/webview_tag.json
index 09f3ca8a79508d1cdd410b0887f88b9309c68365..96eca615ee87a526a8690ac287b95eec17329e1c 100644
--- a/chrome/common/extensions/api/webview_tag.json
+++ b/chrome/common/extensions/api/webview_tag.json
@@ -30,17 +30,10 @@
"description": "A set of data types. Missing properties are interpreted as <code>false</code>.",
"properties": {
"appcache": { "type": "boolean", "optional": true, "description": "Websites' appcaches." },
- "cache": { "type": "boolean", "optional": true, "description": "The partition's cache. Note: This clears the entire cache regardless of the age passed to <code>clearData</code>." },
"cookies": { "type": "boolean", "optional": true, "description": "The partition's cookies." },
- "downloads": { "type": "boolean", "optional": true, "description": "The partition's download list." },
"fileSystems": { "type": "boolean", "optional": true, "description": "Websites' filesystems." },
- "formData": { "type": "boolean", "optional": true, "description": "The partition's stored form data." },
- "history": { "type": "boolean", "optional": true, "description": "The partition's history." },
"indexedDB": { "type": "boolean", "optional": true, "description": "Websites' IndexedDB data." },
"localStorage": { "type": "boolean", "optional": true, "description": "Websites' local storage data." },
- "serverBoundCertificates": { "type": "boolean", "optional": true, "description": "Server-bound certificates." },
- "pluginData": { "type": "boolean", "optional": true, "description": "Plugins' data." },
- "passwords": { "type": "boolean", "optional": true, "description": "Stored passwords." },
"webSQL": { "type": "boolean", "optional": true, "description": "Websites' WebSQL data." }
}
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698