Title: [106717] trunk/Source/WebKit2
Revision
106717
Author
[email protected]
Date
2012-02-03 17:29:14 -0800 (Fri, 03 Feb 2012)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (106716 => 106717)


--- trunk/Source/WebKit2/ChangeLog	2012-02-04 01:26:01 UTC (rev 106716)
+++ trunk/Source/WebKit2/ChangeLog	2012-02-04 01:29:14 UTC (rev 106717)
@@ -1,5 +1,18 @@
 2012-02-03  Alexey Proskuryakov  <[email protected]>
 
+        [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.
+
+2012-02-03  Alexey Proskuryakov  <[email protected]>
+
         [WK2] Use properly quoted string literals
         https://bugs.webkit.org/show_bug.cgi?id=77583
 

Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb (106716 => 106717)


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb	2012-02-04 01:26:01 UTC (rev 106716)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb	2012-02-04 01:29:14 UTC (rev 106717)
@@ -67,12 +67,6 @@
        (subpath "/Library/Video/Plug-Ins")
        (subpath "/Library/QuickTime")
 
-       ;; FIXME: This should be removed when <rdar://problem/9276253> is fixed.
-       (home-subpath "/Library/Keyboard Layouts")
-
-       ;; FIXME: This should be removed when <rdar://problem/9276268> is fixed.
-       (home-subpath "/Library/Input Methods")
-
        (home-subpath "/Library/Dictionaries"))
 
 ;; This should be updated when <rdar://problem/9355830> is fixed.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to