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

Changeset 286007 in webkit


Ignore:
Timestamp:
Nov 18, 2021, 9:33:08 AM (5 years ago)
Author:
Russell Epstein
Message:

Cherry-pick r285878. 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.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
  • WebProcess/com.apple.WebProcess.sb.in:

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

Location:
branches/safari-613.1.8-branch/Source/WebKit
Files:
3 edited

Legend:

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

    r285706 r286007  
     12021-11-18  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r285878. 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    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
     15   
     16    * WebProcess/com.apple.WebProcess.sb.in:
     17   
     18   
     19    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285878 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     20
     21    2021-11-16  Per Arne Vollan  <pvollan@apple.com>
     22
     23            Adjust graphics related message filter
     24            https://bugs.webkit.org/show_bug.cgi?id=233151
     25            <rdar://problem/85430575>
     26
     27            Reviewed by Brent Fulgham.
     28
     29            Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies
     30            the filter for different OS versions.
     31
     32            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
     33
     34            * WebProcess/com.apple.WebProcess.sb.in:
     35
    1362021-11-11  Kocsen Chung  <kocsen_chung@apple.com>
    237
  • branches/safari-613.1.8-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in

    r285264 r286007  
    265265#if PLATFORM(IOS)
    266266                    (iokit-method-number
    267 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500
    268267                        43
    269 #else
    270268                        44
    271 #endif
    272269                    )
    273270#endif
     
    294291                        26
    295292                        27
    296 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500
    297293                        36
     294                        37
    298295                        38
    299296                        39
    300297                        40
     298                        41
    301299                        42
     300                        43
    302301                        44
    303 #else
    304                         37
    305                         39
    306                         40
    307                         41
    308                         43
    309302                        45
    310 #endif
    311303                    )
    312304#endif
  • branches/safari-613.1.8-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r285706 r286007  
    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.