Bug 68101 - Web Process doesn't need a permission to look up WebProcess service any more
Summary: Web Process doesn't need a permission to look up WebProcess service any more
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Minor
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 12:11 PDT by Alexey Proskuryakov
Modified: 2011-09-14 13:04 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (1.18 KB, patch)
2011-09-14 12:12 PDT, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.