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

Changeset 285895 in webkit


Ignore:
Timestamp:
Nov 16, 2021, 4:14:20 PM (5 years ago)
Author:
Russell Epstein
Message:

Cherry-pick r285889. rdar://problem/85430575

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:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285889 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-613.1.9-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-613.1.9-branch/Source/WebKit/ChangeLog

    r285894 r285895  
     12021-11-16  Russell Epstein  <repstein@apple.com>
     2
     3        Cherry-pick r285889. rdar://problem/85430575
     4
     5    Adjust graphics related message filter
     6    https://bugs.webkit.org/show_bug.cgi?id=233151
     7    <rdar://problem/85430575>
     8   
     9    Reviewed by Brent Fulgham.
     10   
     11    Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies
     12    the filter for different OS versions.
     13   
     14    * WebProcess/com.apple.WebProcess.sb.in:
     15   
     16   
     17    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285889 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     18
     19    2021-11-16  Per Arne Vollan  <pvollan@apple.com>
     20
     21            Adjust graphics related message filter
     22            https://bugs.webkit.org/show_bug.cgi?id=233151
     23            <rdar://problem/85430575>
     24
     25            Reviewed by Brent Fulgham.
     26
     27            Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies
     28            the filter for different OS versions.
     29
     30            * WebProcess/com.apple.WebProcess.sb.in:
     31
    1322021-11-16  Russell Epstein  <repstein@apple.com>
    233
  • branches/safari-613.1.9-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r285894 r285895  
    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.