Bug 128256 - [iOS] TileController should not rely on TileCache zooming mode for tile scale multiplier
Summary: [iOS] TileController should not rely on TileCache zooming mode for tile scale...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-02-05 10:10 PST by Pratik Solanki
Modified: 2014-02-05 11:23 PST (History)
7 users (show)

See Also:


Attachments
Patch (5.04 KB, patch)
2014-02-05 10:30 PST, Pratik Solanki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 2014-02-05 10:10:08 PST
The Zooming tiling mode in TileCache is not always accurate. UIKit sets it to Zooming even in cases when it does a pan instead of a zoom. In such situations we can end up with blurry tiles created with 0.125 scale factor. See RenderLayerCompositor::contentsScaleMultiplierForNewTiles().
Comment 1 Pratik Solanki 2014-02-05 10:10:31 PST
<rdar://problem/15751219>
Comment 2 Pratik Solanki 2014-02-05 10:30:29 PST
Created attachment 223247 [details]
Patch
Comment 3 Pratik Solanki 2014-02-05 11:23:54 PST
Comment on attachment 223247 [details]
Patch

Retracting patch. This needs to be fixed in a better way than having a flag on TileCache.