Bug 41935

Summary: Add RuntimeEnabledFeatures::timeRangesEnabled() required by r62880
Product: WebKit Reporter: Albert J. Wong <ajwong>
Component: WebCore Misc.Assignee: Albert J. Wong <ajwong>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Add in timeRangesEnable() zimmermann: review+

Description Albert J. Wong 2010-07-09 00:16:49 PDT
Revision 62880 made TimeRanges EnabledAtRuntime.  This requires a corresponding function, RuntimeEnabledFeatures::timeRangesEnabled(), to be added.
Comment 1 Albert J. Wong 2010-07-09 00:28:48 PDT
Created attachment 61006 [details]
Add in timeRangesEnable()
Comment 2 Nikolas Zimmermann 2010-07-09 00:36:43 PDT
Comment on attachment 61006 [details]
Add in timeRangesEnable()

LGTM, r=me.We were both not 100% sure whether timeRangesEnabled() should be 1:1 coupled with the MediaPlayer availability. But as TimeRanges is conditional=video, and it's also exposed only if VIDEO is enabled, it seems fine.
Comment 3 Albert J. Wong 2010-07-09 02:28:16 PDT
Committed as r62920.