RESOLVED FIXED 77682
[Mac WK2] Use a minimally invasive way to fake plug-in process name
https://bugs.webkit.org/show_bug.cgi?id=77682
Summary [Mac WK2] Use a minimally invasive way to fake plug-in process name
Alexey Proskuryakov
Reported 2012-02-02 13:50:06 PST
We've been using setprogname to fix bug 51074, but that also changes KERN_PROCNAME, which may not be allowed in some environments. There is an easier way to change return value of getprogname.
Attachments
proposed patch (2.15 KB, patch)
2012-02-02 13:53 PST, Alexey Proskuryakov
no flags
with a better ChangeLog (2.22 KB, patch)
2012-02-02 13:55 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2012-02-02 13:53:50 PST
Created attachment 125182 [details] proposed patch
Alexey Proskuryakov
Comment 2 2012-02-02 13:55:15 PST
Created attachment 125185 [details] with a better ChangeLog
WebKit Review Bot
Comment 3 2012-02-02 13:56:00 PST
Attachment 125182 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1 Source/WebKit2/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Darin Adler
Comment 4 2012-02-03 14:23:27 PST
Comment on attachment 125185 [details] with a better ChangeLog r=me
WebKit Review Bot
Comment 5 2012-02-03 15:48:10 PST
Comment on attachment 125185 [details] with a better ChangeLog Clearing flags on attachment: 125185 Committed r106701: <http://trac.webkit.org/changeset/106701>
WebKit Review Bot
Comment 6 2012-02-03 15:48:19 PST
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.