2010-01-12 05:08:43 -08:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 04:12:37 -07:00
|
|
|
/* 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/. */
|
2010-01-12 05:08:43 -08:00
|
|
|
|
|
|
|
DOMCI_CLASS(Window)
|
|
|
|
DOMCI_CLASS(Location)
|
|
|
|
DOMCI_CLASS(DOMPrototype)
|
|
|
|
DOMCI_CLASS(DOMConstructor)
|
|
|
|
|
|
|
|
// Core classes
|
|
|
|
DOMCI_CLASS(DOMException)
|
|
|
|
|
2011-06-19 22:36:17 -07:00
|
|
|
DOMCI_CLASS(DeviceAcceleration)
|
|
|
|
DOMCI_CLASS(DeviceRotationRate)
|
2010-01-12 05:08:43 -08:00
|
|
|
|
|
|
|
// CSS classes
|
|
|
|
DOMCI_CLASS(CSSStyleRule)
|
|
|
|
DOMCI_CLASS(CSSCharsetRule)
|
|
|
|
DOMCI_CLASS(CSSImportRule)
|
|
|
|
DOMCI_CLASS(CSSMediaRule)
|
|
|
|
DOMCI_CLASS(CSSNameSpaceRule)
|
|
|
|
DOMCI_CLASS(CSSRuleList)
|
|
|
|
DOMCI_CLASS(CSSGroupRuleRuleList)
|
|
|
|
DOMCI_CLASS(MediaList)
|
|
|
|
DOMCI_CLASS(StyleSheetList)
|
|
|
|
DOMCI_CLASS(CSSStyleSheet)
|
|
|
|
|
|
|
|
// Range classes
|
|
|
|
DOMCI_CLASS(Selection)
|
|
|
|
|
|
|
|
// XUL classes
|
|
|
|
#ifdef MOZ_XUL
|
|
|
|
DOMCI_CLASS(XULCommandDispatcher)
|
|
|
|
#endif
|
|
|
|
DOMCI_CLASS(XULControllers)
|
|
|
|
DOMCI_CLASS(BoxObject)
|
|
|
|
#ifdef MOZ_XUL
|
|
|
|
DOMCI_CLASS(TreeSelection)
|
|
|
|
DOMCI_CLASS(TreeContentView)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// Crypto classes
|
2013-02-16 20:43:16 -08:00
|
|
|
#ifndef MOZ_DISABLE_CRYPTOLEGACY
|
2013-02-15 23:33:45 -08:00
|
|
|
DOMCI_CLASS(CRMFObject)
|
2013-02-16 20:43:16 -08:00
|
|
|
#endif
|
2013-02-08 12:25:37 -08:00
|
|
|
|
2010-01-12 05:08:43 -08:00
|
|
|
// DOM Chrome Window class, almost identical to Window
|
|
|
|
DOMCI_CLASS(ChromeWindow)
|
|
|
|
|
|
|
|
#ifdef MOZ_XUL
|
|
|
|
DOMCI_CLASS(XULTemplateBuilder)
|
|
|
|
DOMCI_CLASS(XULTreeBuilder)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// DOMStringList object
|
|
|
|
DOMCI_CLASS(DOMStringList)
|
|
|
|
|
|
|
|
#ifdef MOZ_XUL
|
|
|
|
DOMCI_CLASS(TreeColumn)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
DOMCI_CLASS(CSSMozDocumentRule)
|
2012-08-01 17:32:12 -07:00
|
|
|
DOMCI_CLASS(CSSSupportsRule)
|
2010-01-12 05:08:43 -08:00
|
|
|
|
|
|
|
// other SVG classes
|
|
|
|
DOMCI_CLASS(SVGLength)
|
|
|
|
DOMCI_CLASS(SVGNumber)
|
|
|
|
|
|
|
|
// Canvas
|
2012-08-31 10:45:45 -07:00
|
|
|
DOMCI_CLASS(MozCanvasPrintState)
|
2010-01-12 05:08:43 -08:00
|
|
|
|
|
|
|
// WindowUtils
|
|
|
|
DOMCI_CLASS(WindowUtils)
|
|
|
|
|
|
|
|
// XSLTProcessor
|
|
|
|
DOMCI_CLASS(XSLTProcessor)
|
|
|
|
|
|
|
|
// DOM Level 3 XPath objects
|
|
|
|
DOMCI_CLASS(XPathExpression)
|
|
|
|
DOMCI_CLASS(XPathNSResolver)
|
|
|
|
DOMCI_CLASS(XPathResult)
|
|
|
|
|
|
|
|
// WhatWG WebApps Objects
|
|
|
|
DOMCI_CLASS(Storage)
|
|
|
|
|
2010-10-13 16:25:33 -07:00
|
|
|
DOMCI_CLASS(Blob)
|
2010-01-12 05:08:43 -08:00
|
|
|
DOMCI_CLASS(File)
|
|
|
|
|
|
|
|
// DOM modal content window class, almost identical to Window
|
|
|
|
DOMCI_CLASS(ModalContentWindow)
|
|
|
|
|
2012-01-19 19:24:00 -08:00
|
|
|
DOMCI_CLASS(MozPowerManager)
|
2012-03-07 03:03:25 -08:00
|
|
|
DOMCI_CLASS(MozWakeLock)
|
2012-01-19 19:24:00 -08:00
|
|
|
|
2013-03-08 23:21:47 -08:00
|
|
|
DOMCI_CLASS(MozMobileMessageManager)
|
2011-11-22 01:34:21 -08:00
|
|
|
DOMCI_CLASS(MozSmsMessage)
|
2013-03-08 23:21:55 -08:00
|
|
|
DOMCI_CLASS(MozMmsMessage)
|
2012-01-17 10:48:58 -08:00
|
|
|
DOMCI_CLASS(MozSmsFilter)
|
2013-01-03 22:26:20 -08:00
|
|
|
DOMCI_CLASS(MozSmsSegmentInfo)
|
2013-04-09 09:37:54 -07:00
|
|
|
DOMCI_CLASS(MozMobileMessageThread)
|
2011-11-20 14:23:20 -08:00
|
|
|
|
2012-01-16 04:23:44 -08:00
|
|
|
DOMCI_CLASS(MozConnection)
|
2012-08-27 10:34:10 -07:00
|
|
|
#ifdef MOZ_B2G_RIL
|
2012-04-19 14:33:25 -07:00
|
|
|
DOMCI_CLASS(MozMobileConnection)
|
2012-12-03 18:38:25 -08:00
|
|
|
DOMCI_CLASS(MozCellBroadcast)
|
2012-08-27 10:34:10 -07:00
|
|
|
#endif
|
2012-01-16 04:23:44 -08:00
|
|
|
|
2010-01-12 05:08:43 -08:00
|
|
|
// @font-face in CSS
|
|
|
|
DOMCI_CLASS(CSSFontFaceRule)
|
|
|
|
|
|
|
|
DOMCI_CLASS(DataTransfer)
|
|
|
|
|
|
|
|
DOMCI_CLASS(EventListenerInfo)
|
|
|
|
|
2010-05-18 05:28:37 -07:00
|
|
|
DOMCI_CLASS(ContentFrameMessageManager)
|
2012-08-27 07:13:02 -07:00
|
|
|
DOMCI_CLASS(ChromeMessageBroadcaster)
|
|
|
|
DOMCI_CLASS(ChromeMessageSender)
|
2010-01-12 05:08:43 -08:00
|
|
|
|
2010-06-23 12:46:08 -07:00
|
|
|
DOMCI_CLASS(IDBKeyRange)
|
2011-04-26 05:30:17 -07:00
|
|
|
|
2011-04-11 23:18:43 -07:00
|
|
|
DOMCI_CLASS(MozCSSKeyframeRule)
|
|
|
|
DOMCI_CLASS(MozCSSKeyframesRule)
|
2011-04-21 20:17:31 -07:00
|
|
|
|
2012-08-31 14:21:28 -07:00
|
|
|
DOMCI_CLASS(CSSPageRule)
|
|
|
|
|
2011-04-21 20:17:31 -07:00
|
|
|
DOMCI_CLASS(MediaQueryList)
|
2012-03-31 09:30:13 -07:00
|
|
|
|
2012-01-09 14:28:47 -08:00
|
|
|
#ifdef MOZ_B2G_RIL
|
2012-07-18 20:27:19 -07:00
|
|
|
DOMCI_CLASS(MozVoicemail)
|
2012-06-28 07:21:48 -07:00
|
|
|
DOMCI_CLASS(MozIccManager)
|
2012-01-09 14:28:47 -08:00
|
|
|
#endif
|
2012-01-24 02:13:41 -08:00
|
|
|
|
2012-09-19 08:23:33 -07:00
|
|
|
#ifdef MOZ_B2G_FM
|
|
|
|
DOMCI_CLASS(FMRadio)
|
|
|
|
#endif
|
|
|
|
|
2012-02-20 07:15:19 -08:00
|
|
|
#ifdef MOZ_B2G_BT
|
2012-07-17 20:41:54 -07:00
|
|
|
DOMCI_CLASS(BluetoothDevice)
|
2012-02-20 07:15:19 -08:00
|
|
|
#endif
|
|
|
|
|
2012-07-30 14:59:05 -07:00
|
|
|
DOMCI_CLASS(CameraControl)
|
|
|
|
DOMCI_CLASS(CameraCapabilities)
|
|
|
|
|
2012-06-12 15:01:25 -07:00
|
|
|
DOMCI_CLASS(OpenWindowEventDetail)
|
2012-12-24 22:09:34 -08:00
|
|
|
DOMCI_CLASS(AsyncScrollEventDetail)
|
2012-06-03 09:33:52 -07:00
|
|
|
|
|
|
|
DOMCI_CLASS(LockedFile)
|
2012-07-20 08:41:30 -07:00
|
|
|
|
2013-05-19 19:59:20 -07:00
|
|
|
DOMCI_CLASS(CSSFontFeatureValuesRule)
|
2013-07-30 06:26:27 -07:00
|
|
|
|
|
|
|
DOMCI_CLASS(UserDataHandler)
|
|
|
|
DOMCI_CLASS(GeoPositionError)
|
|
|
|
DOMCI_CLASS(LoadStatus)
|
|
|
|
DOMCI_CLASS(XPathNamespace)
|
2013-08-09 07:35:54 -07:00
|
|
|
DOMCI_CLASS(XULControlElement)
|
|
|
|
DOMCI_CLASS(XULLabeledControlElement)
|
2013-07-30 06:26:27 -07:00
|
|
|
DOMCI_CLASS(XULButtonElement)
|
|
|
|
DOMCI_CLASS(XULCheckboxElement)
|
|
|
|
DOMCI_CLASS(XULPopupElement)
|