[Webkit-unassigned] [Bug 73430] New: [EFL] Add pre-rendering implementation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 04:45:18 PST 2011


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

           Summary: [EFL] Add pre-rendering implementation.
           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: jungjik.lee at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


This is different way of pre-rendering. Main difference is the way of queuing the request.
The request which is close to view port queues in spiral order so that backing store render the nearest request to viewport first.
And other difference is calculating the pre-rendering region. EFL port calculates the region of pre-rendering itself.
so that the region is as big as the memory can support, and while scrolling, no white tiles can be shown.

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