WebKit Bugzilla
Attachment 360349 Details for
Bug 193913
: [macOS] Crash when control-clicking or copying text rendered with a web font
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193913-20190128101846.patch (text/plain), 1.39 KB, created by
Per Arne Vollan
on 2019-01-28 10:18:47 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-01-28 10:18:47 PST
Size:
1.39 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 240588) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-01-28 Per Arne Vollan <pvollan@apple.com> >+ >+ [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 NOBODY (OOPS!). >+ >+ On older versions of macOS, allowing mach lookup to com.apple.FontObjectsServer is needed. >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-01-28 Antoine Quint <graouts@apple.com> > > Limit user-agent interactions based on the touch-action property on iOS >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 240588) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -572,6 +572,9 @@ > > ;; Various services required by AppKit and other frameworks > (allow mach-lookup >+#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 101300 >+ (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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193913
:
360349
|
360354