Bug 136139

Summary: Animated GIFs scrolled out of view still cause titlebar blur to update, on tumblr.com page
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kling, kondapallykalyan, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://dedalvs.tumblr.com
Attachments:
Description Flags
patch simon.fraser: review+

Description Antti Koivisto 2014-08-21 17:40:46 PDT
The code that pauses animations outside the view does not work for subframes.
Comment 1 Antti Koivisto 2014-08-21 17:41:00 PDT
<rdar://problem/18001179>
Comment 2 Antti Koivisto 2014-08-21 21:03:15 PDT
Created attachment 236963 [details]
patch
Comment 3 WebKit Commit Bot 2014-08-21 21:06:13 PDT
Attachment 236963 [details] did not pass style-queue:


ERROR: Source/WebKit/mac/WebView/WebView.mm:1576:  The parameter name "view" adds no information, so it should be removed.  [readability/parameter_name] [5]
ERROR: Source/WebCore/WebCore.exp.in:0:  Source/WebCore/WebCore.exp.in should be sorted, use Tools/Scripts/sort-export-file script  [list/order] [5]
Total errors found: 2 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Antti Koivisto 2014-08-21 22:40:00 PDT
https://trac.webkit.org/r172854