Bug 115932 - Fix AppleConnect issues for WiFi interfaces
Summary: Fix AppleConnect issues for WiFi interfaces
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-05-10 13:44 PDT by Simon Cooper
Modified: 2013-05-10 16:41 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.36 KB, patch)
2013-05-10 13:45 PDT, Simon Cooper
no flags Details | Formatted Diff | Diff
Patch (2.42 KB, patch)
2013-05-10 13:54 PDT, Simon Cooper
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Cooper 2013-05-10 13:44:43 PDT
Fix AppleConnect issues for WiFi interfaces
Comment 1 Simon Cooper 2013-05-10 13:45:37 PDT
Created attachment 201418 [details]
Patch
Comment 2 WebKit Commit Bot 2013-05-10 13:50:38 PDT
Attachment 201418 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb']" exit_code: 1
Source/WebKit2/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Simon Cooper 2013-05-10 13:53:29 PDT
The webkit-patch script is buggy when you combine the -g and —open-bug options.  It fails to create a patch that contains the WebKit bug number, even though the ChangeLog gets edited and includes it.
Comment 4 Simon Cooper 2013-05-10 13:54:02 PDT
Created attachment 201420 [details]
Patch
Comment 5 Alexey Proskuryakov 2013-05-10 16:15:29 PDT
Comment on attachment 201420 [details]
Patch

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

> Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb:9
>  (allow mach-lookup
>      (global-name-regex #"^com\.apple\.ist\.ds\.appleconnect2\.service\.PluginProcess\[[0-9]+\]$"))

Is this still needed?
Comment 6 WebKit Commit Bot 2013-05-10 16:41:25 PDT
Comment on attachment 201420 [details]
Patch

Clearing flags on attachment: 201420

Committed r149913: <http://trac.webkit.org/changeset/149913>
Comment 7 WebKit Commit Bot 2013-05-10 16:41:26 PDT
All reviewed patches have been landed.  Closing bug.