Changeset 285889 in webkit
- Timestamp:
- Nov 16, 2021, 2:53:58 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/com.apple.WebProcess.sb.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r285886 r285889 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 * WebProcess/com.apple.WebProcess.sb.in: 13 1 14 2021-11-16 Per Arne Vollan <pvollan@apple.com> 2 15 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r285878 r285889 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.