Bug 55761 - [GTK] media/audio-repaint.html times out
Summary: [GTK] media/audio-repaint.html times out
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: 2011-03-04 03:06 PST by Philippe Normand
Modified: 2011-03-04 09:23 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (3.69 KB, patch)
2011-03-04 03:09 PST, Philippe Normand
no flags Details | Formatted Diff | Diff
proposed patch (1.66 KB, patch)
2011-03-04 03:13 PST, 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 2011-03-04 03:06:51 PST
The test does a seek and just after waits for the seeked event. This is not very reliable as the seek is done *before* we listen on the seeked event.
Comment 1 Philippe Normand 2011-03-04 03:09:38 PST
Created attachment 84718 [details]
proposed patch
Comment 2 Philippe Normand 2011-03-04 03:11:07 PST
Jer, would this patch make sense?
Comment 3 Philippe Normand 2011-03-04 03:13:18 PST
Created attachment 84719 [details]
proposed patch
Comment 4 Jer Noble 2011-03-04 08:45:01 PST
Indeed it would.  Looks good to me. (Though you should probably add the CR back to the end of the file.) :-)
Comment 5 Martin Robinson 2011-03-04 09:08:36 PST
Comment on attachment 84719 [details]
proposed patch

This makes a lot of sense.
Comment 6 Philippe Normand 2011-03-04 09:23:48 PST
Committed r80360: <http://trac.webkit.org/changeset/80360>