WebKit Bugzilla
Attachment 347300 Details for
Bug 188677
: Add entitlement to MiniBrowser to allow it to communicate with com.apple.Safari.SafeBrowsing.Service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188677-20180816134845.patch (text/plain), 1.43 KB, created by
Alex Christensen
on 2018-08-16 13:48:46 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2018-08-16 13:48:46 PDT
Size:
1.43 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 234952) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2018-08-16 Alex Christensen <achristensen@webkit.org> >+ >+ Add entitlement to MiniBrowser to allow it to communicate with com.apple.Safari.SafeBrowsing.Service >+ https://bugs.webkit.org/show_bug.cgi?id=188677 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * MiniBrowser/MiniBrowser.entitlements: >+ SSBLookupContext lookUpURL:completionHandler: fails to communicate with its service without this entitlement >+ on released operating systems. See <rdar://problem/42749777> >+ > 2018-08-16 Aakash Jain <aakash_jain@apple.com> > > [ews-build] Add build steps ArchiveTestResults, UploadTestResults and ExtractTestResults >Index: Tools/MiniBrowser/MiniBrowser.entitlements >=================================================================== >--- Tools/MiniBrowser/MiniBrowser.entitlements (revision 234932) >+++ Tools/MiniBrowser/MiniBrowser.entitlements (working copy) >@@ -2,6 +2,8 @@ > <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> > <plist version="1.0"> > <dict> >+ <key>com.apple.security.temporary-exception.mach-lookup.global-name</key> >+ <string>com.apple.Safari.SafeBrowsing.Service</string> > <key>com.apple.security.app-sandbox</key> > <true/> > <key>com.apple.security.network.client</key>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
thorton
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188677
: 347300