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

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

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: debug logspam Created 5 years, 11 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "contexts": ["blessed_extension"] 520 "contexts": ["blessed_extension"]
521 }, 521 },
522 "metricsPrivate": { 522 "metricsPrivate": {
523 "dependencies": ["permission:metricsPrivate"], 523 "dependencies": ["permission:metricsPrivate"],
524 "contexts": ["blessed_extension"] 524 "contexts": ["blessed_extension"]
525 }, 525 },
526 "mdns": { 526 "mdns": {
527 "dependencies": ["permission:mdns"], 527 "dependencies": ["permission:mdns"],
528 "contexts": ["blessed_extension"] 528 "contexts": ["blessed_extension"]
529 }, 529 },
530 "mimeHandlerPrivate": {
benwells 2015/01/19 01:08:37 How come this is at the chrome level, but the API
Sam McNally 2015/01/19 04:29:57 Moved this along with mime_types_handler into exte
531 "dependencies": ["manifest:mime_types_handler"],
532 "contexts": ["blessed_extension"]
533 },
530 "mimeHandlerViewGuestInternal": { 534 "mimeHandlerViewGuestInternal": {
531 "internal": true, 535 "internal": true,
532 "contexts": "all", 536 "contexts": "all",
533 "channel": "dev", 537 "channel": "dev",
534 "matches": ["<all_urls>"] 538 "matches": ["<all_urls>"]
535 }, 539 },
536 "musicManagerPrivate": { 540 "musicManagerPrivate": {
537 "dependencies": ["permission:musicManagerPrivate"], 541 "dependencies": ["permission:musicManagerPrivate"],
538 "contexts": ["blessed_extension"] 542 "contexts": ["blessed_extension"]
539 }, 543 },
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 "internal": true, 715 "internal": true,
712 "channel": "stable", 716 "channel": "stable",
713 "dependencies": ["permission:webview"], 717 "dependencies": ["permission:webview"],
714 "contexts": ["blessed_extension"] 718 "contexts": ["blessed_extension"]
715 }, 719 },
716 "windows": { 720 "windows": {
717 "dependencies": ["api:tabs"], 721 "dependencies": ["api:tabs"],
718 "contexts": ["blessed_extension"] 722 "contexts": ["blessed_extension"]
719 } 723 }
720 } 724 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/pdf/pdf.js ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698