Commit 0a0368e5 authored by andersca@apple.com's avatar andersca@apple.com

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:


git-svn-id: svn://svn.chromium.org/blink/trunk@82980 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 8137fe0f
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:
2011-04-05 Dean Jackson <dino@apple.com>
Reviewed by Simon Fraser.
......
......@@ -55,6 +55,9 @@
(subpath "/Library/Video/Plug-Ins")
(subpath "/Library/QuickTime")
;; FIXME: This should be removed when <rdar://problem/9237619> is fixed.
(subpath (string-append (param "HOME_DIR") "/Library/Preferences/com.apple.universalaccess.plist"))
;; Extensions from UIProcess
(extension)
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment