[vlc-commits] commit: Remove the NPAPI plugin ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Mon Oct 11 19:44:59 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Oct 11 20:44:33 2010 +0300| [1c8a32a495b4fa1c04be9cc81d5b529fd383c162] | committer: Rémi Denis-Courmont 

Remove the NPAPI plugin

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c8a32a495b4fa1c04be9cc81d5b529fd383c162
---

 Makefile.am                                        |   96 +-
 configure.ac                                       |  202 +--
 extras/package/macosx/plugin/.gitignore            |    1 -
 extras/package/macosx/plugin/Info.plist.in         |   32 -
 .../macosx/plugin/InstallerDescription.plist       |   10 -
 .../package/macosx/plugin/InstallerInfo.plist.in   |   46 -
 extras/package/macosx/plugin/pbdevelopment.plist   |    8 -
 projects/mozilla/.gitignore                        |    5 -
 projects/mozilla/COPYING                           |  504 -----
 projects/mozilla/Makefile.am                       |  150 --
 projects/mozilla/control/npolibvlc.cpp             | 1938 --------------------
 projects/mozilla/control/npolibvlc.h               |  265 ---
 projects/mozilla/control/nporuntime.cpp            |  127 --
 projects/mozilla/control/nporuntime.h              |  377 ----
 projects/mozilla/control/position.h                |   54 -
 projects/mozilla/install.js.in                     |   21 -
 projects/mozilla/install.rdf.in                    |   15 -
 projects/mozilla/manifest.json.in                  |    6 -
 projects/mozilla/npvlc.dll.manifest                |   10 -
 projects/mozilla/npvlc_rc.rc.in                    |   43 -
 projects/mozilla/support/classinfo.h               |   30 -
 projects/mozilla/support/npmac.cpp                 | 1259 -------------
 projects/mozilla/support/npunix.c                  | 1013 ----------
 projects/mozilla/support/npwin.cpp                 |  574 ------
 projects/mozilla/test.html                         |  825 ---------
 projects/mozilla/vlc.r.in                          |  128 --
 projects/mozilla/vlcplugin.cpp                     | 1254 -------------
 projects/mozilla/vlcplugin.h                       |  425 -----
 projects/mozilla/vlcshell.cpp                      |  967 ----------
 projects/mozilla/vlcshell.h                        |   82 -
 share/Makefile.am                                  |   19 -
 share/mozilla/fullscreen.xpm                       |   19 -
 share/mozilla/pause.xpm                            |   18 -
 share/mozilla/play.xpm                             |   18 -
 share/mozilla/skip_next.xpm                        |   14 -
 share/mozilla/skip_previous.xpm                    |   14 -
 share/mozilla/stop.xpm                             |   20 -
 share/mozilla/time_icon.xpm                        |   12 -
 share/mozilla/time_line.xpm                        |    7 -
 share/mozilla/volume_knob.xpm                      |   22 -
 share/mozilla/volume_max.xpm                       |   19 -
 share/mozilla/volume_mute.xpm                      |   16 -
 share/mozilla/volume_slider_bar.xpm                |    7 -
 43 files changed, 26 insertions(+), 10646 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1c8a32a495b4fa1c04be9cc81d5b529fd383c162


More information about the vlc-commits mailing list