[Webkit-unassigned] [Bug 104374] New: [EFL][WK2] We should consider frame and device scale factors in WebCore instead of scaling our raster graphics engines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 08:45:07 PST 2012


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

           Summary: [EFL][WK2] We should consider frame and device scale
                    factors in WebCore instead of scaling our raster
                    graphics engines
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kenneth at webkit.org
                CC: demarchi at webkit.org
            Blocks: 103105


Right now we scale externally, by supplying the contents scale (aka frame scale in WebCore terminology) and the device scale directly to our raster engine (cairo_t, QPainter for Qt) instead of letting WebCore handle this like Chrome and Mac ports are doing it.

We should switch so that we align more with other ports, use more common code and gain the advantages of this approach.

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