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

Issue 534413002: Use SetAlternateDesktop(false) for service process. (Closed)

Created:
6 years, 3 months ago by Vitaly Buka (NO REVIEWS)
Modified:
6 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Use SetAlternateDesktop(false) for service process. Service process may run as windows service and it fails to create a window station. BUG=410237 Committed: https://crrev.com/13db9e4e90bf7809af656f04a7d5bda626cdc893 Cr-Commit-Position: refs/heads/master@{#293391}

Patch Set 1 : Wed Sep 3 12:15:49 PDT 2014 #

Patch Set 2 : Wed Sep 3 15:03:03 PDT 2014 #

Patch Set 3 : Wed Sep 3 17:19:26 PDT 2014 #

Patch Set 4 : Wed Sep 3 17:28:49 PDT 2014 #

Total comments: 1

Patch Set 5 : Thu Sep 4 10:58:48 PDT 2014 #

Total comments: 2

Patch Set 6 : Thu Sep 4 11:19:11 PDT 2014 #

Total comments: 2

Patch Set 7 : Thu Sep 4 14:14:43 PDT 2014 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M chrome/service/DEPS View 1 2 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/service_utility_process_host.cc View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (11 generated)
jschuh
lgtm. just verify locally that the service launches properly.
6 years, 3 months ago (2014-09-03 19:16:51 UTC) #2
Vitaly Buka (NO REVIEWS)
+jam for switches
6 years, 3 months ago (2014-09-03 22:19:36 UTC) #4
jschuh
Adding cpu@, since I'm out.
6 years, 3 months ago (2014-09-03 22:23:21 UTC) #7
jam
not lgtm, see http://www.chromium.org/developers/content-module/. service process is a chrome feature; content shouldn't know about it. ...
6 years, 3 months ago (2014-09-03 22:25:08 UTC) #8
Vitaly Buka (NO REVIEWS)
On 2014/09/03 22:23:21, jschuh (out thru 20-10-2014) wrote: > Adding cpu@, since I'm out. so ...
6 years, 3 months ago (2014-09-03 22:26:39 UTC) #9
Vitaly Buka (NO REVIEWS)
Carlos, Please take a look. patch #3 is the same as #1, reviewed by Justin, ...
6 years, 3 months ago (2014-09-04 00:37:06 UTC) #13
jam
I don't understand why you need to change sandbox. if your patchset 2 was correct, ...
6 years, 3 months ago (2014-09-04 16:10:29 UTC) #14
Vitaly Buka (NO REVIEWS)
On 2014/09/04 16:10:29, jam wrote: > I don't understand why you need to change sandbox. ...
6 years, 3 months ago (2014-09-04 17:50:27 UTC) #15
Vitaly Buka (NO REVIEWS)
On 2014/09/04 17:50:27, Vitaly Buka wrote: > On 2014/09/04 16:10:29, jam wrote: > > I ...
6 years, 3 months ago (2014-09-04 17:52:52 UTC) #16
Vitaly Buka (NO REVIEWS)
On 2014/09/04 17:52:52, Vitaly Buka wrote: > On 2014/09/04 17:50:27, Vitaly Buka wrote: > > ...
6 years, 3 months ago (2014-09-04 17:57:26 UTC) #17
jam
lgtm https://codereview.chromium.org/534413002/diff/140001/chrome/service/service_utility_process_host.cc File chrome/service/service_utility_process_host.cc (right): https://codereview.chromium.org/534413002/diff/140001/chrome/service/service_utility_process_host.cc#newcode28 chrome/service/service_utility_process_host.cc:28: nit: no change needed
6 years, 3 months ago (2014-09-04 18:06:38 UTC) #18
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/534413002/diff/140001/chrome/service/service_utility_process_host.cc File chrome/service/service_utility_process_host.cc (right): https://codereview.chromium.org/534413002/diff/140001/chrome/service/service_utility_process_host.cc#newcode28 chrome/service/service_utility_process_host.cc:28: On 2014/09/04 18:06:38, jam wrote: > nit: no change ...
6 years, 3 months ago (2014-09-04 18:19:39 UTC) #19
cpu_(ooo_6.6-7.5)
lgtm https://codereview.chromium.org/534413002/diff/160001/chrome/service/service_utility_process_host.cc File chrome/service/service_utility_process_host.cc (right): https://codereview.chromium.org/534413002/diff/160001/chrome/service/service_utility_process_host.cc#newcode56 chrome/service/service_utility_process_host.cc:56: // ::CreateWindowStation. .. and it fails to create ...
6 years, 3 months ago (2014-09-04 19:04:23 UTC) #20
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/534413002/diff/160001/chrome/service/service_utility_process_host.cc File chrome/service/service_utility_process_host.cc (right): https://codereview.chromium.org/534413002/diff/160001/chrome/service/service_utility_process_host.cc#newcode56 chrome/service/service_utility_process_host.cc:56: // ::CreateWindowStation. On 2014/09/04 19:04:23, cpu wrote: > .. ...
6 years, 3 months ago (2014-09-04 21:15:10 UTC) #21
Vitaly Buka (NO REVIEWS)
6 years, 3 months ago (2014-09-04 21:15:26 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/534413002/180001
6 years, 3 months ago (2014-09-04 21:23:23 UTC) #27
commit-bot: I haz the power
Committed patchset #7 (id:180001) as dbed36a1133f4b0258ab3f3d1fc7d4dba407a373
6 years, 3 months ago (2014-09-05 01:25:37 UTC) #28
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:34:47 UTC) #29
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/13db9e4e90bf7809af656f04a7d5bda626cdc893
Cr-Commit-Position: refs/heads/master@{#293391}

Powered by Google App Engine
This is Rietveld 408576698