[webkit-reviews] review granted: [Bug 89606] run-webkit and debug-webkit should work even if Safari.app has entitlements : [Attachment 148664] Patch v1
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 20 15:18:44 PDT 2012
mitz at webkit.org has granted Mark Rowe (bdash) <mrowe at apple.com>'s request for
review:
Bug 89606: run-webkit and debug-webkit should work even if Safari.app has
entitlements
https://bugs.webkit.org/show_bug.cgi?id=89606
Attachment 148664: Patch v1
https://bugs.webkit.org/attachment.cgi?id=148664&action=review
------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=148664&action=review
> Tools/Scripts/webkitdirs.pm:639
> + return (`codesign -d --entitlements - $executablePath 2>&1` =~ /<key>/);
Might be a little cleaner to add a colon before the - there to strip out the
binary header.
More information about the webkit-reviews
mailing list