Bug 171051

Summary: Increase large animation cutoff
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, sabouhallawa, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

Description Antti Koivisto 2017-04-20 05:11:27 PDT
We currently switch to per-frame decoding if the animation is larger than 5MB. This is very power-inefficient and such animations are common. The cutoff originates from 2007 and it is time go update it.
Comment 1 Radar WebKit Bug Importer 2017-04-20 05:16:04 PDT
<rdar://problem/31731532>
Comment 2 Radar WebKit Bug Importer 2017-04-20 05:17:14 PDT
<rdar://problem/31731536>
Comment 3 Radar WebKit Bug Importer 2017-04-20 05:17:22 PDT
<rdar://problem/31731535>
Comment 4 Antti Koivisto 2017-04-20 05:20:55 PDT
Created attachment 307589 [details]
patch
Comment 5 Andreas Kling 2017-04-20 05:49:54 PDT
Comment on attachment 307589 [details]
patch

Sure
Comment 6 Antti Koivisto 2017-04-20 05:58:24 PDT
https://trac.webkit.org/r215557