Bug 37035 - MediaPlayerPrivateQuickTimeWin doesn't return to NETWORK_IDLE when not using network
Summary: MediaPlayerPrivateQuickTimeWin doesn't return to NETWORK_IDLE when not using ...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 11:54 PDT by Andrew Scherkus
Modified: 2023-10-14 03:27 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Scherkus 2010-04-02 11:54:25 PDT
In order to implement the suspend event, MediaPlayerPrivate implementations should return to NETWORK_IDLE when not using the network.
Comment 1 Steve Lacey 2011-03-01 12:45:43 PST
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.
Comment 2 Steve Lacey 2011-03-01 12:47:16 PST
(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.
Comment 3 Ahmad Saleem 2023-10-14 03:27:09 PDT
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.