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

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

Issue 213673002: Add support for "documented_in" annotation in json api schema (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
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 1802e107b596d1be6b8e50eb4778a821eb6387e8..7acbdd1a6555c241e7d083102d2d19dce951cdb5 100644
--- a/chrome/common/extensions/api/webview_tag.json
+++ b/chrome/common/extensions/api/webview_tag.json
@@ -8,7 +8,8 @@
"description": "Use the <code>webview</code> tag to actively load live content from the web over the network and embed it in your Chrome App. Your app can control the appearance of the <code>webview</code> and interact with the web content, initiate navigations in an embedded web page, react to error events that happen within it, and more (see <a href=\"#usage\">Usage</a>).",
"documentation_options": {
"title": "<webview> Tag",
- "namespace": "<webview>"
+ "namespace": "<webview>",
+ "documented_in": "webview"
not at google - send to devlin 2014/03/26 22:11:11 shouldn't this be "tags/webview"?
ahernandez 2014/03/26 22:15:38 I'm not sure actually. It works like this though.
not at google - send to devlin 2014/03/26 22:20:10 What do you mean it works?
not at google - send to devlin 2014/03/26 22:43:33 Ok you're right, it works, but the documentation *
ahernandez 2014/03/26 22:46:21 I think it has to do with the redirects.
ahernandez 2014/03/26 22:46:48 I'll change it to "tags/webview" anyways so it's c
},
"types": [
{

Powered by Google App Engine
This is Rietveld 408576698