~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to browser-plugin/TODO

Tags: 2.24.3-3
* totem-mozilla.docs: ship README.browser-plugin which explains how to 
  disable the plugin for some MIME types.
* rules: remove the hack that only let totem-xine support VCDs and 
  DVDs, now that GStreamer supports them. Closes: #370789.
* 01_fake_keypresses.patch: new patch. Completely disable the broken 
  XTEST code that generates fake keypresses. Closes: #500330.
* 90_autotools.patch: regenerated.
* Build-depend on nautilus 2.22 to be sure to build the extension for 
  the correct version.
* totem-xine depends on libxine1-x.
* Standards version is 3.8.1.
* Upload to unstable.
* 04_tracker_build.patch: new patch, stolen upstream. Fix build with 
  latest tracker version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
- invert DBUS-OpenStream/NPN_GetURL order: this is necessary so we can push the real stream URI
13
13
  to the viewer (for use as base uri for redirects)
14
14
 
15
 
Viewer:
16
 
- show totem logo image when waiting for click to start?
17
 
 
18
 
GMP plugin:
19
 
- write IDL files (where [_not_ MSDN !] to find documentation?)
20
 
 
21
15
Complex plugin:
22
16
- write IDL file (nsIHXPlayer.idl available, but incompatible with totem's
23
17
  licence exception; is the exception needed for the *plugin* itself?)
24
18
- implement the various 'controls' types in the viewer
25
19
- in the viewer, cope with the 'main' window being removed? (maybe reparent to a hidden window)
26
20
 
27
 
NarrowSpace plugin:
28
 
- write IDL file (where to find documentation?)