⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 285889 in webkit


Ignore:
Timestamp:
Nov 16, 2021, 2:53:58 PM (5 years ago)
Author:
pvollan@apple.com
Message:

Adjust graphics related message filter
https://bugs.webkit.org/show_bug.cgi?id=233151
<rdar://problem/85430575>

Reviewed by Brent Fulgham.

Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies
the filter for different OS versions.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r285886 r285889  
     12021-11-16  Per Arne Vollan  <pvollan@apple.com>
     2
     3        Adjust graphics related message filter
     4        https://bugs.webkit.org/show_bug.cgi?id=233151
     5        <rdar://problem/85430575>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies
     10        the filter for different OS versions.
     11
     12        * WebProcess/com.apple.WebProcess.sb.in:
     13
    1142021-11-16  Per Arne Vollan  <pvollan@apple.com>
    215
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r285878 r285889  
    132132                0
    133133                47
    134 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
    135134                48
    136 #endif
    137135            )
    138136#endif
     
    195193            (allow iokit-external-method
    196194                (iokit-method-number
    197 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
     195                    43
    198196                    44
    199197                    45
     198                    46
    200199                    47
    201 #else
    202                     43
    203                     44
    204                     46
    205 #endif
    206200                )
    207201            )
Note: See TracChangeset for help on using the changeset viewer.