Bug 37035
Summary: | MediaPlayerPrivateQuickTimeWin doesn't return to NETWORK_IDLE when not using network | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrew Scherkus <scherkus> |
Component: | Media | Assignee: | Jer Noble <jer.noble> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, eric.carlson, sjl |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Andrew Scherkus
In order to implement the suspend event, MediaPlayerPrivate implementations should return to NETWORK_IDLE when not using the network.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Steve Lacey
http/tests/media/video-play-suspend.html has been removed as the test isn't actually valid according to spec. See https://bugs.webkit.org/show_bug.cgi?id=55198 for details.
Steve Lacey
(In reply to comment #1)
> http/tests/media/video-play-suspend.html has been removed as the test isn't actually valid according to spec. See https://bugs.webkit.org/show_bug.cgi?id=55198 for details.
Sorry, for more detail, the deleted test tested the 'suspend' event which the test was incorrectly testing for when the network went idle.
Ahmad Saleem
This has been removed: https://github.com/WebKit/WebKit/commit/92169a12b3efbd49fa615df7ad9acdb813ac39b4
* platform/graphics/win/MediaPlayerPrivateQuickTimeWin.cpp: Removed.
* platform/graphics/win/MediaPlayerPrivateQuickTimeWin.h: Removed.
Plus seems like test was also removed.