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

Unified Diff: chrome/common/extensions/api/app_window.idl

Issue 10986092: Transparent apps support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix author email Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/app_window.idl
diff --git a/chrome/common/extensions/api/app_window.idl b/chrome/common/extensions/api/app_window.idl
index 7eed76f60d2e5a365569ad789723f5c20d5dff8b..156df21a4f7c8701b65145f078c84e38d7660ce4 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -48,8 +48,11 @@ namespace app.window {
// Window type: 'shell' (the default) is the only currently supported value.
DOMString? type;
- // Frame type: 'none' or 'chrome' (defaults to 'chrome').
+ // EXPERIMENTAL: Frame type: 'none' or 'chrome' (defaults to 'chrome').
Mihai Parparita -not on Chrome 2012/09/28 19:15:34 This isn't an experimental option.
Bernie 2012/10/10 21:05:01 What I meant to say is that this option requires t
DOMString? frame;
+
+ // EXPERIMENTAL: Enable window background transparency.
+ boolean? transparentBackground;
jeremya 2012/10/04 22:12:56 Can you add that it's only supported on ash?
Bernie 2012/10/10 21:05:01 Done.
};
callback CreateWindowCallback =

Powered by Google App Engine
This is Rietveld 408576698