WebKit Bugzilla
Attachment 361597 Details for
Bug 192431
: Fix MiniBrowser's entitlements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192431-20190208222352.patch (text/plain), 1.31 KB, created by
Benjamin Poulain
on 2019-02-08 22:23:52 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Benjamin Poulain
Created:
2019-02-08 22:23:52 PST
Size:
1.31 KB
patch
obsolete
>Subversion Revision: 241233 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index eacb7f2221e36e6a896fa78eaa2ec8c79c2da395..8a5a182ec8f63322d6d1ceb92f42ff72c7ff8f9f 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,15 @@ >+2019-02-08 Benjamin Poulain <benjamin@webkit.org> >+ >+ Fix MiniBrowser's entitlements >+ https://bugs.webkit.org/show_bug.cgi?id=192431 >+ >+ Reviewed by Joseph Pecoraro. >+ >+ MiniBrowser's Extensions Manager was broken. The entitlement was missing for opening >+ files, making it impossible to load any extension. >+ >+ * MiniBrowser/MiniBrowser.entitlements: >+ > 2019-02-08 Myles C. Maxfield <mmaxfield@apple.com> > > [Cocoa] Ask platform for generic font family mappings >diff --git a/Tools/MiniBrowser/MiniBrowser.entitlements b/Tools/MiniBrowser/MiniBrowser.entitlements >index 83106871ffc87fac29dd29a06841e2afee305fc5..c9ea376468a649976c9ae38f299a325dcb4dadb9 100644 >--- a/Tools/MiniBrowser/MiniBrowser.entitlements >+++ b/Tools/MiniBrowser/MiniBrowser.entitlements >@@ -4,6 +4,8 @@ > <dict> > <key>com.apple.security.device.usb</key> > <true/> >+ <key>com.apple.security.files.user-selected.read-only</key> >+ <true/> > <key>com.apple.security.temporary-exception.mach-lookup.global-name</key> > <array> > <string>com.apple.Safari.SafeBrowsing.Service</string>
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192431
:
356661
| 361597