Changeset 285895 in webkit
- Timestamp:
- Nov 16, 2021, 4:14:20 PM (5 years ago)
- Location:
- branches/safari-613.1.9-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/com.apple.WebProcess.sb.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-613.1.9-branch/Source/WebKit/ChangeLog
r285894 r285895 1 2021-11-16 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r285889. 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 * WebProcess/com.apple.WebProcess.sb.in: 15 16 17 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285889 268f45cc-cd09-0410-ab3c-d52691b4dbfc 18 19 2021-11-16 Per Arne Vollan <pvollan@apple.com> 20 21 Adjust graphics related message filter 22 https://bugs.webkit.org/show_bug.cgi?id=233151 23 <rdar://problem/85430575> 24 25 Reviewed by Brent Fulgham. 26 27 Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies 28 the filter for different OS versions. 29 30 * WebProcess/com.apple.WebProcess.sb.in: 31 1 32 2021-11-16 Russell Epstein <repstein@apple.com> 2 33 -
branches/safari-613.1.9-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r285894 r285895 132 132 0 133 133 47 134 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300135 134 48 136 #endif137 135 ) 138 136 #endif … … 195 193 (allow iokit-external-method 196 194 (iokit-method-number 197 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300 195 43 198 196 44 199 197 45 198 46 200 199 47 201 #else202 43203 44204 46205 #endif206 200 ) 207 201 )
Note:
See TracChangeset
for help on using the changeset viewer.