зеркало из https://github.com/mozilla/gecko-dev.git
Bug 18058. Remove 'commandDispatcher' from interface; obsolete. r=hyatt, a=chofmann
This commit is contained in:
Родитель
5d9420b596
Коммит
dfd9dd6eaa
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче