~ubuntu-branches/debian/sid/swt-gtk/sid

« back to all changes in this revision

Viewing changes to org/eclipse/swt/browser/HelperAppLauncherDialog_1_9.java

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Perez
  • Date: 2009-12-07 10:22:24 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207102224-70w2tax575mcks1w
Tags: 3.5.1-1
* New upstream release. Closes: #558663.
* debian/control: 
  - Add Vcs-* fields for Git repository.
  - Allow DM-Uploads.
  - Remove "Conflicts", package should live with eclipse.
* debian/rules: Fix default-java path around AWT_LIB_PATH.
* debian/copyright: Minor update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
import org.eclipse.swt.internal.mozilla.*;
16
16
import org.eclipse.swt.widgets.*;
17
17
 
 
18
/**
 
19
 * This class implements the nsIHelperAppLauncherDialog interface for mozilla
 
20
 * versions >= 1.9.  For mozilla versions 1.4 - 1.8.x this interface is
 
21
 * implemented by class HelperAppLauncherDialog.  HelperAppLauncherDialogFactory
 
22
 * determines at runtime which of these classes to instantiate. 
 
23
 */
18
24
class HelperAppLauncherDialog_1_9 {
19
25
        XPCOMObject supports;
20
26
        XPCOMObject helperAppLauncherDialog;