Title: [229823] trunk/Source/WebKit
Revision
229823
Author
[email protected]
Date
2018-03-21 14:10:01 -0700 (Wed, 21 Mar 2018)

Log Message

Allow the WebContent process to read ViewBridge preferences
https://bugs.webkit.org/show_bug.cgi?id=183862
<rdar://problem/38459456>

Reviewed by Eric Carlson.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229822 => 229823)


--- trunk/Source/WebKit/ChangeLog	2018-03-21 21:07:55 UTC (rev 229822)
+++ trunk/Source/WebKit/ChangeLog	2018-03-21 21:10:01 UTC (rev 229823)
@@ -1,3 +1,13 @@
+2018-03-21  Brent Fulgham  <[email protected]>
+
+        Allow the WebContent process to read ViewBridge preferences
+        https://bugs.webkit.org/show_bug.cgi?id=183862
+        <rdar://problem/38459456>
+
+        Reviewed by Eric Carlson.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2018-03-21  Frederic Wang  <[email protected]>
 
         [iOS] Text highlighted by the Find UI overlaps with NBC news header on google.com

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (229822 => 229823)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-03-21 21:07:55 UTC (rev 229822)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-03-21 21:10:01 UTC (rev 229823)
@@ -457,6 +457,7 @@
         "com.apple.LaunchServices"
         "com.apple.MultitouchSupport" ;; FIXME: Remove when <rdar://problem/13011633> is fixed.
         "com.apple.ServicesMenu.Services" ;; Needed for NSAttributedString <rdar://problem/10844321>
+        "com.apple.ViewBridge" ;; Needed for Input elements.
         "com.apple.WebFoundation"
         "com.apple.avfoundation"
         "com.apple.avfoundation.frecents" ;; <rdar://problem/33137029>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to