[Webkit-unassigned] [Bug 86113] New: Replace WebMediaPlayer::bytesLoaded() with an explicit didLoadingProgress()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 10 10:47:05 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86113

           Summary: Replace WebMediaPlayer::bytesLoaded() with an explicit
                    didLoadingProgress()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fischman at chromium.org
                CC: eric.carlson at apple.com,
                    feature-media-reviews at chromium.org


Today WebMediaPlayer::bytesLoaded() is used only to detect loading progress happening (in HTMLMediaElement::changeNetworkStateFromLoadingToIdle()).  Instead, WebMediaPlayer could expose a
bool didLoadingProgress();
method that returned whether loading progress happened since the last time this function was called.  This would allow simplifying WMP implementations that don't otherwise need to track counts of bytes buffered.

(I hear scherkus/eric.carlson/acolwell discussed this f2f; feel free to add color to this bug if there's more to it that I missed)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list