Bug 68101

Summary: Web Process doesn't need a permission to look up WebProcess service any more
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Minor CC: andersca, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

Description Alexey Proskuryakov 2011-09-14 12:11:05 PDT
(global-name-regex #"^com\.apple\.WebKit\.WebProcess-")

Anders tells me that everything would break if I removed it and it were still needed. It doesn't break (tested on Lion).
Comment 1 Alexey Proskuryakov 2011-09-14 12:12:25 PDT
Created attachment 107371 [details]
proposed patch
Comment 2 WebKit Review Bot 2011-09-14 12:14:54 PDT
Attachment 107371 [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 1 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexey Proskuryakov 2011-09-14 13:04:32 PDT
Committed <http://trac.webkit.org/changeset/95113>.