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

Issue 55363004: Enables docked windows by default (Closed)

Created:
7 years, 1 month ago by varkha
Modified:
7 years, 1 month ago
Reviewers:
flackr, sky
CC:
chromium-reviews, kalyank, erikwright+watch_chromium.org, sadrul, dcheng, ben+ash_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Enables docked windows by default BUG=227223 TEST=ash_unittests --gtest_filter=*DockedWindow* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233738

Patch Set 1 : Enables docked windows by default #

Total comments: 10

Patch Set 2 : Enables docked windows by default (comments) #

Total comments: 3

Patch Set 3 : Prevent reentrant CompleteDrag when changing display configuration #

Patch Set 4 : Enables docked windows by default (rebase) #

Total comments: 8

Patch Set 5 : Enables docked window flag by default (comments) #

Total comments: 4

Patch Set 6 : Enables docked window flag by default (comments) #

Total comments: 4

Patch Set 7 : Enables docked window flag by default (comments) #

Total comments: 2

Patch Set 8 : Enables docked window flag by default (nit) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -235 lines) Patch
M ash/ash_switches.h View 1 2 3 3 chunks +4 lines, -1 line 0 comments Download
M ash/ash_switches.cc View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M ash/wm/dock/docked_window_layout_manager.cc View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M ash/wm/dock/docked_window_layout_manager_unittest.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M ash/wm/dock/docked_window_resizer_unittest.cc View 1 2 3 4 5 6 7 5 chunks +12 lines, -8 lines 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer.h View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer.cc View 1 2 3 4 5 6 chunks +10 lines, -8 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 2 3 4 5 6 51 chunks +186 lines, -186 lines 0 comments Download
M ash/wm/workspace_controller_unittest.cc View 1 2 3 4 5 chunks +9 lines, -5 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
varkha
flackr@, can you please take a look? Some tests required adjustments, more so to enable ...
7 years, 1 month ago (2013-11-01 04:24:12 UTC) #1
flackr
Please move code changes not related to enabling by default into separate CL(s) ideally with ...
7 years, 1 month ago (2013-11-01 16:52:27 UTC) #2
varkha
I have moved the separate bugs to individual CLs, they are still merged in (waiting ...
7 years, 1 month ago (2013-11-05 20:34:23 UTC) #3
varkha
https://codereview.chromium.org/55363004/diff/340001/ash/wm/dock/docked_window_resizer.cc File ash/wm/dock/docked_window_resizer.cc (right): https://codereview.chromium.org/55363004/diff/340001/ash/wm/dock/docked_window_resizer.cc#newcode126 ash/wm/dock/docked_window_resizer.cc:126: window_state->SetTrackedByWorkspace(false); This change is from https://codereview.chromium.org/57963003/ https://codereview.chromium.org/55363004/diff/340001/ash/wm/dock/docked_window_resizer.cc#newcode139 ash/wm/dock/docked_window_resizer.cc:139: window_state->SetTrackedByWorkspace(false); ...
7 years, 1 month ago (2013-11-05 20:47:21 UTC) #4
varkha
I have rebased it to include my recent CLs, so there should be no changes ...
7 years, 1 month ago (2013-11-06 18:54:23 UTC) #5
flackr
https://codereview.chromium.org/55363004/diff/580001/ash/wm/toplevel_window_event_handler_unittest.cc File ash/wm/toplevel_window_event_handler_unittest.cc (right): https://codereview.chromium.org/55363004/diff/580001/ash/wm/toplevel_window_event_handler_unittest.cc#newcode411 ash/wm/toplevel_window_event_handler_unittest.cc:411: target->SetBounds(gfx::Rect(700, 0, 100, 100)); I'm not sure I follow ...
7 years, 1 month ago (2013-11-06 20:02:31 UTC) #6
varkha
PTAL https://codereview.chromium.org/55363004/diff/580001/ash/wm/toplevel_window_event_handler_unittest.cc File ash/wm/toplevel_window_event_handler_unittest.cc (right): https://codereview.chromium.org/55363004/diff/580001/ash/wm/toplevel_window_event_handler_unittest.cc#newcode411 ash/wm/toplevel_window_event_handler_unittest.cc:411: target->SetBounds(gfx::Rect(700, 0, 100, 100)); On 2013/11/06 20:02:31, flackr ...
7 years, 1 month ago (2013-11-06 21:19:52 UTC) #7
flackr
https://codereview.chromium.org/55363004/diff/660001/ash/wm/workspace/workspace_window_resizer.h File ash/wm/workspace/workspace_window_resizer.h (right): https://codereview.chromium.org/55363004/diff/660001/ash/wm/workspace/workspace_window_resizer.h#newcode138 ash/wm/workspace/workspace_window_resizer.h:138: bool ShouldStickToEdge(int distance_from_edge, int sticky_size) const; Making this externally ...
7 years, 1 month ago (2013-11-06 21:41:41 UTC) #8
varkha
https://codereview.chromium.org/55363004/diff/660001/ash/wm/workspace/workspace_window_resizer.h File ash/wm/workspace/workspace_window_resizer.h (right): https://codereview.chromium.org/55363004/diff/660001/ash/wm/workspace/workspace_window_resizer.h#newcode138 ash/wm/workspace/workspace_window_resizer.h:138: bool ShouldStickToEdge(int distance_from_edge, int sticky_size) const; On 2013/11/06 21:41:41, ...
7 years, 1 month ago (2013-11-06 22:40:14 UTC) #9
flackr
lgtm with nits https://codereview.chromium.org/55363004/diff/740001/ash/wm/workspace/workspace_window_resizer_unittest.cc File ash/wm/workspace/workspace_window_resizer_unittest.cc (right): https://codereview.chromium.org/55363004/diff/740001/ash/wm/workspace/workspace_window_resizer_unittest.cc#newcode101 ash/wm/workspace/workspace_window_resizer_unittest.cc:101: }; // namespace nit: double space ...
7 years, 1 month ago (2013-11-07 03:06:05 UTC) #10
varkha
https://codereview.chromium.org/55363004/diff/740001/ash/wm/workspace/workspace_window_resizer_unittest.cc File ash/wm/workspace/workspace_window_resizer_unittest.cc (right): https://codereview.chromium.org/55363004/diff/740001/ash/wm/workspace/workspace_window_resizer_unittest.cc#newcode101 ash/wm/workspace/workspace_window_resizer_unittest.cc:101: }; // namespace On 2013/11/07 03:06:05, flackr wrote: > ...
7 years, 1 month ago (2013-11-07 03:23:19 UTC) #11
varkha
+sky for OWNERS review.
7 years, 1 month ago (2013-11-07 03:24:02 UTC) #12
sky
LGTM https://codereview.chromium.org/55363004/diff/850001/ash/wm/dock/docked_window_resizer_unittest.cc File ash/wm/dock/docked_window_resizer_unittest.cc (right): https://codereview.chromium.org/55363004/diff/850001/ash/wm/dock/docked_window_resizer_unittest.cc#newcode217 ash/wm/dock/docked_window_resizer_unittest.cc:217: gfx::Point initial_location_in_parent() const { const gfx::Point&
7 years, 1 month ago (2013-11-07 17:00:12 UTC) #13
varkha
https://codereview.chromium.org/55363004/diff/850001/ash/wm/dock/docked_window_resizer_unittest.cc File ash/wm/dock/docked_window_resizer_unittest.cc (right): https://codereview.chromium.org/55363004/diff/850001/ash/wm/dock/docked_window_resizer_unittest.cc#newcode217 ash/wm/dock/docked_window_resizer_unittest.cc:217: gfx::Point initial_location_in_parent() const { On 2013/11/07 17:00:12, sky wrote: ...
7 years, 1 month ago (2013-11-07 17:35:15 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/55363004/910001
7 years, 1 month ago (2013-11-07 17:58:07 UTC) #15
commit-bot: I haz the power
7 years, 1 month ago (2013-11-08 01:04:32 UTC) #16
Message was sent while issue was closed.
Change committed as 233738

Powered by Google App Engine
This is Rietveld 408576698