Changeset 231728 in webkit


Ignore:
Timestamp:
May 11, 2018 5:39:09 PM (6 years ago)
Author:
Brent Fulgham
Message:

Allow the WebContent process to read global ViewBridge preferences
https://bugs.webkit.org/show_bug.cgi?id=185569
<rdar://problem/40164339>

Reviewed by Eric Carlson.

Allow reads of the global /Library/Preferences/com.apple.ViewBridge.plist preference file.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r231726 r231728  
     12018-05-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Allow the WebContent process to read global ViewBridge preferences
     4        https://bugs.webkit.org/show_bug.cgi?id=185569
     5        <rdar://problem/40164339>
     6
     7        Reviewed by Eric Carlson.
     8
     9        Allow reads of the global /Library/Preferences/com.apple.ViewBridge.plist preference file.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132018-05-11  Megan Gardner  <megan_gardner@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r231702 r231728  
    486486))
    487487
     488; (Temporary) backward compatibility with non-CFPreferences readers.
     489(allow file-read*
     490    (literal "/Library/Preferences/com.apple.ViewBridge.plist"))
     491
    488492;; On-disk WebKit2 framework location, to account for debug installations outside of /System/Library/Frameworks,
    489493;; and to allow issuing extensions.
Note: See TracChangeset for help on using the changeset viewer.