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

Issue 10446052: Add Results.Process.executable and command. (Closed)

Created:
8 years, 6 months ago by M-A Ruel
Modified:
8 years, 6 months ago
Reviewers:
MAD, motek.
CC:
chromium-reviews, pam+watch_chromium.org, csharp
Visibility:
Public.

Description

Add Results.Process.executable and command. Permits to know _what_ was executed, which is really needed to understand which child process is using what. Most of the time was spent in normalizing accross OSes. Some things where more difficult, especially because of python usage, since on OSX the /usr/bin/python is a stub that reads /usr/bin/python2.7 symlink and calls the linked executable manually. Also tries to 'guess' the initial directory on Windows since the event log is lossy. Fix yet again NTFS' EXTEND. Will have to redo the blacklisting logic later. NOTRY=true TBR=mad@chromium.org BUG=98636 TEST=manually tested on each OS Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140113

Patch Set 1 #

Patch Set 2 : Rebase against 10444052 #

Patch Set 3 : Rebase #

Total comments: 10

Patch Set 4 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -40 lines) Patch
M tools/isolate/trace_inputs.py View 1 2 3 13 chunks +255 lines, -21 lines 0 comments Download
M tools/isolate/trace_inputs_smoke_test.py View 1 2 4 chunks +43 lines, -10 lines 0 comments Download
M tools/isolate/trace_inputs_test.py View 1 2 4 chunks +29 lines, -9 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
M-A Ruel
8 years, 6 months ago (2012-05-28 20:04:18 UTC) #1
motek.
Some questions + a nit or two. https://chromiumcodereview.appspot.com/10446052/diff/6001/tools/isolate/trace_inputs.py File tools/isolate/trace_inputs.py (right): https://chromiumcodereview.appspot.com/10446052/diff/6001/tools/isolate/trace_inputs.py#newcode272 tools/isolate/trace_inputs.py:272: Implemented as ...
8 years, 6 months ago (2012-06-01 14:17:00 UTC) #2
M-A Ruel
Thanks! Note you will want to review https://chromiumcodereview.appspot.com/10444052 first since this CL is dependent on ...
8 years, 6 months ago (2012-06-01 14:36:06 UTC) #3
motek.
On 2012/06/01 14:36:06, Marc-Antoine Ruel wrote: > Thanks! > > Note you will want to ...
8 years, 6 months ago (2012-06-01 21:01:54 UTC) #4
motek.
lgtm
8 years, 6 months ago (2012-06-01 21:02:58 UTC) #5
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 6 months ago (2012-06-01 22:21:05 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/10446052/5007
8 years, 6 months ago (2012-06-01 22:23:40 UTC) #7
commit-bot: I haz the power
8 years, 6 months ago (2012-06-01 22:24:54 UTC) #8
Change committed as 140113

Powered by Google App Engine
This is Rietveld 408576698