Changeset 82980 in webkit


Ignore:
Timestamp:
Apr 5, 2011 2:11:49 PM (13 years ago)
Author:
andersca@apple.com
Message:

2011-04-05 Anders Carlsson <andersca@apple.com>

Reviewed by Adam Roben.

Grant the web process access to ~/Library/Preferences/com.apple.universalaccess.plist
https://bugs.webkit.org/show_bug.cgi?id=57879

The web process needs access to the unviersal access preferences to determine if full keyboard
access is enabled. I've filed <rdar://problem/9237619> which tracks reading this preference in the UI
process and sending it over to the web process whenever it changes.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r82974 r82980  
     12011-04-05  Anders Carlsson  <andersca@apple.com>
     2
     3        Reviewed by Adam Roben.
     4
     5        Grant the web process access to ~/Library/Preferences/com.apple.universalaccess.plist
     6        https://bugs.webkit.org/show_bug.cgi?id=57879
     7
     8        The web process needs access to the unviersal access preferences to determine if full keyboard
     9        access is enabled. I've filed <rdar://problem/9237619> which tracks reading this preference in the UI
     10        process and sending it over to the web process whenever it changes.
     11
     12        * WebProcess/com.apple.WebProcess.sb:
     13
    1142011-04-05  Dean Jackson  <dino@apple.com>
    215
  • trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb

    r82973 r82980  
    5555    (subpath "/Library/Video/Plug-Ins")
    5656    (subpath "/Library/QuickTime")
     57
     58    ;; FIXME: This should be removed when <rdar://problem/9237619> is fixed.
     59    (subpath (string-append (param "HOME_DIR") "/Library/Preferences/com.apple.universalaccess.plist"))
    5760
    5861    ;; Extensions from UIProcess
Note: See TracChangeset for help on using the changeset viewer.