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

Issue 2026623002: views/mus: Have explicit ownership of views::WindowManagerConnection. (Closed)

Created:
4 years, 6 months ago by sadrul
Modified:
4 years, 6 months ago
CC:
chromium-reviews, kalyank, jam, tfarina, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

views/mus: Have explicit ownership of views::WindowManagerConnection. TBR=ben@chromium.org for API call update in //services/navigation BUG=none Committed: https://crrev.com/4b04c1d22f4188d242dc39b982b091329102f636 Cr-Commit-Position: refs/heads/master@{#398343}

Patch Set 1 #

Total comments: 9

Patch Set 2 : rename #

Patch Set 3 : . #

Patch Set 4 : tot-merge #

Patch Set 5 : tot-merge #

Total comments: 2

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : tot-merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -40 lines) Patch
M ash/sysui/sysui_application.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download
M mash/browser/browser.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M mash/browser/browser.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M mash/catalog_viewer/catalog_viewer.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M mash/catalog_viewer/catalog_viewer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M mash/example/views_examples/views_examples_application_delegate.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M mash/example/views_examples/views_examples_application_delegate.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M mash/login/login.cc View 1 2 3 4 5 6 5 chunks +10 lines, -10 lines 0 comments Download
M mash/quick_launch/quick_launch_application.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M mash/quick_launch/quick_launch_application.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M mash/screenlock/screenlock.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M mash/screenlock/screenlock.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M mash/task_viewer/task_viewer.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M mash/task_viewer/task_viewer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M mash/webtest/webtest.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M mash/webtest/webtest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M services/navigation/content_client/browser_main_parts.h View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M services/navigation/content_client/browser_main_parts.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/views_mus_test_suite.cc View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/mus/window_manager_connection.h View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M ui/views/mus/window_manager_connection.cc View 1 2 3 4 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
sadrul
[includes https://codereview.chromium.org/2023933002/ and https://codereview.chromium.org/2023863003/ too, but I would land this separately]
4 years, 6 months ago (2016-05-30 23:12:37 UTC) #2
sky
LGTM with views_mus_->window_manager_connection_ https://codereview.chromium.org/2026623002/diff/1/ash/sysui/sysui_application.cc File ash/sysui/sysui_application.cc (right): https://codereview.chromium.org/2026623002/diff/1/ash/sysui/sysui_application.cc#newcode306 ash/sysui/sysui_application.cc:306: std::unique_ptr<views::WindowManagerConnection> views_mus_; views_mus_->window_manager_connection_ https://codereview.chromium.org/2026623002/diff/1/content/browser/browser_main_loop.h File content/browser/browser_main_loop.h ...
4 years, 6 months ago (2016-05-31 18:57:25 UTC) #3
sadrul
Renamed all |views_mus_| to |window_manager_connection_| https://codereview.chromium.org/2026623002/diff/1/ash/sysui/sysui_application.cc File ash/sysui/sysui_application.cc (right): https://codereview.chromium.org/2026623002/diff/1/ash/sysui/sysui_application.cc#newcode306 ash/sysui/sysui_application.cc:306: std::unique_ptr<views::WindowManagerConnection> views_mus_; On 2016/05/31 ...
4 years, 6 months ago (2016-05-31 20:02:44 UTC) #4
sadrul
+ben@ for content/browser/ change
4 years, 6 months ago (2016-05-31 23:19:00 UTC) #6
Ben Goodger (Google)
https://codereview.chromium.org/2026623002/diff/80001/content/browser/browser_main_loop.h File content/browser/browser_main_loop.h (right): https://codereview.chromium.org/2026623002/diff/80001/content/browser/browser_main_loop.h#newcode67 content/browser/browser_main_loop.h:67: #if defined(MOJO_SHELL_CLIENT) && defined(USE_AURA) Are you sure MOJO_SHELL_CLIENT is ...
4 years, 6 months ago (2016-05-31 23:23:39 UTC) #7
sadrul
https://codereview.chromium.org/2026623002/diff/80001/content/browser/browser_main_loop.h File content/browser/browser_main_loop.h (right): https://codereview.chromium.org/2026623002/diff/80001/content/browser/browser_main_loop.h#newcode67 content/browser/browser_main_loop.h:67: #if defined(MOJO_SHELL_CLIENT) && defined(USE_AURA) On 2016/05/31 23:23:39, Ben Goodger ...
4 years, 6 months ago (2016-05-31 23:43:51 UTC) #8
Ben Goodger (Google)
On 2016/05/31 23:43:51, sadrul wrote: > https://codereview.chromium.org/2026623002/diff/80001/content/browser/browser_main_loop.h > File content/browser/browser_main_loop.h (right): > > https://codereview.chromium.org/2026623002/diff/80001/content/browser/browser_main_loop.h#newcode67 > ...
4 years, 6 months ago (2016-06-01 01:52:14 UTC) #9
sadrul
On 2016/06/01 01:52:14, Ben Goodger (Google) wrote: > On 2016/05/31 23:43:51, sadrul wrote: > > ...
4 years, 6 months ago (2016-06-01 01:55:20 UTC) #10
Ben Goodger (Google)
On 2016/06/01 01:55:20, sadrul wrote: > On 2016/06/01 01:52:14, Ben Goodger (Google) wrote: > > ...
4 years, 6 months ago (2016-06-01 02:05:53 UTC) #11
sadrul
On 2016/06/01 02:05:53, Ben Goodger (Google) wrote: > On 2016/06/01 01:55:20, sadrul wrote: > > ...
4 years, 6 months ago (2016-06-06 20:23:38 UTC) #12
sky
LGTM
4 years, 6 months ago (2016-06-06 23:15:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026623002/180001
4 years, 6 months ago (2016-06-07 17:33:07 UTC) #17
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 6 months ago (2016-06-07 18:15:12 UTC) #19
commit-bot: I haz the power
4 years, 6 months ago (2016-06-07 18:17:09 UTC) #21
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/4b04c1d22f4188d242dc39b982b091329102f636
Cr-Commit-Position: refs/heads/master@{#398343}

Powered by Google App Engine
This is Rietveld 408576698