Changes between Version 13 and Version 14 of LayoutUnit
- Timestamp:
- Jun 4, 2012, 10:06:40 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified LayoutUnit
v13 v14 1 [mailto:eae@chromium.org Emil A Eklund] (irc: eae), [mailto:leviw@chromium.org Levi Weintraub] (irc: leviw). 2 1 3 = Background = 2 4 3 To better support zooming, both on desktop and mobile devices, we are currently working on adding subpixel layout support WebKit. To do this we are changing the rendering tree to use subpixel units, called LayoutUnit, instead of integers to represent locations and sizes. The feature is currently controlled by a flag, ENABLE_SUBPIXEL_LAYOUT. As of May 21, 2012 this flag is only turned on for chromium.5 To better support zooming, both on desktop and mobile devices, we are currently working on adding subpixel layout support WebKit. To do this we are changing the rendering tree to use subpixel units, called LayoutUnit, instead of integers to represent locations and sizes. 4 6 5 This working is currently being undertaken by [mailto:leviw@chromium.org Levi Weintraub] and [mailto:eae@chromium.org Emil A Eklund], please talk to us directly or ask on webkit-dev or #webkit if you have any questions and/or concerns. 7 = Status = 8 The feature is currently controlled by a flag, ENABLE_SUBPIXEL_LAYOUT. As of June 2012 it is only turned on for the chromium port. 9 If you have any questions about LayoutUnits, or subpixel layout in general, or would like to enable the feature for another port please talk to 10 either of us. 6 11 7 12 = LayoutUnit & Subpixel Layout =