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

Issue 8391035: Drag and rotate windows (Closed)

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

Description

Drag and rotate windows between/within workspaces BUG=none TEST=new tests in workspace_manager_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107643

Patch Set 1 #

Patch Set 2 : " #

Total comments: 21

Patch Set 3 : added tests #

Patch Set 4 : " #

Patch Set 5 : rotate windows #

Total comments: 10

Patch Set 6 : addressed comment #

Patch Set 7 : sync #

Patch Set 8 : fix a bug #

Total comments: 1

Patch Set 9 : fixed typo #

Patch Set 10 : addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+599 lines, -73 lines) Patch
M ui/aura_shell/default_container_event_filter.cc View 1 2 3 2 chunks +18 lines, -1 line 0 comments Download
M ui/aura_shell/default_container_layout_manager.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/aura_shell/default_container_layout_manager.cc View 1 2 3 4 4 chunks +28 lines, -2 lines 0 comments Download
M ui/aura_shell/workspace/workspace.h View 1 2 3 4 5 6 7 3 chunks +45 lines, -6 lines 0 comments Download
M ui/aura_shell/workspace/workspace.cc View 1 2 3 4 5 6 7 8 9 7 chunks +125 lines, -22 lines 0 comments Download
M ui/aura_shell/workspace/workspace_manager.h View 1 2 3 4 4 chunks +10 lines, -0 lines 0 comments Download
M ui/aura_shell/workspace/workspace_manager.cc View 1 2 3 4 5 6 7 3 chunks +50 lines, -2 lines 0 comments Download
M ui/aura_shell/workspace/workspace_manager_unittest.cc View 1 2 3 4 5 6 7 5 chunks +320 lines, -40 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
oshima
I'm adding more tests, but the rest is ready for review. PTL http://codereview.chromium.org/8391035/diff/6003/ui/aura_shell/default_container_event_filter.cc File ui/aura_shell/default_container_event_filter.cc ...
9 years, 1 month ago (2011-10-26 22:48:03 UTC) #1
oshima
uploaded new patch with tests. PTAL
9 years, 1 month ago (2011-10-27 00:49:10 UTC) #2
sky
http://codereview.chromium.org/8391035/diff/6003/ui/aura_shell/default_container_event_filter.cc File ui/aura_shell/default_container_event_filter.cc (right): http://codereview.chromium.org/8391035/diff/6003/ui/aura_shell/default_container_event_filter.cc#newcode43 ui/aura_shell/default_container_event_filter.cc:43: switch(drag_state_) { nit: 'switch(' -> 'switch (' http://codereview.chromium.org/8391035/diff/6003/ui/aura_shell/default_container_event_filter.cc#newcode45 ui/aura_shell/default_container_event_filter.cc:45: ...
9 years, 1 month ago (2011-10-27 00:53:03 UTC) #3
oshima
http://codereview.chromium.org/8391035/diff/6003/ui/aura_shell/default_container_event_filter.cc File ui/aura_shell/default_container_event_filter.cc (right): http://codereview.chromium.org/8391035/diff/6003/ui/aura_shell/default_container_event_filter.cc#newcode43 ui/aura_shell/default_container_event_filter.cc:43: switch(drag_state_) { On 2011/10/27 00:53:03, sky wrote: > nit: ...
9 years, 1 month ago (2011-10-27 16:16:26 UTC) #4
sky
> You're right. we want move (or rotate). I'll fix asap. Let me know when ...
9 years, 1 month ago (2011-10-27 16:21:18 UTC) #5
oshima
9 years, 1 month ago (2011-10-27 18:52:34 UTC) #6
oshima
Uploaded new patch that rotates window. Added new tests.
9 years, 1 month ago (2011-10-27 18:53:10 UTC) #7
sky
LGTM http://codereview.chromium.org/8391035/diff/3049/ui/aura_shell/workspace/workspace.cc File ui/aura_shell/workspace/workspace.cc (right): http://codereview.chromium.org/8391035/diff/3049/ui/aura_shell/workspace/workspace.cc#newcode229 ui/aura_shell/workspace/workspace.cc:229: nit: remove on of these lines. http://codereview.chromium.org/8391035/diff/3049/ui/aura_shell/workspace/workspace.h File ...
9 years, 1 month ago (2011-10-27 19:46:41 UTC) #8
oshima
http://codereview.chromium.org/8391035/diff/3049/ui/aura_shell/workspace/workspace.cc File ui/aura_shell/workspace/workspace.cc (right): http://codereview.chromium.org/8391035/diff/3049/ui/aura_shell/workspace/workspace.cc#newcode229 ui/aura_shell/workspace/workspace.cc:229: On 2011/10/27 19:46:41, sky wrote: > nit: remove on ...
9 years, 1 month ago (2011-10-27 20:25:43 UTC) #9
oshima
Found a bug where I wasn't handle dropping a source in the middle. Fix the ...
9 years, 1 month ago (2011-10-27 22:23:29 UTC) #10
sky
LGTM http://codereview.chromium.org/8391035/diff/3050/ui/aura_shell/workspace/workspace.cc File ui/aura_shell/workspace/workspace.cc (right): http://codereview.chromium.org/8391035/diff/3050/ui/aura_shell/workspace/workspace.cc#newcode142 ui/aura_shell/workspace/workspace.cc:142: iter++; ++iter.
9 years, 1 month ago (2011-10-27 22:28:53 UTC) #11
oshima
9 years, 1 month ago (2011-10-27 22:31:45 UTC) #12
On 2011/10/27 22:28:53, sky wrote:
> LGTM
> 
>
http://codereview.chromium.org/8391035/diff/3050/ui/aura_shell/workspace/work...
> File ui/aura_shell/workspace/workspace.cc (right):
> 
>
http://codereview.chromium.org/8391035/diff/3050/ui/aura_shell/workspace/work...
> ui/aura_shell/workspace/workspace.cc:142: iter++;
> ++iter.
done.

Powered by Google App Engine
This is Rietveld 408576698