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

Issue 13896026: Stick windows to sides of workspaces (Closed)

Created:
7 years, 8 months ago by varkha
Modified:
7 years, 5 months ago
CC:
chromium-reviews, sadrul, ben+watch_chromium.org, kuscher1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Stick windows to side of workspaces BUG=233331 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207002

Patch Set 1 #

Patch Set 2 : Preserve docked state when launcher auto-hide changes. #

Total comments: 17

Patch Set 3 : Rebase. #

Patch Set 4 : Better logic maintaining docked state. #

Patch Set 5 : Corrected component build (use int64 property). #

Patch Set 6 : Only update stuck edges when manually resizing a window #

Patch Set 7 : Update stuck to edge property when left- and right-maximizing #

Patch Set 8 : Correcting logic to avoid getting stuck on resize #

Total comments: 5

Patch Set 9 : Open dock on the right #

Patch Set 10 : Open dock on either side #

Patch Set 11 : Dock on left or right edge #

Total comments: 16

Patch Set 12 : Docking on both sides (comments) #

Patch Set 13 : Docking with dock width=0 #

Total comments: 69

Patch Set 14 : Docking with dock width=0 (comments) #

Patch Set 15 : Docking with dock width=0 (more comments) #

Total comments: 18

Patch Set 16 : Adding dock layout unittests #

Patch Set 17 : Dock with zero width (no logs) #

Total comments: 11

Patch Set 18 : Dock with zero width (comments) #

Total comments: 42

Patch Set 19 : Dock with zero width (comments) #

Total comments: 32

Patch Set 20 : Dock with zero width (no property) #

Patch Set 21 : Dock with zero width (no property rebased) #

Patch Set 22 : Dock with zero width (some tests disabled on Windows) #

Total comments: 32

Patch Set 23 : Dock with zero width (comments) #

Patch Set 24 : Dock with zero width (small fix for shelf auto-hide) #

Total comments: 12

Patch Set 25 : Dock with zero width (exposing DragWindowResizer for tests) #

Patch Set 26 : Dock with zero width (exposing DragWindowResizer for tests, rebase) #

Patch Set 27 : Dock with zero width (exposing DragWindowResizer for tests, rebase) #

Total comments: 2

Patch Set 28 : Dock with zero width (comments on unit tests) #

Total comments: 8

Patch Set 29 : Dock with zero width (drag resizer instance) #

Total comments: 6

Patch Set 30 : Dock with zero width (drag resizer instance) #

Total comments: 3

Patch Set 31 : Dock with zero width (rebase) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1782 lines, -88 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +6 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 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 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 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +3 lines, -0 lines 0 comments Download
M ash/display/screen_position_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +4 lines, -0 lines 0 comments Download
M ash/root_window_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +5 lines, -0 lines 0 comments Download
M ash/root_window_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 6 chunks +20 lines, -0 lines 0 comments Download
M ash/shell_window_ids.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +18 lines, -15 lines 0 comments Download
M ash/wm/activation_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/ash_focus_rules.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/default_window_resizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/default_window_resizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +4 lines, -0 lines 0 comments Download
A ash/wm/dock/dock_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +23 lines, -0 lines 0 comments Download
A ash/wm/dock/docked_window_layout_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +143 lines, -0 lines 0 comments Download
A ash/wm/dock/docked_window_layout_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +369 lines, -0 lines 0 comments Download
A ash/wm/dock/docked_window_layout_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +237 lines, -0 lines 0 comments Download
A ash/wm/dock/docked_window_resizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +85 lines, -0 lines 0 comments Download
A ash/wm/dock/docked_window_resizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +195 lines, -0 lines 0 comments Download
A ash/wm/dock/docked_window_resizer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +556 lines, -0 lines 0 comments Download
M ash/wm/drag_window_resizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +5 lines, -5 lines 0 comments Download
M ash/wm/drag_window_resizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +11 lines, -1 line 0 comments Download
M ash/wm/drag_window_resizer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 21 chunks +35 lines, -29 lines 0 comments Download
M ash/wm/panels/panel_layout_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -0 lines 0 comments Download
M ash/wm/panels/panel_window_resizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +6 lines, -6 lines 0 comments Download
M ash/wm/panels/panel_window_resizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 4 chunks +9 lines, -4 lines 0 comments Download
M ash/wm/panels/panel_window_resizer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +8 lines, -14 lines 0 comments Download
M ash/wm/window_resizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +4 lines, -1 line 0 comments Download
M ash/wm/workspace/workspace_layout_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_window_resizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +2 lines, -5 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 5 chunks +21 lines, -1 line 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 59 (0 generated)
varkha
Looping in flackr@.
7 years, 7 months ago (2013-05-01 15:49:17 UTC) #1
flackr
https://codereview.chromium.org/13896026/diff/2001/ash/ash_switches.cc File ash/ash_switches.cc (right): https://codereview.chromium.org/13896026/diff/2001/ash/ash_switches.cc#newcode81 ash/ash_switches.cc:81: // Enable the gutter area on a desktop. We ...
7 years, 7 months ago (2013-05-01 17:34:04 UTC) #2
varkha
PTAL https://codereview.chromium.org/13896026/diff/2001/ash/ash_switches.cc File ash/ash_switches.cc (right): https://codereview.chromium.org/13896026/diff/2001/ash/ash_switches.cc#newcode81 ash/ash_switches.cc:81: // Enable the gutter area on a desktop. ...
7 years, 7 months ago (2013-05-18 03:06:37 UTC) #3
flackr
I'm worried that the idea of a window being stuck to an edge is unrelated ...
7 years, 7 months ago (2013-05-22 02:00:56 UTC) #4
varkha
Thanks for taking the time to review this. Some of it is obviously scaffolding that ...
7 years, 7 months ago (2013-05-22 02:42:53 UTC) #5
flackr
On 2013/05/22 02:42:53, varkha wrote: > Thanks for taking the time to review this. Some ...
7 years, 7 months ago (2013-05-23 15:45:15 UTC) #6
varkha
flackr@, please take a look. Some cleanup still needs to happen (most importantly Relayout contains ...
7 years, 6 months ago (2013-05-30 21:59:11 UTC) #7
flackr
Can we break this up into smaller CLs? i.e. 1) Managing some "docked" property of ...
7 years, 6 months ago (2013-05-31 14:23:45 UTC) #8
varkha
My goal is to have 1 and 2 in this CL and remove as much ...
7 years, 6 months ago (2013-05-31 15:14:33 UTC) #9
varkha
Can you please take a look - this is step 1 plus docking on a ...
7 years, 6 months ago (2013-05-31 23:31:04 UTC) #10
varkha
PTAL https://codereview.chromium.org/13896026/diff/90008/ash/ash_switches.cc File ash/ash_switches.cc (right): https://codereview.chromium.org/13896026/diff/90008/ash/ash_switches.cc#newcode75 ash/ash_switches.cc:75: // Enable the gutter area on a desktop. ...
7 years, 6 months ago (2013-05-31 23:33:41 UTC) #11
stevenjb
Mostly nits. Once addressed, I think sky@ should also take a look since he's much ...
7 years, 6 months ago (2013-06-03 18:19:03 UTC) #12
varkha
With comments addressed. flakr@, stevenjb@, do you think this is OK for owner's review? https://codereview.chromium.org/13896026/diff/122001/ash/shell_window_ids.h ...
7 years, 6 months ago (2013-06-03 21:03:17 UTC) #13
flackr
I know the tests are coming so I won't mention those :-). This is looking ...
7 years, 6 months ago (2013-06-03 22:03:43 UTC) #14
varkha
PTAL with most comments addressed and some explanations. https://codereview.chromium.org/13896026/diff/122001/ash/wm/dock/dock_layout_manager.cc File ash/wm/dock/dock_layout_manager.cc (right): https://codereview.chromium.org/13896026/diff/122001/ash/wm/dock/dock_layout_manager.cc#newcode81 ash/wm/dock/dock_layout_manager.cc:81: // ...
7 years, 6 months ago (2013-06-04 03:13:49 UTC) #15
stevenjb
lgtm https://codereview.chromium.org/13896026/diff/138001/ash/wm/dock/dock_layout_manager.cc File ash/wm/dock/dock_layout_manager.cc (right): https://codereview.chromium.org/13896026/diff/138001/ash/wm/dock/dock_layout_manager.cc#newcode230 ash/wm/dock/dock_layout_manager.cc:230: else if (key == aura::client::kShowStateKey) { nit: else ...
7 years, 6 months ago (2013-06-04 16:23:53 UTC) #16
flackr
I'm not sure I see the code for how windows can only be docked on ...
7 years, 6 months ago (2013-06-04 19:58:10 UTC) #17
flackr
https://codereview.chromium.org/13896026/diff/138001/ash/wm/workspace/workspace_window_resizer.cc File ash/wm/workspace/workspace_window_resizer.cc (right): https://codereview.chromium.org/13896026/diff/138001/ash/wm/workspace/workspace_window_resizer.cc#newcode700 ash/wm/workspace/workspace_window_resizer.cc:700: dock_edge_ = DockLayoutManager::FindDockEdge(window()); As discussed, you shouldn't need to ...
7 years, 6 months ago (2013-06-04 20:58:03 UTC) #18
varkha
PTAL. I will remove LOG statements and probably oak changes before owner review. https://codereview.chromium.org/13896026/diff/138001/ash/wm/dock/dock_layout_manager.cc File ...
7 years, 6 months ago (2013-06-07 19:01:28 UTC) #19
varkha
+sky@ for OWNERS review.
7 years, 6 months ago (2013-06-10 14:24:15 UTC) #20
sky
+mukai It's my understanding we're moving away from a worskpace per maximized window (see https://codereview.chromium.org/16093036/ ...
7 years, 6 months ago (2013-06-10 15:46:41 UTC) #21
flackr
On 2013/06/10 15:46:41, sky wrote: > +mukai > It's my understanding we're moving away from ...
7 years, 6 months ago (2013-06-10 16:15:53 UTC) #22
kuscher2
+Alcor Yes, we still want to experiment with clever positioning for panels in this world. ...
7 years, 6 months ago (2013-06-10 18:10:57 UTC) #23
Jun Mukai
quick update: talked with alex, and the UI does not sound like a conflict with ...
7 years, 6 months ago (2013-06-10 19:30:06 UTC) #24
Jun Mukai
seems not conflict with my CL. a few comments. https://codereview.chromium.org/13896026/diff/192002/ash/shell_window_ids.h File ash/shell_window_ids.h (right): https://codereview.chromium.org/13896026/diff/192002/ash/shell_window_ids.h#newcode103 ash/shell_window_ids.h:103: ...
7 years, 6 months ago (2013-06-10 20:40:56 UTC) #25
flackr
https://codereview.chromium.org/13896026/diff/192002/ash/shell_window_ids.h File ash/shell_window_ids.h (right): https://codereview.chromium.org/13896026/diff/192002/ash/shell_window_ids.h#newcode103 ash/shell_window_ids.h:103: const int kShellWindowId_DockContainer = 23; On 2013/06/10 20:40:57, Jun ...
7 years, 6 months ago (2013-06-10 20:58:06 UTC) #26
varkha
Thanks and PTAL. https://codereview.chromium.org/13896026/diff/192002/ash/shell_window_ids.h File ash/shell_window_ids.h (right): https://codereview.chromium.org/13896026/diff/192002/ash/shell_window_ids.h#newcode103 ash/shell_window_ids.h:103: const int kShellWindowId_DockContainer = 23; On ...
7 years, 6 months ago (2013-06-10 21:09:47 UTC) #27
sky
Can you better outline what this is attempting to do then? From the bug: "When ...
7 years, 6 months ago (2013-06-10 23:00:47 UTC) #28
sky
https://codereview.chromium.org/13896026/diff/211001/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/13896026/diff/211001/ash/ash.gyp#newcode369 ash/ash.gyp:369: 'wm/dock/dock_layout_manager.cc', sort https://codereview.chromium.org/13896026/diff/211001/ash/wm/dock/dock_layout_manager.cc File ash/wm/dock/dock_layout_manager.cc (right): https://codereview.chromium.org/13896026/diff/211001/ash/wm/dock/dock_layout_manager.cc#newcode67 ash/wm/dock/dock_layout_manager.cc:67: if ...
7 years, 6 months ago (2013-06-11 00:03:12 UTC) #29
varkha
PTAL. Almost all resolved and a couple questions. https://codereview.chromium.org/13896026/diff/211001/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/13896026/diff/211001/ash/ash.gyp#newcode369 ash/ash.gyp:369: 'wm/dock/dock_layout_manager.cc', ...
7 years, 6 months ago (2013-06-11 02:34:23 UTC) #30
sky
https://codereview.chromium.org/13896026/diff/211001/ash/wm/dock/dock_layout_manager.cc File ash/wm/dock/dock_layout_manager.cc (right): https://codereview.chromium.org/13896026/diff/211001/ash/wm/dock/dock_layout_manager.cc#newcode177 ash/wm/dock/dock_layout_manager.cc:177: SetChildBoundsDirect(child, requested_bounds); On 2013/06/11 02:34:24, varkha wrote: > I ...
7 years, 6 months ago (2013-06-11 16:15:26 UTC) #31
flackr
https://codereview.chromium.org/13896026/diff/130005/ash/wm/activation_controller.cc File ash/wm/activation_controller.cc (right): https://codereview.chromium.org/13896026/diff/130005/ash/wm/activation_controller.cc#newcode46 ash/wm/activation_controller.cc:46: kShellWindowId_DockContainer, I think this should probably be above PanelContainer ...
7 years, 6 months ago (2013-06-11 17:59:31 UTC) #32
varkha
Thanks for all the comments. The CL looks much simpler now with no property. There ...
7 years, 6 months ago (2013-06-12 04:52:13 UTC) #33
sky
https://codereview.chromium.org/13896026/diff/260001/ash/shell_window_ids.h File ash/shell_window_ids.h (right): https://codereview.chromium.org/13896026/diff/260001/ash/shell_window_ids.h#newcode54 ash/shell_window_ids.h:54: const int kShellWindowId_DockContainer = 8; DockedContainer? https://codereview.chromium.org/13896026/diff/260001/ash/wm/activation_controller.cc File ash/wm/activation_controller.cc ...
7 years, 6 months ago (2013-06-12 21:50:17 UTC) #34
varkha
Thanks for the comments. PTAL. https://codereview.chromium.org/13896026/diff/260001/ash/shell_window_ids.h File ash/shell_window_ids.h (right): https://codereview.chromium.org/13896026/diff/260001/ash/shell_window_ids.h#newcode54 ash/shell_window_ids.h:54: const int kShellWindowId_DockContainer = ...
7 years, 6 months ago (2013-06-13 05:02:11 UTC) #35
sky
LGTM https://codereview.chromium.org/13896026/diff/275001/ash/wm/dock/docked_window_layout_manager.cc File ash/wm/dock/docked_window_layout_manager.cc (right): https://codereview.chromium.org/13896026/diff/275001/ash/wm/dock/docked_window_layout_manager.cc#newcode257 ash/wm/dock/docked_window_layout_manager.cc:257: new_state == ash::SHELF_HIDDEN; nit: no need to wrap ...
7 years, 6 months ago (2013-06-13 15:36:45 UTC) #36
flackr
LGTM
7 years, 6 months ago (2013-06-13 17:28:29 UTC) #37
stevenjb
lgtm https://codereview.chromium.org/13896026/diff/275001/ash/wm/dock/docked_window_layout_manager.cc File ash/wm/dock/docked_window_layout_manager.cc (right): https://codereview.chromium.org/13896026/diff/275001/ash/wm/dock/docked_window_layout_manager.cc#newcode183 ash/wm/dock/docked_window_layout_manager.cc:183: return; Since we handle the error condition, we ...
7 years, 6 months ago (2013-06-13 17:54:40 UTC) #38
varkha
Thanks everybody. This needed a bit more work because chained resizers break the DragWindowResizerTest. The ...
7 years, 6 months ago (2013-06-13 20:19:14 UTC) #39
flackr
Hmm, I knew that chaining resizers would get tricky when we make assumptions about the ...
7 years, 6 months ago (2013-06-14 18:31:32 UTC) #40
flackr
https://codereview.chromium.org/13896026/diff/321001/ash/wm/window_resizer.h File ash/wm/window_resizer.h (right): https://codereview.chromium.org/13896026/diff/321001/ash/wm/window_resizer.h#newcode55 ash/wm/window_resizer.h:55: virtual const gfx::Point& GetInitialLocationForTest() const = 0; This should ...
7 years, 6 months ago (2013-06-14 18:31:49 UTC) #41
varkha
I thought about it. The only thing I don't like about it is that if ...
7 years, 6 months ago (2013-06-14 18:42:53 UTC) #42
sky
On 2013/06/14 18:31:32, flackr wrote: > Hmm, I knew that chaining resizers would get tricky ...
7 years, 6 months ago (2013-06-14 19:46:48 UTC) #43
varkha
Done.
7 years, 6 months ago (2013-06-14 22:11:00 UTC) #44
varkha
PTAL. The static accessor for the last created DragWindowResizer is hopefully temporary solution to the ...
7 years, 6 months ago (2013-06-14 22:13:08 UTC) #45
flackr
This approach with the last instance accessor LGTM. A few nits, overridden protected methods should ...
7 years, 6 months ago (2013-06-17 18:49:41 UTC) #46
varkha
Done. https://codereview.chromium.org/13896026/diff/351001/ash/wm/default_window_resizer.h File ash/wm/default_window_resizer.h (right): https://codereview.chromium.org/13896026/diff/351001/ash/wm/default_window_resizer.h#newcode42 ash/wm/default_window_resizer.h:42: virtual const gfx::Point& GetInitialLocationForTest() const OVERRIDE; On 2013/06/17 ...
7 years, 6 months ago (2013-06-17 19:05:36 UTC) #47
sky
https://codereview.chromium.org/13896026/diff/347002/ash/wm/drag_window_resizer.h File ash/wm/drag_window_resizer.h (right): https://codereview.chromium.org/13896026/diff/347002/ash/wm/drag_window_resizer.h#newcode75 ash/wm/drag_window_resizer.h:75: static DragWindowResizer* last_instance; Why the last here? Isn't this ...
7 years, 6 months ago (2013-06-17 19:49:46 UTC) #48
flackr
https://codereview.chromium.org/13896026/diff/347002/ash/wm/drag_window_resizer.h File ash/wm/drag_window_resizer.h (right): https://codereview.chromium.org/13896026/diff/347002/ash/wm/drag_window_resizer.h#newcode75 ash/wm/drag_window_resizer.h:75: static DragWindowResizer* last_instance; On 2013/06/17 19:49:47, sky wrote: > ...
7 years, 6 months ago (2013-06-17 20:02:39 UTC) #49
varkha
Should be done. https://codereview.chromium.org/13896026/diff/347002/ash/wm/drag_window_resizer.h File ash/wm/drag_window_resizer.h (right): https://codereview.chromium.org/13896026/diff/347002/ash/wm/drag_window_resizer.h#newcode75 ash/wm/drag_window_resizer.h:75: static DragWindowResizer* last_instance; On 2013/06/17 19:49:47, ...
7 years, 6 months ago (2013-06-17 20:34:57 UTC) #50
sky
LGTM https://codereview.chromium.org/13896026/diff/379001/ash/wm/drag_window_resizer.h File ash/wm/drag_window_resizer.h (right): https://codereview.chromium.org/13896026/diff/379001/ash/wm/drag_window_resizer.h#newcode68 ash/wm/drag_window_resizer.h:68: // Last instance created - for use by ...
7 years, 6 months ago (2013-06-17 20:37:22 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/13896026/379001
7 years, 6 months ago (2013-06-17 20:41:59 UTC) #52
commit-bot: I haz the power
Failed to apply patch for ash/wm/drag_window_resizer_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-17 20:42:07 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/13896026/399001
7 years, 6 months ago (2013-06-18 03:21:44 UTC) #54
varkha
https://codereview.chromium.org/13896026/diff/379001/ash/wm/drag_window_resizer.h File ash/wm/drag_window_resizer.h (right): https://codereview.chromium.org/13896026/diff/379001/ash/wm/drag_window_resizer.h#newcode68 ash/wm/drag_window_resizer.h:68: // Last instance created - for use by the ...
7 years, 6 months ago (2013-06-18 03:22:26 UTC) #55
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-06-18 05:55:03 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/13896026/399001
7 years, 6 months ago (2013-06-18 11:19:05 UTC) #57
flackr
https://codereview.chromium.org/13896026/diff/379001/ash/wm/drag_window_resizer.h File ash/wm/drag_window_resizer.h (right): https://codereview.chromium.org/13896026/diff/379001/ash/wm/drag_window_resizer.h#newcode68 ash/wm/drag_window_resizer.h:68: // Last instance created - for use by the ...
7 years, 6 months ago (2013-06-18 13:35:03 UTC) #58
commit-bot: I haz the power
7 years, 6 months ago (2013-06-18 15:37:08 UTC) #59
Message was sent while issue was closed.
Change committed as 207002

Powered by Google App Engine
This is Rietveld 408576698