Changes between Version 13 and Version 14 of LayoutUnit


Ignore:
Timestamp:
Jun 4, 2012 10:06:40 PM (12 years ago)
Author:
eae@chromium.org
Comment:

Updated status

Legend:

Unmodified
Added
Removed
Modified
  • LayoutUnit

    v13 v14  
     1[mailto:eae@chromium.org Emil A Eklund] (irc: eae), [mailto:leviw@chromium.org Levi Weintraub] (irc: leviw).
     2
    13= Background =
    24
    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.
     5To 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.
    46
    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 =
     8The feature is currently controlled by a flag, ENABLE_SUBPIXEL_LAYOUT. As of June 2012 it is only turned on for the chromium port.
     9If you have any questions about LayoutUnits, or subpixel layout in general, or would like to enable the feature for another port please talk to
     10either of us.
    611
    712= LayoutUnit & Subpixel Layout =