]> git.sesse.net Git - vlc/commit
* ./mozilla/*: added hooks so that the vlc plugin is scriptable from
authorSam Hocevar <sam@videolan.org>
Tue, 17 Sep 2002 08:18:24 +0000 (08:18 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 17 Sep 2002 08:18:24 +0000 (08:18 +0000)
commit5555c82c83eca00c55a0d4117e9506a9d391c1e6
tree2d5b276d0af58e51e2688fb26f3e61f1351493c4
parentcf891bad55157104f8d9d50b1d95b25ebc7f7a5e
  * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
    javascript. It's also in C++, but we didn't have the choice.
12 files changed:
configure.in
mozilla/.cvsignore [new file with mode: 0644]
mozilla/Makefile
mozilla/classinfo.h [new file with mode: 0644]
mozilla/npunix.c
mozilla/vlcintf.idl [new file with mode: 0644]
mozilla/vlcpeer.cpp [new file with mode: 0644]
mozilla/vlcpeer.h [new file with mode: 0644]
mozilla/vlcplugin.c [deleted file]
mozilla/vlcplugin.cpp [new file with mode: 0644]
mozilla/vlcplugin.h
mozilla/vlcshell.cpp [new file with mode: 0644]