[Webkit-unassigned] [Bug 62593] Optimization: do a single fillRect when painting the background in RenderBoxModelObject::paintFillLayerExtended

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 17:23:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62593


Una Sabovic <una.sabovic at palm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97002|0                           |1
        is obsolete|                            |




--- Comment #7 from Una Sabovic <una.sabovic at palm.com>  2011-06-13 17:23:23 PST ---
Created an attachment (id=97042)
 --> (https://bugs.webkit.org/attachment.cgi?id=97042&action=review)
proposed patch

Qt seems to be hard coding the base color for the frame view to brush(QPalette::Base) which is RGBA (255,255,255,255).
Since I couldn't change this value with html/css I hard coded it to baseColor = Color(0,0,255,128) for testing purposes in both trunk and my branch.
(If you know how I can affect this value with html/css pls let me know)

I ran QtLauncher trunk vs QtLauncher with the patch - result came out the same. See attached screenshot.

Here is the log from RenderBoxModelObject

baseColor RGBA 0,0,255,128
backgroundRect (0,0, 800,533)
bgColor RGBA 255,255,0,204
baseColor blended with bgColor RGBA 226,226,28,229

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list