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

Issue 11417150: Implement workspace scrubbing (Closed)

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

Description

Implement workspace scrubbing BUG=160903 Test=Manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170688

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Patch Set 9 : #

Total comments: 16

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Total comments: 4

Patch Set 14 : #

Total comments: 3

Patch Set 15 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -4 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download
M ash/ash_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M ash/ash_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -0 lines 0 comments Download
A ash/wm/workspace/workspace_cycler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +46 lines, -0 lines 0 comments Download
A ash/wm/workspace/workspace_cycler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +93 lines, -0 lines 0 comments Download
M ash/wm/workspace/workspace_manager.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -0 lines 0 comments Download
M ash/wm/workspace/workspace_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +27 lines, -0 lines 0 comments Download
M ash/wm/workspace_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -0 lines 0 comments Download
M ash/wm/workspace_controller.cc View 2 chunks +7 lines, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +9 lines, -3 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
pkotwicz
Sadrul, can you please take a look?
8 years, 1 month ago (2012-11-23 16:45:03 UTC) #1
sadrul
I haven't looked at the change in workspace-manager regarding hidden/pending workspaces. But I have some ...
8 years, 1 month ago (2012-11-23 20:02:07 UTC) #2
pkotwicz
Changes as requested. Sadrul, can you take another look? https://codereview.chromium.org/11417150/diff/7002/ash/wm/workspace/workspace_cycler.cc File ash/wm/workspace/workspace_cycler.cc (right): https://codereview.chromium.org/11417150/diff/7002/ash/wm/workspace/workspace_cycler.cc#newcode116 ash/wm/workspace/workspace_cycler.cc:116: ...
8 years, 1 month ago (2012-11-23 22:08:32 UTC) #3
sadrul
I haven't looked at the pending/hidden workspace enough to know if the change is good. ...
8 years ago (2012-11-26 16:55:50 UTC) #4
pkotwicz
Scott, can you please take a look? This CL implements workspace scrubbing for immersive mode. ...
8 years ago (2012-11-26 21:07:31 UTC) #5
sky
I got hung up on what we're trying to do. That said, I do have ...
8 years ago (2012-11-26 23:20:49 UTC) #6
pkotwicz
I pinged alcor@ and kuscher@. Their opinion is that we don't want to allow a ...
8 years ago (2012-11-27 20:28:23 UTC) #7
sky
I think always moving the active workspace to the front is going to be confusing. ...
8 years ago (2012-11-28 15:15:34 UTC) #8
pkotwicz
Changes as requested > I think always moving the active workspace to the front is ...
8 years ago (2012-11-29 01:01:46 UTC) #9
pkotwicz
Just to be explicit, Scott can you take another look?
8 years ago (2012-11-29 01:02:12 UTC) #10
pkotwicz
Scott, can you please take another look?
8 years ago (2012-11-29 21:53:05 UTC) #11
sky
https://codereview.chromium.org/11417150/diff/6041/ash/wm/workspace/workspace_cycler.cc File ash/wm/workspace/workspace_cycler.cc (right): https://codereview.chromium.org/11417150/diff/6041/ash/wm/workspace/workspace_cycler.cc#newcode73 ash/wm/workspace/workspace_cycler.cc:73: scroll_y_ = 0; Lets say I've scrolled by 100. ...
8 years ago (2012-11-29 23:09:51 UTC) #12
pkotwicz
https://codereview.chromium.org/11417150/diff/6041/ash/wm/workspace/workspace_cycler.cc File ash/wm/workspace/workspace_cycler.cc (right): https://codereview.chromium.org/11417150/diff/6041/ash/wm/workspace/workspace_cycler.cc#newcode73 ash/wm/workspace/workspace_cycler.cc:73: scroll_y_ = 0; As far as I understand it, ...
8 years ago (2012-11-30 01:19:45 UTC) #13
sky
https://codereview.chromium.org/11417150/diff/1043/ash/wm/workspace/workspace_cycler.cc File ash/wm/workspace/workspace_cycler.cc (right): https://codereview.chromium.org/11417150/diff/1043/ash/wm/workspace/workspace_cycler.cc#newcode69 ash/wm/workspace/workspace_cycler.cc:69: workspace_manager_->CycleToWorkspace(scroll_y_ > 0 ? You sure you don't want ...
8 years ago (2012-11-30 01:39:45 UTC) #14
pkotwicz
https://codereview.chromium.org/11417150/diff/1043/ash/wm/workspace/workspace_cycler.cc File ash/wm/workspace/workspace_cycler.cc (right): https://codereview.chromium.org/11417150/diff/1043/ash/wm/workspace/workspace_cycler.cc#newcode69 ash/wm/workspace/workspace_cycler.cc:69: workspace_manager_->CycleToWorkspace(scroll_y_ > 0 ? I am unsure if I ...
8 years ago (2012-11-30 02:12:48 UTC) #15
sky
LGTM https://codereview.chromium.org/11417150/diff/1043/ash/wm/workspace/workspace_manager.cc File ash/wm/workspace/workspace_manager.cc (right): https://codereview.chromium.org/11417150/diff/1043/ash/wm/workspace/workspace_manager.cc#newcode287 ash/wm/workspace/workspace_manager.cc:287: if (active_window) Add a TODO here, we shouldn't ...
8 years ago (2012-11-30 02:32:16 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/11417150/4018
8 years ago (2012-12-02 02:18:42 UTC) #17
commit-bot: I haz the power
8 years ago (2012-12-02 07:43:54 UTC) #18
Message was sent while issue was closed.
Change committed as 170688

Powered by Google App Engine
This is Rietveld 408576698