Skip to content
Snippets Groups Projects
  1. Sep 07, 2010
    • Jean-Paul Saman's avatar
      mozilla: activex: update test.html · a624aaeb
      Jean-Paul Saman authored
      - use VLC MediaPlayer events
      - use unix style EOL
      a624aaeb
    • Jean-Paul Saman's avatar
      mozilla: activex: add cache filling level to event MediaPlayerBuffering · 366cc4b9
      Jean-Paul Saman authored
      Add cache filling level to the MediaPlayerBuffering event.
      366cc4b9
    • Jean-Paul Saman's avatar
      mozilla: rework events · bb12c0f1
      Jean-Paul Saman authored
      
      The mozilla webplugin events do not support arguments and expose all events available in libvlc. Most
      of these events are not usefull for the webplugins and not being able to pass arguments is another limiting
      issue. This patch addresses both problems at the same time.
      
      The mozilla webplugin limits supports to the libvlc_MediaPlayer* events just like the ActiveX webplugin does.
      These events are usefull in the context of a webplugin.
      
      Ommit the 'libvlc_' prefix from the libvlc_MediaPlayer* events to obtain the events name that must be
      used from JavaScript to listen on the event. Example:
      
      - libvlc_MediaPlayerOpening becomes 'MediaPlayerOpening'
      - libvlc_MediaPlayerNothingSpecial becoms 'MediaPlayerNothingSpecial'
      
      Signed-off-by: default avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
      
      Conflicts:
      
      	projects/mozilla/vlcplugin.cpp
      	projects/mozilla/vlcplugin.h
      bb12c0f1
  2. Sep 06, 2010
  3. Sep 05, 2010
  4. Sep 04, 2010
  5. Sep 03, 2010
  6. Sep 02, 2010
  7. Sep 01, 2010
  8. Aug 31, 2010
  9. Aug 29, 2010
  10. Aug 28, 2010
  11. Aug 26, 2010
  12. Aug 25, 2010
Loading