Bug 1486674 - get rid of nsIDOMXULCheckboxElement, r=smaug

This commit is contained in:
Alexander Surkov 2018-08-30 08:17:11 +08:00
Родитель b82c20b28b
Коммит b27e40d606
4 изменённых файлов: 2 добавлений и 14 удалений

Просмотреть файл

@ -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>