the Chromium logo

The Chromium Projects

Monday, April 13, 2015

Performance Tracking (benjhayden)

inline-block are order-dependant)

First letter refactoring (dsinclair) [crbug.com/391288]

resulting in the first-letter disappearing.

bunch of new tests for hit testing pseudo classes.

Measure API (jchaffraix)

Flexbox (cbiesinger) [crbug.com/426898]

Line Boxes (szager) [crbug.com/321237]

still a performance regression.

and layout units. Text metrics still uses (and will continue to use)

floats, box layout uses (and will continue to use) layout units.

Doing most text metric in floats and converting at the boundary

between the block and inline trees might make sense.

Isolate core/fetch (japhet) [crbug.com/458222]

RenderObject cleanup (pilgrim) [crbug.com/436473]

Text (kojii, eae)

(eae)

text is already faster than simple text. In others it is up to 5x

slower. (eae)

Misc Warden

(jsbell)