Changeset 106717 in webkit
- Timestamp:
- Feb 3, 2012, 5:29:14 PM (15 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/com.apple.WebProcess.sb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r106709 r106717 1 2012-02-03 Alexey Proskuryakov <ap@apple.com> 2 3 [WK2 Mac] No need to allow access to input methods or keyboard layouts 4 https://bugs.webkit.org/show_bug.cgi?id=77775 5 <rdar://problem/9276253> 6 <rdar://problem/9276268> 7 8 Reviewed by Dan Bernstein. 9 10 * WebProcess/com.apple.WebProcess.sb: These rules were likely only necessary in early days 11 of WebKit2. If there are cases when this happens, that's likely wrong, and we need to know 12 about that. 13 1 14 2012-02-03 Alexey Proskuryakov <ap@apple.com> 2 15 -
trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb
r106709 r106717 67 67 (subpath "/Library/Video/Plug-Ins") 68 68 (subpath "/Library/QuickTime") 69 70 ;; FIXME: This should be removed when <rdar://problem/9276253> is fixed.71 (home-subpath "/Library/Keyboard Layouts")72 73 ;; FIXME: This should be removed when <rdar://problem/9276268> is fixed.74 (home-subpath "/Library/Input Methods")75 69 76 70 (home-subpath "/Library/Dictionaries"))
Note:
See TracChangeset
for help on using the changeset viewer.