[Webkit-unassigned] [Bug 28310] Chromium: Show a "Mute Disabled" button on audio error.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 14 15:58:55 PDT 2009


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





--- Comment #3 from Kyle Prete <kylep at chromium.org>  2009-08-14 15:58:54 PDT ---
Sure. The issue is that hasAudio is being used differently than hasVideo is.
hasVideo() returns true if the video has loaded. It could return false if the
video isn't loaded yet, but might be loaded later. hasAudio() returns false if
the audio will never load, i.e. the hardware doesn't work or (maybe) the source
has no audio. It's probably more a naming issue. Should I call it hasAudioError
and flip the default return?

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