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

Issue 12544019: Create a desktop environment instance late so that it will see the curtain_required flag. (Closed)

Created:
7 years, 9 months ago by alexeypa (please no reviews)
Modified:
7 years, 9 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Create a desktop environment instance late so that it will see the curtain_required flag. BUG=137696 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188279

Patch Set 1 #

Patch Set 2 : rebased #

Patch Set 3 : Adjust test expectations. #

Patch Set 4 : - #

Patch Set 5 : CR feedback. #

Patch Set 6 : rebased on top of https://chromiumcodereview.appspot.com/12794004/ #

Total comments: 12

Patch Set 7 : rebased #

Patch Set 8 : CR feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -53 lines) Patch
M remoting/host/client_session.h View 1 2 3 4 5 6 2 chunks +3 lines, -4 lines 0 comments Download
M remoting/host/client_session.cc View 1 2 3 4 5 6 4 chunks +12 lines, -11 lines 0 comments Download
M remoting/host/client_session_unittest.cc View 1 2 3 4 5 6 7 8 chunks +79 lines, -38 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
alexeypa (please no reviews)
PTAL.
7 years, 9 months ago (2013-03-08 18:39:00 UTC) #1
Wez
ClientSession is ref-counted and can out-live the ChromotingHost, and thereby the DesktopEnvironmentFactory, so this I ...
7 years, 9 months ago (2013-03-12 01:38:36 UTC) #2
alexeypa (please no reviews)
On 2013/03/12 01:38:36, Wez wrote: > ClientSession is ref-counted and can out-live the ChromotingHost, and ...
7 years, 9 months ago (2013-03-12 18:31:34 UTC) #3
Wez
On 2013/03/12 18:31:34, alexeypa wrote: > On 2013/03/12 01:38:36, Wez wrote: > > ClientSession is ...
7 years, 9 months ago (2013-03-12 20:25:03 UTC) #4
alexeypa (please no reviews)
On 2013/03/12 20:25:03, Wez wrote: > ClientSession does not store a pointer to the DesktopEnvironmentFactory, ...
7 years, 9 months ago (2013-03-12 20:51:11 UTC) #5
alexeypa (please no reviews)
ping.
7 years, 9 months ago (2013-03-13 20:03:45 UTC) #6
Wez
https://chromiumcodereview.appspot.com/12544019/diff/29001/remoting/host/client_session.cc File remoting/host/client_session.cc (right): https://chromiumcodereview.appspot.com/12544019/diff/29001/remoting/host/client_session.cc#newcode161 remoting/host/client_session.cc:161: connection_factory_.GetWeakPtr())); ClientSession owns the DesktopEnvironment, so can't we Bind(&ClientSession::Disconnect, ...
7 years, 9 months ago (2013-03-14 04:15:54 UTC) #7
Wez
Oh, and thanks for the un-ref-counting precursor CL. :) On 13 March 2013 13:03, <alexeypa@chromium.org> ...
7 years, 9 months ago (2013-03-14 04:16:57 UTC) #8
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/12544019/diff/29001/remoting/host/client_session.cc File remoting/host/client_session.cc (right): https://chromiumcodereview.appspot.com/12544019/diff/29001/remoting/host/client_session.cc#newcode161 remoting/host/client_session.cc:161: connection_factory_.GetWeakPtr())); On 2013/03/14 04:15:54, Wez wrote: > ClientSession owns ...
7 years, 9 months ago (2013-03-14 19:09:06 UTC) #9
Wez
lgtm https://chromiumcodereview.appspot.com/12544019/diff/29001/remoting/host/client_session.cc File remoting/host/client_session.cc (right): https://chromiumcodereview.appspot.com/12544019/diff/29001/remoting/host/client_session.cc#newcode161 remoting/host/client_session.cc:161: connection_factory_.GetWeakPtr())); On 2013/03/14 19:09:06, alexeypa wrote: > On ...
7 years, 9 months ago (2013-03-15 00:15:25 UTC) #10
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/12544019/diff/29001/remoting/host/client_session_unittest.cc File remoting/host/client_session_unittest.cc (right): https://chromiumcodereview.appspot.com/12544019/diff/29001/remoting/host/client_session_unittest.cc#newcode262 remoting/host/client_session_unittest.cc:262: .InSequence(s) On 2013/03/15 00:15:26, Wez wrote: > On 2013/03/14 ...
7 years, 9 months ago (2013-03-15 00:28:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/12544019/43001
7 years, 9 months ago (2013-03-15 00:29:57 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=122906
7 years, 9 months ago (2013-03-15 04:16:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/12544019/43001
7 years, 9 months ago (2013-03-15 04:51:19 UTC) #14
commit-bot: I haz the power
7 years, 9 months ago (2013-03-15 07:18:18 UTC) #15
Message was sent while issue was closed.
Change committed as 188279

Powered by Google App Engine
This is Rietveld 408576698