[Webkit-unassigned] [Bug 94883] New: Remove RenderTableSection::removeChild

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 17:51:23 PDT 2012


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

           Summary: Remove RenderTableSection::removeChild
           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: bdakin at apple.com, inferno at chromium.org
            Blocks: 94843


Table section post-child-removal invalidations all go through RenderTableSection::removeChild. Unfortunately we cannot guarantee that it will be called when moving children around (f.e. table splitting logic).

Since we introduced willBeRemovedFromTree, we can remove the function and do only the needed invalidation in the children's.

Patch forthcoming.

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