| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes compile errors and marks failing tests as FAILED to get
bots green. Will tackle proper fixes to tests in follow-on CLs.
BUG=None
TEST=ShellTest.FAILS_OverlappingWindowModeBasics, CompactLayoutManagerTest.FAILS_TransitionTest, RootWindowEventFilterTest.FAILS_TransformActivate, ToplevelWindowEventFilterTest.FAILS_EscapeReverts
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9585028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124807 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* New window frames, still behind a flag as there's more refinement to do for incognito, popups, and maximized windows.
* Translucent frames now only require a single layer the size of the window instead of two. We may be able to cut the layer size in the future to the area of the window header + toolbar
* Rewrite BrowserNonClientFrameViewAura
* Use updated art assets from crrev.com/124602
* Allow windows optionally to specify that hit tests should include a region a few pixels outside the window. For Aura browser windows this area acts as non-client area resize handles which we need because the window frame borders are now very thin or not present at all.
BUG=113075
TEST=manual, visual inspection of browser active, inactive, incognito, popup, hosted, and app windows. Updated aura_unittest for Window to check the expanded bounds.
Review URL: https://chromiumcodereview.appspot.com/9580001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124743 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't align window to grid when restoring window.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9513004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124718 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=110130
TEST=none
Review URL: http://codereview.chromium.org/9585004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124692 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=110130
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9562008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124690 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
After this is landed I will remove ui/resources/aura/wallpaper.png in CL 9566044.
BUG=105508
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9567037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124670 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=110130
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9583001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124669 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer.
The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches.
A lower point_id indicates that a touch occurred first.
BUG=113144
TEST=GestureRecognizerTest.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123989
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124071
Review URL: http://codereview.chromium.org/9452024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124668 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make AppListModel flat, i.e. remove AppListItemGroupModel and its view;
- Move BuildAppListModel from ShellDelegate into AppListViewDelegate;
- Make AppListModelBuilder ready to support simple query;
- Make AppListItemView based on CustomButton and get rid of its listener
interface since we can use ButtonListener for that now;
- Update UI based on M19 mock:
- AppListItemView show label on its right instead of bottom;
- AppListItemView has a mouse hover effect now;
- AppListModelView show AppListItemView tiles alphabetically from top to
bottom instead of from left to right;
- AppListView to occupy full screen include area behind the launcher;
- AppListView to have a 0.4 black shade;
BUG=98308
TEST=Verify applist should look like M19 mock.
Review URL: https://chromiumcodereview.appspot.com/9559005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124661 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=110130
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9572010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124653 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
http://crbug.com/112131
TEST=none
Review URL: http://codereview.chromium.org/9535025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124635 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
http://crbug.com/116073
TEST=see unit tests
Review URL: http://codereview.chromium.org/9570037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124597 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/9570029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124531 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=114497
TEST=The browser window should not dipping under the launcher bar when toggling with full screen mode.
Review URL: http://codereview.chromium.org/9515003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124524 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
RootWindow (yay)
http://crbug.com/112131
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9535025
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9564023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124479 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
http://crbug.com/112131
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9535025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124461 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reverting because this CL caused any tap in a tab contents (on device) to
trigger a browser crash. See issue 116314 for details.
--
Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer.
The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches.
A lower point_id indicates that a touch occurred first.
BUG=113144
TEST=GestureRecognizerTest.*
TBR=tdresser@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9566020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124451 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that you can drag a maximized window when tab dragging and no
constraints are imposed on the window. Only when the mouse is released
do we do anything. This only handles the multiple tab case, if you've
selected all the tabs in a maximized window we won't detach.
BUG=116074
TEST=none
R=ben@chromium.org
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9566014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124440 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=116298
TEST=none
Review URL: http://codereview.chromium.org/9557001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124424 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=115514
TEST=Double middle or right click on the window title bar. The window should no longer maximize.
Review URL: https://chromiumcodereview.appspot.com/9555001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124409 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it so
that you can drag a maximized window when tab dragging and no
constraints are imposed on the window. Only when the mouse is released
do we do anything. This only handles the multiple tab case, if you've
selected all the tabs in a maximized window we won't detach.
BUG=116074
TEST=none
R=ben@chromium.org
Reverting to fix linker issues, see http://crbug.com/116074 for details.
Review URL: http://codereview.chromium.org/9549009
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9565004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124387 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that you can drag a maximized window when tab dragging and no
constraints are imposed on the window. Only when the mouse is released
do we do anything. This only handles the multiple tab case, if you've
selected all the tabs in a maximized window we won't detach.
BUG=116074
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/9549009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124385 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The item includes the logged in users name/email, and buttons to
shut-down/signout/lock.
BUG=110130
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124349
Review URL: https://chromiumcodereview.appspot.com/9561003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124368 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=116268
TEST=none
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9558004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124364 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
be shown.
BUG=116337
TEST=covered by tests
R=ben@chromium.org
Review URL: http://codereview.chromium.org/9557005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124360 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The item includes the logged in users name/email, and buttons to
shut-down/signout/lock.
BUG=110130
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9561003
TBR=sadrul@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9545016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124350 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The item includes the logged in users name/email, and buttons to
shut-down/signout/lock.
BUG=110130
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9561003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124349 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 7fdf4eb7cd05b725d246ef8be99eb43784ed5ad3.
R=saintlou@chromium.org
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9549024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124326 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=116298
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9557001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124322 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead use the recommended ResourceBundle::GetImageNamed() function and
convert it to the native type appropriately.
BUG=58030
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9516002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124269 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
These are displayed behind tooltips and menus.
BUG=115402
TEST=added a tiny test to check that we use the new shadow style; also manually checked that tooltips and menus get the small shadow but other windows get the larger active/inactive shadows
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/9508004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124255 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=116266
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/9537017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124237 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=sadrul@chromium.org,sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9508002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124221 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
http://crbug.com/112131
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9522012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124220 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
appropriate keys.
This CL implements SystemTrayItem::PopupDetailedView. This will be used for network details etc. too.
BUG=110130,110131
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9539002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124213 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is originally implemented in CrOS's platform/window-manager but ported here
for Aura.
BUG=111385
TEST=manually
Review URL: http://codereview.chromium.org/9416091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124207 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9533013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124199 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
login screen menus do not work, because wrench menu is not fully closed.
Made Noop events always make it to inner loop in the nested_dispatcher such that the menu can fully close itself via noop event.
Bug=113247
Testing=Manual
Review URL: http://codereview.chromium.org/9381008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124127 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tray.
Volume/Brightness change notifications are sent from the system to the tray.
This can be useful to update the tray items when something changes (either
automatically, or by means other than the tray itself)
BUG=110130,110131
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9522003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124091 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer.
The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches.
A lower point_id indicates that a touch occurred first.
BUG=113144
TEST=GestureRecognizerTest.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123989
Review URL: http://codereview.chromium.org/9452024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124071 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=115846
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9501002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124055 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add padding for the volume/brightness sliders.
* Consolidate 'Settings' and 'Help' items into one.
* Remove margin of the popup.
* Move the trays in ash::internal namespace.
* Hover effect on settings/help items.
* Fix a crash when clicking on the status-view without closing the popup.
BUG=110130
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9475041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124002 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
through reverting drag logic.
BUG=none
TEST=none
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9455063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123995 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9476022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123994 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from wrench menu, login screen menus do not work, because wrench menu is not
fully closed. Made Noop events always make it to inner loop in the
nested_dispatcher such that the menu can fully close itself via noop event.
Bug=113247
Testing=Manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123500
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123669
Review URL: https://chromiumcodereview.appspot.com/9381008
TBR=pkotwicz@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9507001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123992 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
login screen menus do not work, because wrench menu is not fully closed.
Made Noop events always make it to inner loop in the nested_dispatcher such that the menu can fully close itself via noop event.
Bug=113247
Testing=Manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123500
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123669
Review URL: https://chromiumcodereview.appspot.com/9381008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123984 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
occuring because NativeWidgetAura was deleting the restore bounds but
leaving them on the window so that when WorkspaceLayoutManager also
deleted the restore bounds we crashed. I'm changing NativeWidgetAura
to clear the property. Since obervers are passed the old value I'm
also changing the code to use a scoped_ptr so that the old value
hasn't been deleted when observers are notified.
BUG=none
TEST=none
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9479026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123980 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The brightness controller shows up and you can drag the slider, but it doesn't
actually work, because of apparent lack of appropriate libcros API. But that can
be fixed separately.
BUG=110130
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9481011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123818 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As a first step, there are items to open settings, help pages, and an item to
allow [un]muting volume.
The resources have not been uploaded yet. That will be done in a separate CL to
allow this one to go through trybots etc.
This new uber-tray can be turned on at runtime using --ash-uber-tray flag.
BUG=110130
TEST=none yet. will be added when a little more fleshed out.
Review URL: https://chromiumcodereview.appspot.com/9463039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123799 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
LauncherModel::ItemIndexByID().
R=sky@chromium.org
TEST=aura_shell_unittests --gtest_filter=LauncherModel*
Review URL: https://chromiumcodereview.appspot.com/9463042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123752 0039d316-1c4b-4281-b951-d872f2087c98
|