[Webkit-unassigned] [Bug 94754] New: RenderMarquee should be a RenderBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 15:46:30 PDT 2012


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

           Summary: RenderMarquee should be a RenderBlock
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: eric at webkit.org, hyatt at apple.com,
                    inferno at chromium.org, eae at chromium.org,
                    leviw at chromium.org


Currently RenderMarquee is not a RenderObject and hangs off RenderLayer. It should be the other way around ie it's a RenderObject with a RenderLayer (or maybe even without one).

The most delicate part of this change is that we have very little coverage for RenderMarquee and the existing testing is very timing dependant (same issue as animation). We would need to increase the coverage before landing such a refactoring.

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