[Webkit-unassigned] [Bug 41471] New: Refactor destroy() methods in RenderObject, RenderBox, and RenderWidget to share common code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 1 10:59:20 PDT 2010


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

           Summary: Refactor destroy() methods in RenderObject, RenderBox,
                    and RenderWidget to share common code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jschuh at chromium.org
                CC: hyatt at apple.com, mitz at webkit.org, jamesr at chromium.org


Right now we have warning comments to instruct people that they need to duplicate common code between RenderObject, RenderBox, and RenderWidget. However, that approach is error prone and screwing it up leads to ugly bugs. We should isolate the common destruction code so that it's more obviously shared between the different modules.

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