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

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

Issue 26427002: Add always-on-top property to app windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 7 years, 2 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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 26 matching lines...) Expand all
37 "noparent": true, 37 "noparent": true,
38 "contexts": ["blessed_extension"], 38 "contexts": ["blessed_extension"],
39 "dependencies": ["permission:app.window"] 39 "dependencies": ["permission:app.window"]
40 }, 40 },
41 "app.currentWindowInternal": { 41 "app.currentWindowInternal": {
42 "noparent": true, 42 "noparent": true,
43 "internal": true, 43 "internal": true,
44 "channel": "stable", 44 "channel": "stable",
45 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 45 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
46 }, 46 },
47 "app.currentWindowInternal.setAlwaysOnTop": {
48 "channel": "dev",
49 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
50 },
47 "app.getDetails": { 51 "app.getDetails": {
48 "contexts": ["blessed_extension", "unblessed_extension", "content_script"], 52 "contexts": ["blessed_extension", "unblessed_extension", "content_script"],
49 "matches": [] 53 "matches": []
50 }, 54 },
51 "app.getDetailsForFrame": { 55 "app.getDetailsForFrame": {
52 "contexts": ["blessed_extension", "unblessed_extension", "content_script"], 56 "contexts": ["blessed_extension", "unblessed_extension", "content_script"],
53 "matches": [] 57 "matches": []
54 }, 58 },
55 "app.getIsInstalled": { 59 "app.getIsInstalled": {
56 "contexts": ["blessed_extension", "unblessed_extension", "content_script"], 60 "contexts": ["blessed_extension", "unblessed_extension", "content_script"],
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 "internal": true, 662 "internal": true,
659 "channel": "stable", 663 "channel": "stable",
660 "dependencies": ["permission:webview"], 664 "dependencies": ["permission:webview"],
661 "contexts": ["blessed_extension"] 665 "contexts": ["blessed_extension"]
662 }, 666 },
663 "windows": { 667 "windows": {
664 "dependencies": ["api:tabs"], 668 "dependencies": ["api:tabs"],
665 "contexts": ["blessed_extension"] 669 "contexts": ["blessed_extension"]
666 } 670 }
667 } 671 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/common/extensions/api/app_current_window_internal.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698