]> git.sesse.net Git - vlc/commit
Add "toolbar:bool" RW property for the JS API, fix toolbar visibility
authorAnthony Loiseau <anthony.loiseau@gmail.com>
Mon, 31 Mar 2008 15:03:31 +0000 (17:03 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 18 Jun 2008 09:39:23 +0000 (11:39 +0200)
commitafe32c01a91575ec9098ec6a60a15c6a897e27d4
tree99c8694f9387a6d2fc4e6d738dcf175897b92a38
parent4dd78ea829792ab2ed08f5d662dddda05cc76d4e
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@videolan.org>
projects/mozilla/vlcplugin.cpp
projects/mozilla/vlcshell.cpp