Bug 44869 - [GTK] Buffered ranges drawing support
Summary: [GTK] Buffered ranges drawing support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 05:45 PDT by Philippe Normand
Modified: 2010-08-30 23:45 PDT (History)
0 users

See Also:


Attachments
proposed patch (4.33 KB, patch)
2010-08-30 09:14 PDT, Philippe Normand
no flags Details | Formatted Diff | Diff
proposed patch (4.33 KB, patch)
2010-08-30 09:17 PDT, Philippe Normand
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2010-08-30 05:45:34 PDT
In the current theme rendering engine we get the percentLoaded() value from the player and fill the media slider track accordingly. Instead it'd be nice to get the ::buffered() TimeRanges and draw them as rectangles inside the media slider track.
Comment 1 Philippe Normand 2010-08-30 09:14:43 PDT
Created attachment 65920 [details]
proposed patch
Comment 2 Philippe Normand 2010-08-30 09:17:56 PDT
Created attachment 65921 [details]
proposed patch
Comment 3 Martin Robinson 2010-08-30 15:23:35 PDT
Comment on attachment 65921 [details]
proposed patch

LGTM.
Comment 4 Philippe Normand 2010-08-30 23:45:32 PDT
http://trac.webkit.org/changeset/66460