2015-05-03 22:32:37 +03:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
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(DOMPrototype)
|
|
|
|
DOMCI_CLASS(DOMConstructor)
|
|
|
|
|
|
|
|
// CSS classes
|
|
|
|
DOMCI_CLASS(CSSStyleRule)
|
|
|
|
DOMCI_CLASS(CSSImportRule)
|
|
|
|
DOMCI_CLASS(CSSMediaRule)
|
|
|
|
DOMCI_CLASS(CSSNameSpaceRule)
|
|
|
|
|
|
|
|
// XUL classes
|
|
|
|
#ifdef MOZ_XUL
|
|
|
|
DOMCI_CLASS(XULCommandDispatcher)
|
|
|
|
#endif
|
|
|
|
DOMCI_CLASS(XULControllers)
|
|
|
|
#ifdef MOZ_XUL
|
|
|
|
DOMCI_CLASS(TreeSelection)
|
|
|
|
DOMCI_CLASS(TreeContentView)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef MOZ_XUL
|
|
|
|
DOMCI_CLASS(XULTemplateBuilder)
|
|
|
|
DOMCI_CLASS(XULTreeBuilder)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
DOMCI_CLASS(CSSMozDocumentRule)
|
2012-08-02 04:32:12 +04:00
|
|
|
DOMCI_CLASS(CSSSupportsRule)
|
2010-01-12 16:08:43 +03:00
|
|
|
|
|
|
|
// @font-face in CSS
|
|
|
|
DOMCI_CLASS(CSSFontFaceRule)
|
|
|
|
|
2010-05-18 16:28:37 +04:00
|
|
|
DOMCI_CLASS(ContentFrameMessageManager)
|
2015-02-20 04:13:02 +03:00
|
|
|
DOMCI_CLASS(ContentProcessMessageManager)
|
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
|
|
|
|
2014-06-12 05:10:00 +04:00
|
|
|
// @counter-style in CSS
|
|
|
|
DOMCI_CLASS(CSSCounterStyleRule)
|
|
|
|
|
2012-09-01 01:21:28 +04:00
|
|
|
DOMCI_CLASS(CSSPageRule)
|
|
|
|
|
2013-05-20 06:59:20 +04:00
|
|
|
DOMCI_CLASS(CSSFontFeatureValuesRule)
|
2013-07-30 17:26:27 +04:00
|
|
|
|
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)
|