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

Issue 8381015: Add workspace to desktop (Closed)

Created:
9 years, 2 months ago by oshima
Modified:
9 years, 1 month ago
Reviewers:
sky
CC:
chromium-reviews, tfarina, dhollowa, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add workspace to desktop * Windows are now managed by workspace manager and laid out as such. * Window activation triggers active workspace switch. * Clicking backround toggles overview mode * Replaces TileWindow layout with overview mode. You can drag window, but it doesn't actually move the window (yet). BUG=none TEST=new tests are added to workspace_manager_unittests,default_container_layout_manager_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107304

Patch Set 1 #

Patch Set 2 : " #

Total comments: 60

Patch Set 3 : " #

Patch Set 4 : addressed comments #

Patch Set 5 : add tests #

Patch Set 6 : temporarily exlucde tests failing on win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+647 lines, -199 lines) Patch
M ui/aura/screen_aura.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/test/aura_test_base.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ui/aura/test/aura_test_base.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M ui/aura/toplevel_window_event_filter.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M ui/aura_shell/aura_shell.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
A ui/aura_shell/default_container_event_filter.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A ui/aura_shell/default_container_event_filter.cc View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
M ui/aura_shell/default_container_layout_manager.h View 1 2 3 chunks +28 lines, -2 lines 0 comments Download
M ui/aura_shell/default_container_layout_manager.cc View 1 2 2 chunks +91 lines, -30 lines 0 comments Download
M ui/aura_shell/default_container_layout_manager_unittest.cc View 1 2 3 4 5 5 chunks +37 lines, -10 lines 0 comments Download
M ui/aura_shell/desktop_background_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/aura_shell/shell.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M ui/aura_shell/shell.cc View 1 2 6 chunks +20 lines, -101 lines 0 comments Download
M ui/aura_shell/workspace/workspace.h View 1 2 4 chunks +21 lines, -9 lines 0 comments Download
M ui/aura_shell/workspace/workspace.cc View 1 2 6 chunks +70 lines, -10 lines 0 comments Download
M ui/aura_shell/workspace/workspace_manager.h View 1 2 3 chunks +37 lines, -9 lines 0 comments Download
M ui/aura_shell/workspace/workspace_manager.cc View 1 2 3 4 5 chunks +115 lines, -13 lines 0 comments Download
M ui/aura_shell/workspace/workspace_manager_unittest.cc View 1 2 3 4 5 chunks +81 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
oshima
I'm still working on tests and will let you know when tests are done, but ...
9 years, 2 months ago (2011-10-25 20:08:07 UTC) #1
sky
http://codereview.chromium.org/8381015/diff/12001/ui/aura/toplevel_window_event_filter.h File ui/aura/toplevel_window_event_filter.h (right): http://codereview.chromium.org/8381015/diff/12001/ui/aura/toplevel_window_event_filter.h#newcode30 ui/aura/toplevel_window_event_filter.h:30: int window_component() const { return window_component_; } Add comment. ...
9 years, 2 months ago (2011-10-25 20:58:05 UTC) #2
oshima
Ben seems to be working on event filter, so I'll wait for his reply before ...
9 years, 2 months ago (2011-10-25 23:37:23 UTC) #3
sky
9 years, 2 months ago (2011-10-25 23:57:49 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698