|
|
Chromium Code Reviews|
Created:
4 years ago by joedow Modified:
4 years ago Reviewers:
Sergey Ulanov CC:
chromium-reviews, chromoting-reviews_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionFixing a problem where curtain mode connections were failing on Windows 8+
I tracked this down to a change I made where I added the uiAccess flag to
the remoting_desktop binary (https://codereview.chromium.org/2370293002/).
Adding this manifest flag causes CreateProcess to fail with
STATUS_ELEVATION_REQUIRED when run in curtain mode. I suspect it has
something to do with the process being started in the logon session.
I am reverting this flag to unblock this scenario (M56 needs this fix) and
will verify whether the flag is actually needed (it was originally added for
parity with GYP builds but may not be necessary).
BUG=666992
Committed: https://crrev.com/fdd9968f262f1fba0d9b2f3e0261226732e2ee67
Cr-Commit-Position: refs/heads/master@{#435272}
Patch Set 1 #
Messages
Total messages: 21 (12 generated)
The CQ bit was checked by joedow@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
joedow@chromium.org changed reviewers: + sergeyu@chromium.org
PTAL!
lgtm
The CQ bit was checked by joedow@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: blimp_linux_dbg on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_x86-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_clobber_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by joedow@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: blimp_linux_dbg on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_x86-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_clobber_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by joedow@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 1, "attempt_start_ts": 1480516527151240, "parent_rev":
"55e48af0f4fba19baba82f3aa03beab198a5356c", "commit_rev":
"f33939645c9bc46b74eb787ede87e2470639b166"}
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Fixing a problem where curtain mode connections were failing on Windows 8+ I tracked this down to a change I made where I added the uiAccess flag to the remoting_desktop binary (https://codereview.chromium.org/2370293002/). Adding this manifest flag causes CreateProcess to fail with STATUS_ELEVATION_REQUIRED when run in curtain mode. I suspect it has something to do with the process being started in the logon session. I am reverting this flag to unblock this scenario (M56 needs this fix) and will verify whether the flag is actually needed (it was originally added for parity with GYP builds but may not be necessary). BUG=666992 ========== to ========== Fixing a problem where curtain mode connections were failing on Windows 8+ I tracked this down to a change I made where I added the uiAccess flag to the remoting_desktop binary (https://codereview.chromium.org/2370293002/). Adding this manifest flag causes CreateProcess to fail with STATUS_ELEVATION_REQUIRED when run in curtain mode. I suspect it has something to do with the process being started in the logon session. I am reverting this flag to unblock this scenario (M56 needs this fix) and will verify whether the flag is actually needed (it was originally added for parity with GYP builds but may not be necessary). BUG=666992 Committed: https://crrev.com/fdd9968f262f1fba0d9b2f3e0261226732e2ee67 Cr-Commit-Position: refs/heads/master@{#435272} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/fdd9968f262f1fba0d9b2f3e0261226732e2ee67 Cr-Commit-Position: refs/heads/master@{#435272} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
