[webkit-reviews] review requested: [Bug 36113] Optimize painting for HTMLProgressElement : [Attachment 50826] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 12:33:05 PDT 2010


Yael <yael.aharon at nokia.com> has asked	for review:
Bug 36113: Optimize painting for HTMLProgressElement
https://bugs.webkit.org/show_bug.cgi?id=36113

Attachment 50826: Patch v2
https://bugs.webkit.org/attachment.cgi?id=50826&action=review

------- Additional Comments from Yael <yael.aharon at nokia.com>
Thank you for your review.
I am not sure I can store the number of pixels to draw in a platform
independent way. For example, in the Qt port on different operating systems, we
have different border widths and different paddings for the different progress
bars.

In order to not lose precision, I replaced the previous 100 with 65536, I hope
this is good enough precision for all platforms.

This patch adds a method for getting the size of the dirty rect from the
platform, if available.


More information about the webkit-reviews mailing list