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

Issue 11411344: Extract the code for supporing extended desktop from WorkspaceWindowResizer into DragWindowResizer. (Closed)

Created:
8 years ago by mazda
Modified:
8 years ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, dcheng, ben+watch_chromium.org
Visibility:
Public.

Description

Extract the code for supporing extended desktop from WorkspaceWindowResizer into DragWindowResizer. DragWindowResizer decorates another WindowResizer and adds the ability to move a window across displays. This CL depends on https://codereview.chromium.org/11280283/. BUG=156519 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171624

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 5

Patch Set 4 : address comment #

Patch Set 5 : address comment #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : Fix win_aura error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+656 lines, -462 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M ash/display/mouse_cursor_event_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/drag_window_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A ash/wm/drag_window_resizer.h View 1 2 3 4 5 6 1 chunk +77 lines, -0 lines 0 comments Download
A ash/wm/drag_window_resizer.cc View 1 2 3 4 5 6 7 1 chunk +196 lines, -0 lines 0 comments Download
A ash/wm/drag_window_resizer_unittest.cc View 1 1 chunk +354 lines, -0 lines 0 comments Download
M ash/wm/window_resizer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_window_resizer.h View 1 2 3 4 7 chunks +4 lines, -31 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer.cc View 1 2 3 4 5 6 7 10 chunks +14 lines, -138 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 2 3 4 5 6 7 5 chunks +4 lines, -289 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
mazda
This is another refactoring necessary to enable modal windows to move across displays.
8 years ago (2012-12-04 01:52:19 UTC) #1
sky
https://codereview.chromium.org/11411344/diff/3001/ash/wm/default_window_resizer.h File ash/wm/default_window_resizer.h (right): https://codereview.chromium.org/11411344/diff/3001/ash/wm/default_window_resizer.h#newcode18 ash/wm/default_window_resizer.h:18: explicit DefaultWindowResizer(const Details& details); Move constructor in .cc to ...
8 years ago (2012-12-04 15:58:53 UTC) #2
mazda
https://codereview.chromium.org/11411344/diff/3001/ash/wm/default_window_resizer.h File ash/wm/default_window_resizer.h (right): https://codereview.chromium.org/11411344/diff/3001/ash/wm/default_window_resizer.h#newcode18 ash/wm/default_window_resizer.h:18: explicit DefaultWindowResizer(const Details& details); On 2012/12/04 15:58:53, sky wrote: ...
8 years ago (2012-12-04 18:44:41 UTC) #3
sky
https://codereview.chromium.org/11411344/diff/3001/ash/wm/window_resizer.h File ash/wm/window_resizer.h (right): https://codereview.chromium.org/11411344/diff/3001/ash/wm/window_resizer.h#newcode24 ash/wm/window_resizer.h:24: struct Details { On 2012/12/04 18:44:41, mazda wrote: > ...
8 years ago (2012-12-04 22:39:43 UTC) #4
mazda
On 2012/12/04 22:39:43, sky wrote: > https://codereview.chromium.org/11411344/diff/3001/ash/wm/window_resizer.h > File ash/wm/window_resizer.h (right): > > https://codereview.chromium.org/11411344/diff/3001/ash/wm/window_resizer.h#newcode24 > ...
8 years ago (2012-12-04 23:31:19 UTC) #5
sky
LGTM
8 years ago (2012-12-05 00:48:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mazda@chromium.org/11411344/26001
8 years ago (2012-12-06 20:11:01 UTC) #7
commit-bot: I haz the power
8 years ago (2012-12-06 23:03:44 UTC) #8
Message was sent while issue was closed.
Change committed as 171624

Powered by Google App Engine
This is Rietveld 408576698