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

Changeset 106717 in webkit


Ignore:
Timestamp:
Feb 3, 2012, 5:29:14 PM (15 years ago)
Author:
ap@apple.com
Message:

[WK2 Mac] No need to allow access to input methods or keyboard layouts
https://bugs.webkit.org/show_bug.cgi?id=77775
<rdar://problem/9276253>
<rdar://problem/9276268>

Reviewed by Dan Bernstein.

  • WebProcess/com.apple.WebProcess.sb: These rules were likely only necessary in early days

of WebKit2. If there are cases when this happens, that's likely wrong, and we need to know
about that.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r106709 r106717  
     12012-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
    1142012-02-03  Alexey Proskuryakov  <ap@apple.com>
    215
  • trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb

    r106709 r106717  
    6767       (subpath "/Library/Video/Plug-Ins")
    6868       (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")
    7569
    7670       (home-subpath "/Library/Dictionaries"))
Note: See TracChangeset for help on using the changeset viewer.