Changeset 286007 in webkit
- Timestamp:
- Nov 18, 2021, 9:33:08 AM (5 years ago)
- Location:
- branches/safari-613.1.8-branch/Source/WebKit
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (modified) (2 diffs)
-
WebProcess/com.apple.WebProcess.sb.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-613.1.8-branch/Source/WebKit/ChangeLog
r285706 r286007 1 2021-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 1 36 2021-11-11 Kocsen Chung <kocsen_chung@apple.com> 2 37 -
branches/safari-613.1.8-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in
r285264 r286007 265 265 #if PLATFORM(IOS) 266 266 (iokit-method-number 267 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500268 267 43 269 #else270 268 44 271 #endif272 269 ) 273 270 #endif … … 294 291 26 295 292 27 296 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500297 293 36 294 37 298 295 38 299 296 39 300 297 40 298 41 301 299 42 300 43 302 301 44 303 #else304 37305 39306 40307 41308 43309 302 45 310 #endif311 303 ) 312 304 #endif -
branches/safari-613.1.8-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r285706 r286007 167 167 31 168 168 40 169 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300170 169 41 170 42 171 171 43 172 48 172 173 49 174 256 173 175 257 174 176 258 … … 181 183 265 182 184 266 185 267 183 186 268 184 187 269 188 512 185 189 513 186 #else187 42188 48189 256190 257191 258192 259193 260194 261195 262196 263197 264198 265199 267200 268201 512202 #endif203 190 ) 204 191 #endif
Note:
See TracChangeset
for help on using the changeset viewer.