mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
Follow-up checkin to bug 165653.
Drop Firebird's dependency on Gecko's DOM for the sidebar; it should provide it itself. Patch=caillon r=bryner sr=jst
This commit is contained in:
parent
e2865dfc92
commit
7bfe00428b
@ -24,13 +24,9 @@
|
|||||||
|
|
||||||
#include "nsISupports.idl"
|
#include "nsISupports.idl"
|
||||||
|
|
||||||
interface nsIDOMWindowInternal;
|
|
||||||
|
|
||||||
[scriptable, uuid(577CB745-8CAF-11d3-AAEF-00805F8A4905)]
|
[scriptable, uuid(577CB745-8CAF-11d3-AAEF-00805F8A4905)]
|
||||||
interface nsISidebar : nsISupports
|
interface nsISidebar : nsISupports
|
||||||
{
|
{
|
||||||
|
|
||||||
void setWindow (in nsIDOMWindowInternal aWindow);
|
|
||||||
void addPanel(in wstring aTitle, in string aContentURL,
|
void addPanel(in wstring aTitle, in string aContentURL,
|
||||||
in string aCustomizeURL);
|
in string aCustomizeURL);
|
||||||
void addPersistentPanel(in wstring aTitle, in string aContentURL,
|
void addPersistentPanel(in wstring aTitle, in string aContentURL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user