Bug 158950 - Allow Spotlight suggestions to be read by any process
Summary: Allow Spotlight suggestions to be read by any process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-20 12:24 PDT by Brent Fulgham
Modified: 2016-06-20 15:41 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.35 KB, patch)
2016-06-20 12:28 PDT, Brent Fulgham
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2016-06-20 12:24:52 PDT
Allow Spotlight suggestions to be read in any of the WebKit processes.
Comment 1 Brent Fulgham 2016-06-20 12:27:00 PDT
<rdar://problem/26865374>
Comment 2 Brent Fulgham 2016-06-20 12:28:39 PDT
Created attachment 281663 [details]
Patch
Comment 3 Alexey Proskuryakov 2016-06-20 14:08:01 PDT
Comment on attachment 281663 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=281663&action=review

> Source/WebKit2/ChangeLog:3
> +        Allow Spotlight suggestions to be read by any process

Do we really really need this in Databases and Networking processes?

This patch doesn't update plug-in sandbox, is that correct?
Comment 4 Brent Fulgham 2016-06-20 15:37:57 PDT
Comment on attachment 281663 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=281663&action=review

>> Source/WebKit2/ChangeLog:3
>> +        Allow Spotlight suggestions to be read by any process
> 
> Do we really really need this in Databases and Networking processes?
> 
> This patch doesn't update plug-in sandbox, is that correct?

I'll revert the Database and Networking processes, it doesn't seem like they have any need for this.

I will add this to com.apple.WebKit.plugin-common.sb so that plugins can read Spotlight suggestions if they want to.
Comment 5 Brent Fulgham 2016-06-20 15:41:32 PDT
Committed r202249: <http://trac.webkit.org/changeset/202249>