Bug 132929

Summary: Tile cache has way too many tiles when pinch-zoomed in
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, sam, simon.fraser, thorton
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch benjamin: review+

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