Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • VLC Browser Plugins VLC Browser Plugins
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • VLC Browser PluginsVLC Browser Plugins
  • Issues
  • #22

Closed
Open
Created Dec 19, 2014 by Daniel Amm@da2424

javascript: autocomplete/'for x in vlc' does not work

If you want to return all available items in the vlc object, you will get an error in firefox: Error: Error enumerating properties on scriptable plugin object

I have tried it with this javascript method:

for(item in vlc){
   document.write(item+"<br>");
}

The same problem appears in the developer console in firefox, if you want to use the autocomplete function.

In ActiveX are similar problems, it works on the main item, but not on the subitems, like vlc.audio (without error messages).

I hope you understand what I mean.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

VideoLAN code repository instance