Bug 171051 - Increase large animation cutoff
Summary: Increase large animation cutoff
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-04-20 05:11 PDT by Antti Koivisto
Modified: 2017-04-20 05:58 PDT (History)
4 users (show)

See Also:


Attachments
patch (1.79 KB, patch)
2017-04-20 05:20 PDT, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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