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

Changeset 285878 in webkit


Ignore:
Timestamp:
Nov 16, 2021, 12:20:46 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.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r285877 r285878  
     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        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
     13
     14        * WebProcess/com.apple.WebProcess.sb.in:
     15
    1162021-11-16  Chris Dumez  <cdumez@apple.com>
    217
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in

    r285612 r285878  
    264264#if PLATFORM(IOS)
    265265                    (iokit-method-number
    266 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500
    267266                        43
    268 #else
    269267                        44
    270 #endif
    271268                    )
    272269#endif
     
    293290                        26
    294291                        27
    295 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500
    296292                        36
     293                        37
    297294                        38
    298295                        39
    299296                        40
     297                        41
    300298                        42
     299                        43
    301300                        44
    302 #else
    303                         37
    304                         39
    305                         40
    306                         41
    307                         43
    308301                        45
    309 #endif
    310302                    )
    311303#endif
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r285688 r285878  
    167167                31
    168168                40
    169 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
    170169                41
     170                42
    171171                43
     172                48
    172173                49
     174                256
    173175                257
    174176                258
     
    181183                265
    182184                266
     185                267
    183186                268
    184187                269
     188                512
    185189                513
    186 #else
    187                 42
    188                 48
    189                 256
    190                 257
    191                 258
    192                 259
    193                 260
    194                 261
    195                 262
    196                 263
    197                 264
    198                 265
    199                 267
    200                 268
    201                 512
    202 #endif
    203190            )
    204191#endif
Note: See TracChangeset for help on using the changeset viewer.