Bug 132929 - Tile cache has way too many tiles when pinch-zoomed in
Summary: Tile cache has way too many tiles when pinch-zoomed in
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-14 16:17 PDT by Beth Dakin
Modified: 2014-05-14 16:58 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.38 KB, patch)
2014-05-14 16:29 PDT, Beth Dakin
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2014-05-14 16:17:20 PDT
Tile cache has way too many tiles when pinch-zoomed in

<rdar://problem/16527172>
Comment 1 Beth Dakin 2014-05-14 16:29:51 PDT
Created attachment 231471 [details]
Patch
Comment 2 Benjamin Poulain 2014-05-14 16:53:28 PDT
Comment on attachment 231471 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=231471&action=review

> Source/WebCore/ChangeLog:14
> +        This patch makes the margin sizing functions return the set margin size scaled by 
> +        the TileGridâs scale. We also need to get rid of the old notion we used to have 
> +        that margin tiles might be allowed to have a different size than the other tiles. 
> +        We donât want that. They should have the normal margin size, but they should 
> +        affect the overall coverage area.

Uh, looks like there are some encoding problems here.
Comment 3 Beth Dakin 2014-05-14 16:58:56 PDT
Thank you! Fixed the encoding issue. http://trac.webkit.org/changeset/168871