⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 241238 in webkit


Ignore:
Timestamp:
Feb 9, 2019, 12:11:04 AM (8 years ago)
Author:
benjamin@webkit.org
Message:

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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r241229 r241238  
     12019-02-09  Benjamin Poulain  <benjamin@webkit.org>
     2
     3        Fix MiniBrowser's entitlements
     4        https://bugs.webkit.org/show_bug.cgi?id=192431
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        MiniBrowser's Extensions Manager was broken. The entitlement was missing for opening
     9        files, making it impossible to load any extension.
     10
     11        * MiniBrowser/MiniBrowser.entitlements:
     12
    1132019-02-08  Myles C. Maxfield  <mmaxfield@apple.com>
    214
  • trunk/Tools/MiniBrowser/MiniBrowser.entitlements

    r241223 r241238  
    44<dict>
    55        <key>com.apple.security.device.usb</key>
     6        <true/>
     7        <key>com.apple.security.files.user-selected.read-only</key>
    68        <true/>
    79        <key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
Note: See TracChangeset for help on using the changeset viewer.