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

Unified Diff: extensions/common/api/web_view_internal.json

Issue 1133903004: <webview> documentation: addContentScripts/removeContentScripts should be in alphabetical order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/common/extensions/api/webview_tag.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/web_view_internal.json
diff --git a/extensions/common/api/web_view_internal.json b/extensions/common/api/web_view_internal.json
index e2471acde971ab2f6d1d73322fc5cdc989a0f225..a33f500d22142a7e2e673e35b5131783ac1d7a02 100644
--- a/extensions/common/api/web_view_internal.json
+++ b/extensions/common/api/web_view_internal.json
@@ -255,10 +255,10 @@
"name": "contentScriptList",
"items": {
"$ref": "ContentScriptDetails",
- "name": "contentScriptDetails",
- "minimum": 1
+ "name": "contentScriptDetails"
},
- "description": "Details of the content scripts to add."
+ "description": "Details of the content scripts to add.",
+ "minItems": 1
}
]
},
@@ -277,7 +277,6 @@
"name": "scriptNameList",
"items": {
"type": "string",
- "minimum": 0,
"description": "The name of a content script that will be removed."
},
"optional": true,
« no previous file with comments | « chrome/common/extensions/api/webview_tag.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698