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

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

Issue 532423002: Inlining references to internal APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-adding comment Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/api_models.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "contexts": ["blessed_extension"], 380 "contexts": ["blessed_extension"],
381 "dependencies": ["permission:embeddedExtensionOptions"] 381 "dependencies": ["permission:embeddedExtensionOptions"]
382 }, { 382 }, {
383 "internal": true, 383 "internal": true,
384 "channel": "trunk", 384 "channel": "trunk",
385 "contexts": ["webui"], 385 "contexts": ["webui"],
386 "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"] 386 "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"]
387 }], 387 }],
388 // This is not a real API, only here for documentation purposes. 388 // This is not a real API, only here for documentation purposes.
389 // See http://crbug.com/275944 for background. 389 // See http://crbug.com/275944 for background.
390 "extensionTypes": {
391 "internal": true,
392 "channel": "stable",
393 "contexts": ["blessed_extension"]
394 },
395 // This is not a real API, only here for documentation purposes.
396 // See http://crbug.com/275944 for background.
397 "extensionsManifestTypes": { 390 "extensionsManifestTypes": {
398 "internal": true, 391 "internal": true,
399 "channel": "stable", 392 "channel": "stable",
400 "contexts": ["blessed_extension"] 393 "contexts": ["blessed_extension"]
401 }, 394 },
402 "feedbackPrivate": { 395 "feedbackPrivate": {
403 "dependencies": ["permission:feedbackPrivate"], 396 "dependencies": ["permission:feedbackPrivate"],
404 "contexts": ["blessed_extension"] 397 "contexts": ["blessed_extension"]
405 }, 398 },
406 "fileBrowserHandler": { 399 "fileBrowserHandler": {
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 "webViewRequest": [{ 837 "webViewRequest": [{
845 "dependencies": ["permission:webview"], 838 "dependencies": ["permission:webview"],
846 "contexts": ["blessed_extension"] 839 "contexts": ["blessed_extension"]
847 }, { 840 }, {
848 // Component extensions can use the webViewRequest API from iframes. 841 // Component extensions can use the webViewRequest API from iframes.
849 "location": "component", 842 "location": "component",
850 "dependencies": ["permission:webview"], 843 "dependencies": ["permission:webview"],
851 "contexts": ["unblessed_extension"] 844 "contexts": ["unblessed_extension"]
852 }], 845 }],
853 "webviewTag": { 846 "webviewTag": {
854 "internal": true,
855 "channel": "stable", 847 "channel": "stable",
856 "dependencies": ["permission:webview"], 848 "dependencies": ["permission:webview"],
857 "contexts": ["blessed_extension"] 849 "contexts": ["blessed_extension"]
858 }, 850 },
859 "windows": { 851 "windows": {
860 "dependencies": ["api:tabs"], 852 "dependencies": ["api:tabs"],
861 "contexts": ["blessed_extension"] 853 "contexts": ["blessed_extension"]
862 } 854 }
863 } 855 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/api_models.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698