Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Issue 4439055: code review 4439055: syscall : add a field to ProcAttr so that StartProcess ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by vincent.vanackere
Modified:
13 years, 11 months ago
Reviewers:
CC:
brainman, golang-dev, bradfitz, rsc1
Visibility:
Public.

Description

syscall : add a field to ProcAttr so that StartProcess can hide the executed application on windows The SW_HIDE parameter looks like the only way for a windows GUI application to execute a CLI subcommand without having a shell windows appearing.

Patch Set 1 #

Patch Set 2 : diff -r 457779d45121 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 1405ca30d8be https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 1405ca30d8be https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r bc9e9e3e43e2 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -3 lines) Patch
M src/pkg/syscall/exec_windows.go View 1 2 3 4 2 chunks +8 lines, -3 lines 0 comments Download
M src/pkg/syscall/ztypes_windows_386.go View 1 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 21
brainman
You solution looks OK to me. You just have to be prepared for changes in ...
13 years, 11 months ago (2011-04-20 06:26:48 UTC) #1
vincent.vanackere
On 2011/04/20 06:26:48, brainman wrote: > You solution looks OK to me. You just have ...
13 years, 11 months ago (2011-04-20 08:28:40 UTC) #2
vincent.vanackere
On 2011/04/20 08:28:40, vincent.vanackere wrote: > Another alternative would be to make ProcAttr look like ...
13 years, 11 months ago (2011-04-20 09:51:05 UTC) #3
brainman
On 2011/04/20 09:51:05, vincent.vanackere wrote: > > So I'm back to my initial proposal of ...
13 years, 11 months ago (2011-04-20 10:27:10 UTC) #4
vincent.vanackere
On 2011/04/20 10:27:10, brainman wrote: > On 2011/04/20 09:51:05, vincent.vanackere wrote: > > > > ...
13 years, 11 months ago (2011-04-20 11:20:44 UTC) #5
brainman
On 2011/04/20 11:20:44, vincent.vanackere wrote: > > Of course, but as the defacto windows go ...
13 years, 11 months ago (2011-04-20 11:29:30 UTC) #6
vincent.vanackere
On Wed, Apr 20, 2011 at 1:29 PM, <alex.brainman@gmail.com> wrote: > On 2011/04/20 11:20:44, vincent.vanackere ...
13 years, 11 months ago (2011-04-20 12:17:35 UTC) #7
brainman
I think your original proposal is good enough for now. LGTM. Alex
13 years, 11 months ago (2011-04-20 12:26:29 UTC) #8
vincent.vanackere
On Wed, Apr 20, 2011 at 2:26 PM, <alex.brainman@gmail.com> wrote: > I think your original ...
13 years, 11 months ago (2011-04-20 12:39:47 UTC) #9
brainman
On 2011/04/20 12:39:47, vincent.vanackere wrote: > Thanks I'll submit ASAP then. You have no access ...
13 years, 11 months ago (2011-04-20 12:46:15 UTC) #10
vincent.vanackere
Hello brainman, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 11 months ago (2011-04-20 12:57:55 UTC) #11
bradfitz
I don't think we want any common structs like os.ProcAttr to differ between platforms. Whatever ...
13 years, 11 months ago (2011-04-20 15:51:08 UTC) #12
rsc1
This is changing syscall.ProcAttr, not os.ProcAttr. That's fine.
13 years, 11 months ago (2011-04-20 16:06:49 UTC) #13
bradfitz
ah, whoops. Didn't notice the filename. I probably missed the plan for os.StartProcess' interface in ...
13 years, 11 months ago (2011-04-20 16:20:42 UTC) #14
vincent.vanackere
Hello brainman, golang-dev@googlegroups.com, bradfitzgo, rsc1 (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2011-04-21 08:44:29 UTC) #15
vincent.vanackere
On 2011/04/21 08:44:29, vincent.vanackere wrote: > Hello brainman, mailto:golang-dev@googlegroups.com, bradfitzgo, rsc1 (cc: > mailto:golang-dev@googlegroups.com), > ...
13 years, 11 months ago (2011-04-21 08:48:07 UTC) #16
rsc1
LGTM Leaving for Alex to review and submit.
13 years, 11 months ago (2011-04-21 13:34:56 UTC) #17
brainman
Please complete a CLA as described at http://golang.org/doc/contribute.html#copyright Thank you. Alex
13 years, 11 months ago (2011-04-21 13:50:02 UTC) #18
vincent.vanackere
I filled the CLA yesterday... should I do it again ? Vincent On Thu, Apr ...
13 years, 11 months ago (2011-04-21 13:57:04 UTC) #19
rsc1
On Thu, Apr 21, 2011 at 09:56, Vincent Vanackere <vincent.vanackere@gmail.com> wrote: > I filled the ...
13 years, 11 months ago (2011-04-21 14:06:11 UTC) #20
brainman
13 years, 11 months ago (2011-04-21 14:12:10 UTC) #21
*** Submitted as http://code.google.com/p/go/source/detail?r=183d1c6cde7b ***

syscall : add a field to ProcAttr so that StartProcess can hide the executed
application on windows

The SW_HIDE parameter looks like the only way for a windows GUI application to
execute a CLI subcommand without having a shell windows appearing.

R=brainman, golang-dev, bradfitzgo, rsc1
CC=golang-dev
http://codereview.appspot.com/4439055

Committer: Alex Brainman <alex.brainman@gmail.com>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b