[Webkit-unassigned] [Bug 40378] [Qt] When any geometry change happens to a node it will resize the backing cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 05:26:45 PDT 2010


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenneth at webkit.org




--- Comment #10 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-06-16 05:26:44 PST ---

> It seems convenient to document the define somewhere for turning on debugging - where should that go instead?

define it as 0 instead of commenting it out would probably be ok


> > WebCore/platform/graphics/qt/GraphicsLayerQt.cpp:346
> >  +                  const QRegion cleanRegion = (QRegion(0, 0, m_size.width(), m_size.height()) &
> > the & should be at the next line, consult our style guide, please
> >
> 
> I don't see that documented anywhere, or flagged by check-webkit-style. Where should I be looking for these details?

should follow the same rule as &&, || etc. When the line is broken they go to the front of the next line, not to the end of the previous one.

-- 
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