зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1486674 - get rid of nsIDOMXULCheckboxElement, r=smaug
This commit is contained in:
Родитель
b82c20b28b
Коммит
b27e40d606
|
@ -9,7 +9,6 @@ with Files("**"):
|
|||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIDOMXULButtonElement.idl',
|
||||
'nsIDOMXULCheckboxElement.idl',
|
||||
'nsIDOMXULCommandDispatcher.idl',
|
||||
'nsIDOMXULContainerElement.idl',
|
||||
'nsIDOMXULControlElement.idl',
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsIDOMXULLabeledControlEl.idl"
|
||||
|
||||
[scriptable, uuid(674965d9-aff4-411d-a382-7cb32c0f25a1)]
|
||||
interface nsIDOMXULCheckboxElement : nsIDOMXULLabeledControlElement {
|
||||
attribute boolean checked;
|
||||
};
|
|
@ -51,7 +51,7 @@ var bundle;
|
|||
var certArray;
|
||||
/**
|
||||
* The checkbox storing whether the user wants to remember the selected cert.
|
||||
* @type nsIDOMXULCheckboxElement
|
||||
* @type Element checkbox, has to have |checked| property.
|
||||
*/
|
||||
var rememberBox;
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</xul:hbox>
|
||||
</content>
|
||||
|
||||
<implementation implements="nsIDOMXULCheckboxElement">
|
||||
<implementation>
|
||||
<method name="setChecked">
|
||||
<parameter name="aValue"/>
|
||||
<body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче