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

Side by Side Diff: chrome/common/extensions/api/_api_features.json

Issue 921793004: <appview> documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This features file defines extension APIs implemented under src/chrome. 5 // This features file defines extension APIs implemented under src/chrome.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 // 8 //
9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context 9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context
10 // type will require manually updating chrome/renderer/resources/dispatcher.cc. 10 // type will require manually updating chrome/renderer/resources/dispatcher.cc.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "matches": [] 68 "matches": []
69 }, 69 },
70 "app.installState": { 70 "app.installState": {
71 "contexts": ["blessed_extension", "unblessed_extension", "content_script"], 71 "contexts": ["blessed_extension", "unblessed_extension", "content_script"],
72 "matches": [] 72 "matches": []
73 }, 73 },
74 "app.runningState": { 74 "app.runningState": {
75 "contexts": ["blessed_extension", "unblessed_extension", "content_script"], 75 "contexts": ["blessed_extension", "unblessed_extension", "content_script"],
76 "matches": [] 76 "matches": []
77 }, 77 },
78 "appviewTag": {
79 "internal": true,
80 "dependencies": ["permission:appview"],
81 "contexts": ["blessed_extension"]
82 },
78 "automationInternal": { 83 "automationInternal": {
79 "internal": true, 84 "internal": true,
80 "dependencies": ["manifest:automation"], 85 "dependencies": ["manifest:automation"],
81 "contexts": ["blessed_extension"] 86 "contexts": ["blessed_extension"]
82 }, 87 },
83 "automation": { 88 "automation": {
84 "dependencies": ["manifest:automation"], 89 "dependencies": ["manifest:automation"],
85 "contexts": ["blessed_extension"] 90 "contexts": ["blessed_extension"]
86 }, 91 },
87 "autotestPrivate": { 92 "autotestPrivate": {
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "internal": true, 701 "internal": true,
697 "channel": "stable", 702 "channel": "stable",
698 "dependencies": ["permission:webview"], 703 "dependencies": ["permission:webview"],
699 "contexts": ["blessed_extension"] 704 "contexts": ["blessed_extension"]
700 }, 705 },
701 "windows": { 706 "windows": {
702 "dependencies": ["api:tabs"], 707 "dependencies": ["api:tabs"],
703 "contexts": ["blessed_extension"] 708 "contexts": ["blessed_extension"]
704 } 709 }
705 } 710 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/api/appview_tag.json » ('j') | chrome/common/extensions/api/appview_tag.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698