[Webkit-unassigned] [Bug 92772] New: Expose table internal structure to DumpRenderTree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 10:52:33 PDT 2012


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

           Summary: Expose table internal structure to DumpRenderTree
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: robert at webkit.org, pravind.2k4 at gmail.com


Currently we don't dump the internal table structure anywhere (RenderTable::m_columns). We do dump physical cells location on the grid but that doesn't cover any patching we do due to different row sizes. This would make bug where the structure of the table is wrong easier to debug.

On way to do that would be to add a new method to Internals. The other one would be to modify RenderTreeAsText to dump it along the RenderTable. My favorite is Internals as we would get dumpAsText tests but I didn't spend too much time thinking about it.

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