WebKit Bugzilla
Attachment 356661 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-20181205144906.patch (text/plain), 1.82 KB, created by
Benjamin Poulain
on 2018-12-05 14:49:06 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Benjamin Poulain
Created:
2018-12-05 14:49:06 PST
Size:
1.82 KB
patch
obsolete
>Subversion Revision: 238836 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index fc3bf0fedea43c9d47bb4039d661b712f57f171d..1a7a3db54faba9f69bb765396b049db4a2249cf4 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,15 @@ >+2018-12-05 Benjamin Poulain <benjamin@webkit.org> >+ >+ Fix MiniBrowser's entitlements >+ https://bugs.webkit.org/show_bug.cgi?id=192431 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ MiniBrowser's Extensions Manager was broken. The entitlement was missing for opening >+ files, making it impossible to load any extension. >+ >+ * MiniBrowser/MiniBrowser.entitlements: >+ > 2018-12-03 Chris Dumez <cdumez@apple.com> > > Regression(PSON) Google OAuth is broken in private sessions >diff --git a/Tools/MiniBrowser/MiniBrowser.entitlements b/Tools/MiniBrowser/MiniBrowser.entitlements >index e085f4ea7598f79a5135b48c9e4b5051b8ed490e..2fb43fbb8d941a1966c4d5f8012a634212d1ce45 100644 >--- a/Tools/MiniBrowser/MiniBrowser.entitlements >+++ b/Tools/MiniBrowser/MiniBrowser.entitlements >@@ -2,15 +2,17 @@ > <!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.app-sandbox</key> >+ <true/> > <key>com.apple.security.device.usb</key> > <true/> >- <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> >+ <key>com.apple.security.files.user-selected.read-only</key> > <true/> > <key>com.apple.security.network.client</key> > <true/> > <key>com.apple.security.temporary-exception.files.absolute-path.read-only</key> > <string>/</string> >+ <key>com.apple.security.temporary-exception.mach-lookup.global-name</key> >+ <string>com.apple.Safari.SafeBrowsing.Service</string> > </dict> > </plist>
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