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

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

Issue 23452031: Add reference to -webkit-app-region CSS style for no-frame windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: code tag Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 227c38f36e732ec8fecc291b63d9966d62eef28d..67eae86c5716d12d57afbde21df3aaee6bb08e79 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -69,7 +69,11 @@ namespace app.window {
// Type of window to create.
[nodoc] WindowType? type;
- // Frame type: 'none' or 'chrome' (defaults to 'chrome').
+ // Frame type: 'none' or 'chrome' (defaults to 'chrome'). For 'none',
+ // the -webkit-app-region CSS property can be used to apply draggability
not at google - send to devlin 2013/09/16 18:25:40 also apply to the ones above here: 'none', 'chrome
Greg Billock 2013/09/16 18:49:52 Done.
+ // to the app's window. <code>-webkit-app-region: drag</code> can be
+ // used to mark regions draggable. <code>no-drag</code> can be used to
+ // disable this style on nested elements.
DOMString? frame;
// Size and position of the content in the window (excluding the titlebar).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698