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

Side by Side Diff: ash/public/interfaces/container.mojom

Issue 2024313002: Moves mash/wm/public -> ash/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 6 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
« no previous file with comments | « ash/public/interfaces/ash_window_type.mojom ('k') | ash/public/interfaces/shelf_layout.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 module mash.wm.mojom; 5 module ash.mojom;
6 6
7 // Containers for windows. This list is in the z-order of the windows, however 7 // Containers for windows. This list is in the z-order of the windows, however
8 // they are actually built in a hierarchy (e.g. USER and LOGIN are siblings). 8 // they are actually built in a hierarchy (e.g. USER and LOGIN are siblings).
9 // See RootWindowController::CreateContainers() for the full hierarchy. 9 // See RootWindowController::CreateContainers() for the full hierarchy.
10 // 10 //
11 // NOTE: containers whose name starts with an earlier name are children. 11 // NOTE: containers whose name starts with an earlier name are children.
12 // For example, USER_BACKGROUND is a child of USER and USER_PRIVATE_WINDOWS is a 12 // For example, USER_BACKGROUND is a child of USER and USER_PRIVATE_WINDOWS is a
13 // child of USER_PRIVATE. 13 // child of USER_PRIVATE.
14 enum Container { 14 enum Container {
15 ROOT = 0, 15 ROOT = 0,
(...skipping 21 matching lines...) Expand all
37 // brightness bubble. 37 // brightness bubble.
38 BUBBLES, 38 BUBBLES,
39 SYSTEM_MODAL_WINDOWS, 39 SYSTEM_MODAL_WINDOWS,
40 KEYBOARD, 40 KEYBOARD,
41 MENUS, 41 MENUS,
42 DRAG_AND_TOOLTIPS, 42 DRAG_AND_TOOLTIPS,
43 COUNT 43 COUNT
44 }; 44 };
45 45
46 const string kWindowContainer_Property = "ash:window-container"; 46 const string kWindowContainer_Property = "ash:window-container";
OLDNEW
« no previous file with comments | « ash/public/interfaces/ash_window_type.mojom ('k') | ash/public/interfaces/shelf_layout.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698