Title: [240810] trunk/Source/WebKit
- Revision
- 240810
- Author
- [email protected]
- Date
- 2019-01-31 13:40:59 -0800 (Thu, 31 Jan 2019)
Log Message
[macOS] Crash when control-clicking or copying text rendered with a web font
https://bugs.webkit.org/show_bug.cgi?id=193913
<rdar://problem/47541039>
Reviewed by Brent Fulgham.
On older versions of macOS, allowing mach lookup to com.apple.FontObjectsServer is needed.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (240809 => 240810)
--- trunk/Source/WebKit/ChangeLog 2019-01-31 21:34:34 UTC (rev 240809)
+++ trunk/Source/WebKit/ChangeLog 2019-01-31 21:40:59 UTC (rev 240810)
@@ -1,3 +1,15 @@
+2019-01-31 Per Arne Vollan <[email protected]>
+
+ [macOS] Crash when control-clicking or copying text rendered with a web font
+ https://bugs.webkit.org/show_bug.cgi?id=193913
+ <rdar://problem/47541039>
+
+ Reviewed by Brent Fulgham.
+
+ On older versions of macOS, allowing mach lookup to com.apple.FontObjectsServer is needed.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2019-01-31 Benjamin Poulain <[email protected]>
Remove WKPageIsWebProcessResponsive
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (240809 => 240810)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-01-31 21:34:34 UTC (rev 240809)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-01-31 21:40:59 UTC (rev 240810)
@@ -572,6 +572,9 @@
;; Various services required by AppKit and other frameworks
(allow mach-lookup
+#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101400
+ (global-name "com.apple.FontObjectsServer")
+#endif
(global-name "com.apple.PowerManagement.control")
(global-name "com.apple.SystemConfiguration.configd")
#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes