Changeset 285894 in webkit
- Timestamp:
- Nov 16, 2021, 4:14:18 PM (5 years ago)
- Location:
- branches/safari-613.1.9-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.9-branch/Source/WebKit/ChangeLog
r285775 r285894 1 2021-11-16 Russell Epstein <repstein@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-13 Per Arne Vollan <pvollan@apple.com> 2 37 -
branches/safari-613.1.9-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in
r285612 r285894 264 264 #if PLATFORM(IOS) 265 265 (iokit-method-number 266 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500267 266 43 268 #else269 267 44 270 #endif271 268 ) 272 269 #endif … … 293 290 26 294 291 27 295 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 150500296 292 36 293 37 297 294 38 298 295 39 299 296 40 297 41 300 298 42 299 43 301 300 44 302 #else303 37304 39305 40306 41307 43308 301 45 309 #endif310 302 ) 311 303 #endif -
branches/safari-613.1.9-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r285688 r285894 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.