Changeset 285878 in webkit
- Timestamp:
- Nov 16, 2021, 12:20:46 PM (5 years ago)
- Location:
- trunk/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
-
trunk/Source/WebKit/ChangeLog
r285877 r285878 1 2021-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 1 16 2021-11-16 Chris Dumez <cdumez@apple.com> 2 17 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in
r285612 r285878 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 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r285688 r285878 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.