[vlc-devel] commit: Add "toolbar:bool" RW property for the JS API, fix toolbar visibility (Anthony Loiseau )
git version control
git at videolan.org
Wed Jun 18 12:04:14 CEST 2008
vlc | branch: master | Anthony Loiseau <anthony.loiseau at gmail.com> | Mon Mar 31 17:03:31 2008 +0200| [afe32c01a91575ec9098ec6a60a15c6a897e27d4]
Add "toolbar:bool" RW property for the JS API, fix toolbar visibility
The mozilla plugin has already a "toolbar"(bool) parameter.
For coherency between ActiveX and mozilla plugin, the "toolbar"
parameter has been added to ActiveX, which has created also a
"toolbar" property in the exported API (JavaScript for web pages).
This commit add it to mozilla plugin too, to maintain coherency.
This commit also fix toolbar visibility when toolbar="true" parameter
is used in embed object.
Signed-off-by: Jean-Paul Saman <jpsaman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=afe32c01a91575ec9098ec6a60a15c6a897e27d4
---
projects/mozilla/vlcplugin.cpp | 121 ++++++++++++++++++++++++++++-----------
projects/mozilla/vlcshell.cpp | 41 ++++++--------
2 files changed, 104 insertions(+), 58 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=afe32c01a91575ec9098ec6a60a15c6a897e27d4
More information about the vlc-devel
mailing list