After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 618929 - Plugin "totemCone" has some uninplemeted methods and properties from VLC JavaScript API (patches applied)
Plugin "totemCone" has some uninplemeted methods and properties from VLC Java...
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
unspecified
Other Linux
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2010-05-17 20:53 UTC by Ivaylo Valkov
Modified: 2010-05-18 15:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Get/set the time (918 bytes, patch)
2010-05-17 20:55 UTC, Ivaylo Valkov
none Details | Review
Implementation of togglePause() (722 bytes, patch)
2010-05-17 20:56 UTC, Ivaylo Valkov
none Details | Review
Add support for VLC "toolbar" argument: with or without "vlc" mimetype. (494 bytes, patch)
2010-05-17 20:57 UTC, Ivaylo Valkov
none Details | Review
Get/set input.time property in git-formated form (1.41 KB, patch)
2010-05-18 14:33 UTC, Ivaylo Valkov
committed Details | Review
Implementation ot togglePause() in git-formated form (1.17 KB, patch)
2010-05-18 14:34 UTC, Ivaylo Valkov
committed Details | Review
VLC "toolbar" argument support in git-formated form (1.48 KB, patch)
2010-05-18 14:35 UTC, Ivaylo Valkov
committed Details | Review

Description Ivaylo Valkov 2010-05-17 20:53:37 UTC
This plugin is missing some methods and properties from VLC JavaScript API:
- playlist.togglePause()
- input.time

The input.time property affects seeking too (for example:  input.time += 1000 ; input.time -= 1000 ; input.time = 1000;).

Also the part of the code that checks for the  visibility of the controls is not quite right. VLC uses a toolbar argument, but it is not documented.
Comment 1 Ivaylo Valkov 2010-05-17 20:55:12 UTC
Created attachment 161271 [details] [review]
Get/set the time
Comment 2 Ivaylo Valkov 2010-05-17 20:56:00 UTC
Created attachment 161272 [details] [review]
Implementation of togglePause()
Comment 3 Ivaylo Valkov 2010-05-17 20:57:10 UTC
Created attachment 161273 [details] [review]
Add support for VLC "toolbar" argument: with or without "vlc" mimetype.
Comment 4 Bastien Nocera 2010-05-18 13:04:09 UTC
Very nice. Would it be possible for you to provide all 3 patches in git-formatted form, so as not to lose authoring information, and document the toolbar argument (at least with a short reference to the portion of code implementing this in VLC).
Comment 5 Ivaylo Valkov 2010-05-18 14:33:00 UTC
Created attachment 161356 [details] [review]
Get/set input.time property in git-formated form
Comment 6 Ivaylo Valkov 2010-05-18 14:34:06 UTC
Created attachment 161357 [details] [review]
Implementation ot togglePause() in git-formated form
Comment 7 Ivaylo Valkov 2010-05-18 14:35:29 UTC
Created attachment 161358 [details] [review]
VLC "toolbar" argument support in git-formated form
Comment 8 Ivaylo Valkov 2010-05-18 14:36:49 UTC
(In reply to comment #4)
> Would it be possible for you to provide all 3 patches in
> git-formatted form, 

>and document the
> toolbar argument (at least with a short reference to the portion of code
> implementing this in VLC).

Done. Is this OK?
Comment 9 Bastien Nocera 2010-05-18 15:12:31 UTC
Fixed the last commit message and the indentation of the comment.