2010-01-12 16:08:43 +03:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 15:12:37 +04: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/. */
|
2013-08-22 10:31:21 +04:00
|
|
|
// IWYU pragma: private, include "nsDOMClassInfoID.h"
|
2010-01-12 16:08:43 +03:00
|
|
|
|
|
|
|
DOMCI_CLASS(Window)
|
|
|
|
DOMCI_CLASS(Location)
|
|
|
|
DOMCI_CLASS(DOMPrototype)
|
|
|
|
DOMCI_CLASS(DOMConstructor)
|
|
|
|
|
|
|
|
// CSS classes
|
|
|
|
DOMCI_CLASS(CSSStyleRule)
|
|
|
|
DOMCI_CLASS(CSSCharsetRule)
|
|
|
|
DOMCI_CLASS(CSSImportRule)
|
|
|
|
DOMCI_CLASS(CSSMediaRule)
|
|
|
|
DOMCI_CLASS(CSSNameSpaceRule)
|
|
|
|
DOMCI_CLASS(CSSRuleList)
|
|
|
|
DOMCI_CLASS(StyleSheetList)
|
|
|
|
DOMCI_CLASS(CSSStyleSheet)
|
|
|
|
|
|
|
|
// 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
|
|
|
|
|
|
|
|
// 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-02 04:32:12 +04:00
|
|
|
DOMCI_CLASS(CSSSupportsRule)
|
2010-01-12 16:08:43 +03:00
|
|
|
|
|
|
|
// other SVG classes
|
|
|
|
DOMCI_CLASS(SVGLength)
|
|
|
|
DOMCI_CLASS(SVGNumber)
|
|
|
|
|
|
|
|
// 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-14 03:25:33 +04:00
|
|
|
DOMCI_CLASS(Blob)
|
2010-01-12 16:08:43 +03:00
|
|
|
DOMCI_CLASS(File)
|
|
|
|
|
|
|
|
// DOM modal content window class, almost identical to Window
|
|
|
|
DOMCI_CLASS(ModalContentWindow)
|
|
|
|
|
2013-03-09 11:21:47 +04:00
|
|
|
DOMCI_CLASS(MozMobileMessageManager)
|
2011-11-22 13:34:21 +04:00
|
|
|
DOMCI_CLASS(MozSmsMessage)
|
2013-03-09 11:21:55 +04:00
|
|
|
DOMCI_CLASS(MozMmsMessage)
|
2012-01-17 22:48:58 +04:00
|
|
|
DOMCI_CLASS(MozSmsFilter)
|
2013-01-04 10:26:20 +04:00
|
|
|
DOMCI_CLASS(MozSmsSegmentInfo)
|
2013-04-09 20:37:54 +04:00
|
|
|
DOMCI_CLASS(MozMobileMessageThread)
|
2011-11-21 02:23:20 +04:00
|
|
|
|
2012-08-27 21:34:10 +04:00
|
|
|
#ifdef MOZ_B2G_RIL
|
2012-04-20 01:33:25 +04:00
|
|
|
DOMCI_CLASS(MozMobileConnection)
|
2012-08-27 21:34:10 +04:00
|
|
|
#endif
|
2012-01-16 16:23:44 +04:00
|
|
|
|
2010-01-12 16:08:43 +03:00
|
|
|
// @font-face in CSS
|
|
|
|
DOMCI_CLASS(CSSFontFaceRule)
|
|
|
|
|
|
|
|
DOMCI_CLASS(DataTransfer)
|
|
|
|
|
|
|
|
DOMCI_CLASS(EventListenerInfo)
|
|
|
|
|
2010-05-18 16:28:37 +04:00
|
|
|
DOMCI_CLASS(ContentFrameMessageManager)
|
2012-08-27 18:13:02 +04:00
|
|
|
DOMCI_CLASS(ChromeMessageBroadcaster)
|
|
|
|
DOMCI_CLASS(ChromeMessageSender)
|
2010-01-12 16:08:43 +03:00
|
|
|
|
2011-04-12 10:18:43 +04:00
|
|
|
DOMCI_CLASS(MozCSSKeyframeRule)
|
|
|
|
DOMCI_CLASS(MozCSSKeyframesRule)
|
2011-04-22 07:17:31 +04:00
|
|
|
|
2012-09-01 01:21:28 +04:00
|
|
|
DOMCI_CLASS(CSSPageRule)
|
|
|
|
|
2012-01-10 02:28:47 +04:00
|
|
|
#ifdef MOZ_B2G_RIL
|
2012-06-28 18:21:48 +04:00
|
|
|
DOMCI_CLASS(MozIccManager)
|
2012-01-10 02:28:47 +04:00
|
|
|
#endif
|
2012-01-24 14:13:41 +04:00
|
|
|
|
2012-07-31 01:59:05 +04:00
|
|
|
DOMCI_CLASS(CameraCapabilities)
|
|
|
|
|
2012-06-03 20:33:52 +04:00
|
|
|
DOMCI_CLASS(LockedFile)
|
2012-07-20 19:41:30 +04:00
|
|
|
|
2013-05-20 06:59:20 +04:00
|
|
|
DOMCI_CLASS(CSSFontFeatureValuesRule)
|
2013-07-30 17:26:27 +04:00
|
|
|
|
|
|
|
DOMCI_CLASS(UserDataHandler)
|
|
|
|
DOMCI_CLASS(XPathNamespace)
|
2013-08-09 18:35:54 +04:00
|
|
|
DOMCI_CLASS(XULControlElement)
|
|
|
|
DOMCI_CLASS(XULLabeledControlElement)
|
2013-07-30 17:26:27 +04:00
|
|
|
DOMCI_CLASS(XULButtonElement)
|
|
|
|
DOMCI_CLASS(XULCheckboxElement)
|
|
|
|
DOMCI_CLASS(XULPopupElement)
|