[Webkit-unassigned] [Bug 58346] Convert media controls hooks to a client interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 10:33:26 PDT 2011


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





--- Comment #1 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2011-04-12 10:33:26 PST ---
The hooks mentioned above are all the methods on MediaControlRootElement that HTMLMediaElement uses to signal a change of the state:


    void show();
    void hide();
    void makeOpaque();
    void makeTransparent();

    void reset();

    void playbackProgressed();
    void playbackStarted();
    void playbackStopped();

    void changedMute();
    void changedVolume();

    void enteredFullscreen();
    void exitedFullscreen();

    void reportedError();
    void changedNetworkState();
    void loadedMetadata();
    void changedClosedCaptionsVisibility();

    void showVolumeSlider();
    void updateTimeDisplay();

-- 
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