Bug 75972 - REGRESSION (r102024): Having the Bing homepage open prevents idle sleep
Summary: REGRESSION (r102024): Having the Bing homepage open prevents idle sleep
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Jer Noble
URL: http://bing.com/
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-01-10 10:53 PST by Jer Noble
Modified: 2012-01-10 22:22 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.82 KB, patch)
2012-01-10 12:09 PST, Jer Noble
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2012-01-10 10:53:50 PST
REGRESSION (r102024): Having the Bing homepage open prevents idle sleep
Comment 1 Jer Noble 2012-01-10 10:54:27 PST
<rdar://problem/10658940>
Comment 2 Jer Noble 2012-01-10 10:55:30 PST
Bing will use a looping <video> element to animate a portion of their homepage.  On Mac platforms, this causes the system to disable idle and display sleep.
Comment 3 Jer Noble 2012-01-10 12:09:29 PST
Created attachment 121888 [details]
Patch
Comment 4 Jer Noble 2012-01-10 12:43:32 PST
Committed r104619: <http://trac.webkit.org/changeset/104619>
Comment 5 Darin Adler 2012-01-10 22:22:30 PST
I think it would be better to cut down on ifdefs by having an inline empty implementation of updateDisableSleep() in the header.