mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 916267 - Remove XPIDL for MozContactChangeEvent. r=smaug
--HG-- extra : rebase_source : d8f8735865974e9e2ff76d5e9cde69866c8de3a5
This commit is contained in:
parent
4e437eeb10
commit
614a787036
@ -7,7 +7,6 @@
|
||||
XPIDL_SOURCES += [
|
||||
'nsIContactProperties.idl',
|
||||
'nsIDOMContactManager.idl',
|
||||
'nsIDOMMozContactChangeEvent.idl',
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'dom_contacts'
|
||||
|
@ -1,24 +0,0 @@
|
||||
/* 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 "nsIDOMEvent.idl"
|
||||
|
||||
[scriptable, builtinclass, uuid(7ee758eb-9353-4ade-8715-9953ea512ee2)]
|
||||
interface nsIDOMMozContactChangeEvent : nsIDOMEvent
|
||||
{
|
||||
readonly attribute DOMString contactID;
|
||||
readonly attribute DOMString reason;
|
||||
|
||||
[noscript] void initMozContactChangeEvent(in DOMString aType,
|
||||
in boolean aCanBubble,
|
||||
in boolean aCancelable,
|
||||
in DOMString aContactID,
|
||||
in DOMString aReason);
|
||||
};
|
||||
|
||||
dictionary MozContactChangeEventInit : EventInit
|
||||
{
|
||||
DOMString contactID;
|
||||
DOMString reason;
|
||||
};
|
@ -11,7 +11,6 @@ interfaces = [
|
||||
'html',
|
||||
'events',
|
||||
'devicestorage',
|
||||
'contacts',
|
||||
'settings',
|
||||
'stylesheets',
|
||||
'sidebar',
|
||||
|
@ -4,7 +4,7 @@
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
[Constructor(DOMString type, optional MozContactChangeEventInit eventInitDict), HeaderFile="GeneratedEventClasses.h"]
|
||||
[Constructor(DOMString type, optional MozContactChangeEventInit eventInitDict)]
|
||||
interface MozContactChangeEvent : Event
|
||||
{
|
||||
readonly attribute DOMString? contactID;
|
||||
|
@ -476,7 +476,6 @@ WEBIDL_FILES += [
|
||||
'ElementReplaceEvent.webidl',
|
||||
'HashChangeEvent.webidl',
|
||||
'MozApplicationEvent.webidl',
|
||||
'MozContactChangeEvent.webidl',
|
||||
'MozMmsEvent.webidl',
|
||||
'MozSettingsEvent.webidl',
|
||||
'MozSmsEvent.webidl',
|
||||
@ -546,6 +545,7 @@ GENERATED_EVENTS_WEBIDL_FILES = [
|
||||
'DeviceProximityEvent.webidl',
|
||||
'ErrorEvent.webidl',
|
||||
'MediaStreamEvent.webidl',
|
||||
'MozContactChangeEvent.webidl',
|
||||
'MozInterAppMessageEvent.webidl',
|
||||
'RTCDataChannelEvent.webidl',
|
||||
'RTCPeerConnectionIceEvent.webidl',
|
||||
|
@ -17,7 +17,6 @@ simple_events = [
|
||||
'PopStateEvent',
|
||||
'HashChangeEvent',
|
||||
'CloseEvent',
|
||||
'MozContactChangeEvent',
|
||||
'DeviceOrientationEvent',
|
||||
'MozApplicationEvent',
|
||||
'SmartCardEvent',
|
||||
|
Loading…
x
Reference in New Issue
Block a user