Changeset 77045 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 28, 2011, 9:02:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r77044 r77045 1 2011-01-28 Simon Fraser <[email protected]> 2 3 Reviewed by Gavin Barraclough. 4 5 Add various clampToInt() methods to MathExtras.h 6 https://bugs.webkit.org/show_bug.cgi?id=52910 7 8 Add functions for clamping doubles and floats to valid int 9 ranges, for signed and positive integers. 10 11 * wtf/MathExtras.h: 12 (clampToInteger): 13 (clampToPositiveInteger): 14 1 15 2011-01-28 Sheriff Bot <[email protected]> 2 16
Note:
See TracChangeset
for help on using the changeset viewer.