Changeset 221036 in webkit


Ignore:
Timestamp:
Aug 22, 2017 1:10:28 PM (7 years ago)
Author:
timothy_horton@apple.com
Message:

REGRESSION (High Sierra): PDFPlugin won't render PostScript Files
https://bugs.webkit.org/show_bug.cgi?id=175840
<rdar://problem/33877923>

Reviewed by Brent Fulgham.

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

Add a sandbox exception for the PostScript conversion process.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r221029 r221036  
     12017-08-22  Tim Horton  <timothy_horton@apple.com>
     2
     3        REGRESSION (High Sierra): PDFPlugin won't render PostScript Files
     4        https://bugs.webkit.org/show_bug.cgi?id=175840
     5        <rdar://problem/33877923>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        * WebProcess/com.apple.WebProcess.sb.in:
     10        Add a sandbox exception for the PostScript conversion process.
     11
    1122017-08-22  Chris Dumez  <cdumez@apple.com>
    213
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r220040 r221036  
    195195    (xpc-service-name-regex #"\.apple-extension-service$")
    196196    (xpc-service-name "com.apple.hiservices-xpcservice")
     197    (xpc-service-name "com.apple.print.normalizerd")
    197198)
    198199#endif
Note: See TracChangeset for help on using the changeset viewer.