[Webkit-unassigned] [Bug 32049] Web Inspector: Timeline panel layout events should show what parts of the page were layed out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 19:04:43 PST 2009


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com,
                   |                            |knorton at google.com,
                   |                            |pfeldman at chromium.org




--- Comment #1 from James Robinson <jamesr at chromium.org>  2009-12-01 19:04:43 PST ---
I think the way to start is to collect bounding boxes in
RenderBlock::layoutBlock() and pass them up to the TimelineAgent which will
union the rectangles into a big dirty rectangle.  One difficulty is that the
x()/y() of a RenderBlock is relative to its container where the user really
wants to see coordinates relative to the document (and for an <iframe> maybe
relative to the top-level document).  I think this means doing a lot of
mapLocalToContainer() calls - is that right?

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