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

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

Issue 820513002: Renamed WorkerFrame to SurfaceWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/extensions. 5 // This features file defines extension APIs implemented under src/extensions.
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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "matches": ["chrome://chrome-signin/*", "chrome://oobe/*"] 374 "matches": ["chrome://chrome-signin/*", "chrome://oobe/*"]
375 }], 375 }],
376 "webViewRequest": [{ 376 "webViewRequest": [{
377 "dependencies": ["permission:webview"], 377 "dependencies": ["permission:webview"],
378 "contexts": ["blessed_extension"] 378 "contexts": ["blessed_extension"]
379 }, { 379 }, {
380 "channel": "stable", 380 "channel": "stable",
381 "contexts": ["webui"], 381 "contexts": ["webui"],
382 "matches": ["chrome://chrome-signin/*", "chrome://oobe/*"] 382 "matches": ["chrome://chrome-signin/*", "chrome://oobe/*"]
383 }], 383 }],
384 "workerFrameInternal": { 384 "surfaceWorkerInternal": {
lazyboy 2014/12/18 22:14:09 Sort
385 "internal": true, 385 "internal": true,
386 "channel": "trunk", 386 "channel": "trunk",
387 "contexts": "all", 387 "contexts": "all",
388 "matches": ["<all_urls>"] 388 "matches": ["<all_urls>"]
389 } 389 }
390 } 390 }
OLDNEW
« no previous file with comments | « extensions/browser/guest_view/worker_frame/worker_frame_guest.cc ('k') | extensions/common/feature_switch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698