RESOLVED FIXED Bug 172940
webkitpy: Return correct process names from SimulatorProcess
https://bugs.webkit.org/show_bug.cgi?id=172940
Summary webkitpy: Return correct process names from SimulatorProcess
Jonathan Bedard
Reported 2017-06-05 16:00:40 PDT
Currently, SimulatorProcess will return a process name of '<bundle>.app'. This is incorrect, it should return the name of the executable inside the bundle. Additionally, server_process provides both a name() function and a process_name(). Clarify which is meant and always use process_name().
Attachments
Patch (6.86 KB, patch)
2017-06-05 16:13 PDT, Jonathan Bedard
no flags
Jonathan Bedard
Comment 1 2017-06-05 16:13:24 PDT
Radar WebKit Bug Importer
Comment 2 2017-06-05 16:13:49 PDT
WebKit Commit Bot
Comment 3 2017-06-06 14:02:59 PDT
Comment on attachment 312037 [details] Patch Clearing flags on attachment: 312037 Committed r217856: <http://trac.webkit.org/changeset/217856>
WebKit Commit Bot
Comment 4 2017-06-06 14:03:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.