зеркало из https://github.com/mozilla/gecko-dev.git
Removing obsolete C++ code.
This commit is contained in:
Родитель
cceeb70802
Коммит
62b074a8ce
|
@ -9,7 +9,7 @@ interface XULElement : Element {
|
|||
readonly attribute xpidl nsIXULTemplateBuilder builder;
|
||||
readonly attribute xpidl nsIRDFResource resource;
|
||||
readonly attribute xpidl nsIControllers controllers;
|
||||
readonly attribute NodeList anonymousContent;
|
||||
readonly attribute xpidl nsIBoxObject boxObject;
|
||||
|
||||
void addBroadcastListener(in DOMString attr, in Element element);
|
||||
void removeBroadcastListener(in DOMString attr, in Element element);
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
interface XULCheckboxElement : XULElement {
|
||||
/* IID: { 0xa5f00fa2, 0xe874, 0x11d3, \
|
||||
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
|
||||
|
||||
attribute DOMString value;
|
||||
attribute DOMString crop;
|
||||
attribute boolean disabled;
|
||||
attribute DOMString src;
|
||||
attribute DOMString imgalign;
|
||||
attribute DOMString accesskey;
|
||||
attribute boolean checked;
|
||||
};
|
|
@ -9,7 +9,7 @@ interface XULElement : Element {
|
|||
readonly attribute xpidl nsIXULTemplateBuilder builder;
|
||||
readonly attribute xpidl nsIRDFResource resource;
|
||||
readonly attribute xpidl nsIControllers controllers;
|
||||
readonly attribute NodeList anonymousContent;
|
||||
readonly attribute xpidl nsIBoxObject boxObject;
|
||||
|
||||
void addBroadcastListener(in DOMString attr, in Element element);
|
||||
void removeBroadcastListener(in DOMString attr, in Element element);
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
interface XULRadioElement : XULElement {
|
||||
/* IID: { 0xa5f00fa1, 0xe874, 0x11d3, \
|
||||
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
|
||||
|
||||
attribute DOMString value;
|
||||
attribute DOMString crop;
|
||||
attribute boolean disabled;
|
||||
attribute DOMString src;
|
||||
attribute DOMString imgalign;
|
||||
attribute DOMString accesskey;
|
||||
attribute boolean checked;
|
||||
};
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
interface XULRadioGroupElement : XULElement {
|
||||
/* IID: { 0xc2dd83e1, 0xef22, 0x11d3, \
|
||||
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
|
||||
|
||||
attribute XULRadioElement selectedItem;
|
||||
};
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
interface XULTitledButtonElement : XULElement {
|
||||
/* IID: { 0xa5f00fa3, 0xe874, 0x11d3, \
|
||||
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
|
||||
attribute DOMString value;
|
||||
attribute DOMString crop;
|
||||
attribute boolean disabled;
|
||||
attribute DOMString src;
|
||||
attribute DOMString imgalign;
|
||||
attribute DOMString accesskey;
|
||||
};
|
|
@ -33,10 +33,6 @@ IDLSRCS = \
|
|||
XULTreeElement.idl \
|
||||
XULEditorElement.idl \
|
||||
XULPopupElement.idl \
|
||||
XULTitledButtonElement.idl \
|
||||
XULCheckboxElement.idl \
|
||||
XULRadioElement.idl \
|
||||
XULRadioGroupElement.idl \
|
||||
XULMenuListElement.idl \
|
||||
$(NULL)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче