[Webkit-unassigned] [Bug 63241] New: [EFL] Remove overlapping recursive layout function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 03:10:31 PDT 2011


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

           Summary: [EFL] Remove overlapping recursive layout function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eunsol47.park at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


In tiled backing store status, the recursive layout function was called twice in _ewk_view_smart_calculate and _ewk_view_tiled_updates_process_pre.
It made unnecessary layouting repeatedly, so I think the call in _ewk_view_smart_calculate have to be removed. 
But in single backing store, the call have to be added before repainting.
So, the call will be added in _ewk_view_single_smart_repaints_process.

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