Chromium Code Reviews
DescriptionWebUI TaskManager: Use the specified height of row on refleshing.
Measuring of element is expensive operation. This CL prevents to measurs of size of row if the height is specified explicitly on CSS. It saves time of size calculation of the element.
In the previous implementation, the size (including both height and width) was cached but the width has been not used. This CL changes to cache only the height and to remove unused width-related code.
BUG=99029
TEST=manual
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119890
Patch Set 1 #
Total comments: 10
Patch Set 2 : fix review (modify comments and remove temp variable) #Patch Set 3 : review fix (add an additional comment) #
Total comments: 4
Patch Set 4 : review fix #Patch Set 5 : merge with master #
Messages
Total messages: 9 (0 generated)
|
||||||||||||||||||||||||||||