Bug 18058. Remove 'commandDispatcher' from interface; obsolete. r=hyatt, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2b02c816a3
commit
ca247c028b
@ -17,12 +17,9 @@
|
||||
*/
|
||||
|
||||
#include "nsISupports.idl"
|
||||
interface nsIDOMXULCommandDispatcher;
|
||||
|
||||
[scriptable, uuid(D5B61B82-1DA4-11d3-BF87-00105A1B0627)]
|
||||
interface nsIController : nsISupports {
|
||||
attribute nsIDOMXULCommandDispatcher commandDispatcher;
|
||||
|
||||
boolean isCommandEnabled(in wstring command);
|
||||
boolean supportsCommand(in wstring command);
|
||||
|
||||
|
||||
@ -18,12 +18,9 @@
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "nsIController.idl"
|
||||
interface nsIDOMXULCommandDispatcher;
|
||||
|
||||
[scriptable, uuid(A5ED3A01-7CC7-11d3-BF87-00105A1B0627)]
|
||||
interface nsIControllers : nsISupports {
|
||||
attribute nsIDOMXULCommandDispatcher commandDispatcher;
|
||||
|
||||
nsIController getControllerForCommand(in wstring command);
|
||||
|
||||
void insertControllerAt(in unsigned long index, in nsIController controller);
|
||||
|
||||
@ -17,12 +17,9 @@
|
||||
*/
|
||||
|
||||
#include "nsISupports.idl"
|
||||
interface nsIDOMXULCommandDispatcher;
|
||||
|
||||
[scriptable, uuid(D5B61B82-1DA4-11d3-BF87-00105A1B0627)]
|
||||
interface nsIController : nsISupports {
|
||||
attribute nsIDOMXULCommandDispatcher commandDispatcher;
|
||||
|
||||
boolean isCommandEnabled(in wstring command);
|
||||
boolean supportsCommand(in wstring command);
|
||||
|
||||
|
||||
@ -18,12 +18,9 @@
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "nsIController.idl"
|
||||
interface nsIDOMXULCommandDispatcher;
|
||||
|
||||
[scriptable, uuid(A5ED3A01-7CC7-11d3-BF87-00105A1B0627)]
|
||||
interface nsIControllers : nsISupports {
|
||||
attribute nsIDOMXULCommandDispatcher commandDispatcher;
|
||||
|
||||
nsIController getControllerForCommand(in wstring command);
|
||||
|
||||
void insertControllerAt(in unsigned long index, in nsIController controller);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user