[webkit-reviews] review requested: [Bug 59863] Incomplete repaint with box-shadow and padding when Javascript updates document : [Attachment 93766] Patch and layout test for the bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 08:09:12 PDT 2011


Andrei Bucur <abucur at adobe.com> has asked  for review:
Bug 59863: Incomplete repaint with box-shadow and padding when Javascript
updates document
https://bugs.webkit.org/show_bug.cgi?id=59863

Attachment 93766: Patch and layout test for the bug
https://bugs.webkit.org/attachment.cgi?id=93766&action=review

------- Additional Comments from Andrei Bucur <abucur at adobe.com>
The patch adds a new method to RenderStyle used to query the extent of an inset
box-shadow. The extent is then used in RenderObject::repaintAfterLayoutIfNeeded
to adjust the repaint rectangle size to include the shadow. The attached pixel
layout test checks if this behavior is available.


More information about the webkit-reviews mailing list