Bug 104374 - [EFL][WK2] We should consider frame and device scale factors in WebCore instead of scaling our raster graphics engines
Summary: [EFL][WK2] We should consider frame and device scale factors in WebCore inste...
Status: RESOLVED DUPLICATE of bug 105978
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mikhail Pozdnyakov
URL:
Keywords:
Depends on:
Blocks: 103105
  Show dependency treegraph
 
Reported: 2012-12-07 08:47 PST by Kenneth Rohde Christiansen
Modified: 2013-01-09 01:26 PST (History)
13 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Rohde Christiansen 2012-12-07 08:47:34 PST
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.
Comment 1 Kenneth Rohde Christiansen 2012-12-21 06:56:21 PST
cc'ing Mikhail as he is looking into this
Comment 2 Dongseong Hwang 2013-01-09 01:26:21 PST

*** This bug has been marked as a duplicate of bug 105978 ***