[Webkit-unassigned] [Bug 78919] New: RenderTables don't dump if they are anonymous

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 12:02:57 PST 2012


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

           Summary: RenderTables don't dump if they are anonymous
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: hyatt at apple.com, inferno at chromium.org


Contrary to the other RenderObject, we don't dump whether the table is anonymous:

virtual const char* renderName() const { return "RenderTable"; }

I don't know why but it looks like a bug to me as other table parts are dumping this information. This change would require a lot of rebaselining but I think it is a valuable information for debugging.

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