Bug 142317

Summary: Handle backdrop views that have to tile
Product: WebKit Reporter: Dean Jackson <dino>
Component: Layout and RenderingAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 144719    
Bug Blocks:    
Attachments:
Description Flags
Patch simon.fraser: review+

Description Dean Jackson 2015-03-04 17:53:55 PST
The new backdrop view layers on iOS break when they get too big. A few options:

- swap to a transparent color and no longer blur
- handle tiled blurred layers
Comment 1 Radar WebKit Bug Importer 2015-03-04 17:54:25 PST
<rdar://problem/20049088>
Comment 2 Dean Jackson 2015-05-06 15:31:33 PDT
Created attachment 252529 [details]
Patch
Comment 3 Simon Fraser (smfr) 2015-05-06 15:34:21 PDT
Comment on attachment 252529 [details]
Patch

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

> LayoutTests/compositing/media-controls-bar-appearance-big.html:12
> +            width: 1024px;
> +            height: 1024px;

This doesn't seem big enough to force tiling.
Comment 4 Dean Jackson 2015-05-06 15:47:42 PDT
Committed r183894: <http://trac.webkit.org/changeset/183894>
Comment 5 WebKit Commit Bot 2015-05-06 17:24:11 PDT
Re-opened since this is blocked by bug 144719