Bug 129509 - Turn off margin tiles on iOS
Summary: Turn off margin tiles on iOS
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-02-28 15:19 PST by Beth Dakin
Modified: 2014-02-28 15:48 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2014-02-28 15:23 PST, Beth Dakin
simon.fraser: 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-02-28 15:19:38 PST
We should turn off margin tiles on iOS because they use a lot of memory.

<rdar://problem/16200383>
Comment 1 Beth Dakin 2014-02-28 15:23:35 PST
Created attachment 225497 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-02-28 15:26:27 PST
Comment on attachment 225497 [details]
Patch

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

> Source/WebCore/page/FrameView.cpp:2467
> +    // We don't support margin tiles on iOS because they use too much memory. We might support them
> +    // in the future if we can find a way to make them more efficient.

A bit TMI I think. You could reference a radar here.
Comment 3 Beth Dakin 2014-02-28 15:48:18 PST
Thanks, Simon! http://trac.webkit.org/changeset/164891