~swem/totem/assignment

« back to all changes in this revision

Viewing changes to browser-plugin/README.browser-plugin

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-01-27 09:40:18 UTC
  • mfrom: (1.4.2 upstream) (5.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100127094018-q6rzt7va0y8ketwt
Tags: 2.29.4-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
    - Drop tracker plugin, it needs tracker 0.7.
  + debian/totem-mozilla.links:
    - Drop the complex plugin, it doesn't exist anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
once it's been cached. You might have to remove the pluginreg.dat from the Mozilla
41
41
profile directory.
42
42
 
43
 
Special topics: Complex plugin
44
 
==============================
45
 
 
46
 
The complex plugin supports multiple plugins working together, see
47
 
[http://service.real.com/help/library/guides/realone/ProductionGuide/HTML/realpgd.htm?page=htmfiles/embed.htm].
48
 
 
49
 
To implement this, we maintain a list of totem complex plugins.
50
 
The plugins are partitioned into classes by their 'console' name; and a
51
 
random plugin (well, the first one instantiated) is chosen as representant.
52
 
This one owns the plugin viewer and all viewer interaction of the linked plugins
53
 
are done trough it. When this plugin is destroyed, we search for a new
54
 
representant, transfer the viewer ownership to it and update the representant
55
 
pointer in all of the classes' plugins.
56
 
 
57
43
Special topics: NarrowSpace plugin
58
44
==================================
59
45