A bag of static helper methods for mucking about with low-level SWT and Gecko
constructs.
TODO(jat): remove this class by replacing the nsISupports code with
JsRootedValue references.
Method Summary
public static int
addRefInt(int nsISupports) Wrapper for XPCOM's nsISupports::AddRef().
public static int
releaseInt(int nsISupports) Wrapper for XPCOM's nsISupports::Release().
Method Detail
addRefInt
public static int addRefInt(int nsISupports)(Code)
Wrapper for XPCOM's nsISupports::AddRef().
releaseInt
public static int releaseInt(int nsISupports)(Code)