Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ |
michael@0 | 2 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 5 | // IWYU pragma: private, include "nsDOMClassInfoID.h" |
michael@0 | 6 | |
michael@0 | 7 | DOMCI_CLASS(Window) |
michael@0 | 8 | DOMCI_CLASS(Location) |
michael@0 | 9 | DOMCI_CLASS(DOMPrototype) |
michael@0 | 10 | DOMCI_CLASS(DOMConstructor) |
michael@0 | 11 | |
michael@0 | 12 | // CSS classes |
michael@0 | 13 | DOMCI_CLASS(CSSStyleRule) |
michael@0 | 14 | DOMCI_CLASS(CSSCharsetRule) |
michael@0 | 15 | DOMCI_CLASS(CSSImportRule) |
michael@0 | 16 | DOMCI_CLASS(CSSMediaRule) |
michael@0 | 17 | DOMCI_CLASS(CSSNameSpaceRule) |
michael@0 | 18 | DOMCI_CLASS(CSSRuleList) |
michael@0 | 19 | DOMCI_CLASS(CSSStyleSheet) |
michael@0 | 20 | |
michael@0 | 21 | // XUL classes |
michael@0 | 22 | #ifdef MOZ_XUL |
michael@0 | 23 | DOMCI_CLASS(XULCommandDispatcher) |
michael@0 | 24 | #endif |
michael@0 | 25 | DOMCI_CLASS(XULControllers) |
michael@0 | 26 | DOMCI_CLASS(BoxObject) |
michael@0 | 27 | #ifdef MOZ_XUL |
michael@0 | 28 | DOMCI_CLASS(TreeSelection) |
michael@0 | 29 | DOMCI_CLASS(TreeContentView) |
michael@0 | 30 | #endif |
michael@0 | 31 | |
michael@0 | 32 | // DOM Chrome Window class, almost identical to Window |
michael@0 | 33 | DOMCI_CLASS(ChromeWindow) |
michael@0 | 34 | |
michael@0 | 35 | #ifdef MOZ_XUL |
michael@0 | 36 | DOMCI_CLASS(XULTemplateBuilder) |
michael@0 | 37 | DOMCI_CLASS(XULTreeBuilder) |
michael@0 | 38 | #endif |
michael@0 | 39 | |
michael@0 | 40 | #ifdef MOZ_XUL |
michael@0 | 41 | DOMCI_CLASS(TreeColumn) |
michael@0 | 42 | #endif |
michael@0 | 43 | |
michael@0 | 44 | DOMCI_CLASS(CSSMozDocumentRule) |
michael@0 | 45 | DOMCI_CLASS(CSSSupportsRule) |
michael@0 | 46 | |
michael@0 | 47 | // other SVG classes |
michael@0 | 48 | DOMCI_CLASS(SVGNumber) |
michael@0 | 49 | |
michael@0 | 50 | // WindowUtils |
michael@0 | 51 | DOMCI_CLASS(WindowUtils) |
michael@0 | 52 | |
michael@0 | 53 | // XSLTProcessor |
michael@0 | 54 | DOMCI_CLASS(XSLTProcessor) |
michael@0 | 55 | |
michael@0 | 56 | // DOM Level 3 XPath objects |
michael@0 | 57 | DOMCI_CLASS(XPathExpression) |
michael@0 | 58 | DOMCI_CLASS(XPathNSResolver) |
michael@0 | 59 | DOMCI_CLASS(XPathResult) |
michael@0 | 60 | |
michael@0 | 61 | // WhatWG WebApps Objects |
michael@0 | 62 | DOMCI_CLASS(Storage) |
michael@0 | 63 | |
michael@0 | 64 | DOMCI_CLASS(Blob) |
michael@0 | 65 | DOMCI_CLASS(File) |
michael@0 | 66 | |
michael@0 | 67 | // DOM modal content window class, almost identical to Window |
michael@0 | 68 | DOMCI_CLASS(ModalContentWindow) |
michael@0 | 69 | |
michael@0 | 70 | DOMCI_CLASS(MozMobileMessageManager) |
michael@0 | 71 | DOMCI_CLASS(MozSmsMessage) |
michael@0 | 72 | DOMCI_CLASS(MozMmsMessage) |
michael@0 | 73 | DOMCI_CLASS(MozSmsFilter) |
michael@0 | 74 | DOMCI_CLASS(MozSmsSegmentInfo) |
michael@0 | 75 | DOMCI_CLASS(MozMobileMessageThread) |
michael@0 | 76 | |
michael@0 | 77 | #ifdef MOZ_B2G_RIL |
michael@0 | 78 | DOMCI_CLASS(MozMobileConnection) |
michael@0 | 79 | #endif |
michael@0 | 80 | |
michael@0 | 81 | // @font-face in CSS |
michael@0 | 82 | DOMCI_CLASS(CSSFontFaceRule) |
michael@0 | 83 | |
michael@0 | 84 | DOMCI_CLASS(ContentFrameMessageManager) |
michael@0 | 85 | DOMCI_CLASS(ChromeMessageBroadcaster) |
michael@0 | 86 | DOMCI_CLASS(ChromeMessageSender) |
michael@0 | 87 | |
michael@0 | 88 | DOMCI_CLASS(MozCSSKeyframeRule) |
michael@0 | 89 | DOMCI_CLASS(MozCSSKeyframesRule) |
michael@0 | 90 | |
michael@0 | 91 | DOMCI_CLASS(CSSPageRule) |
michael@0 | 92 | |
michael@0 | 93 | DOMCI_CLASS(CSSFontFeatureValuesRule) |
michael@0 | 94 | |
michael@0 | 95 | DOMCI_CLASS(UserDataHandler) |
michael@0 | 96 | DOMCI_CLASS(XULControlElement) |
michael@0 | 97 | DOMCI_CLASS(XULLabeledControlElement) |
michael@0 | 98 | DOMCI_CLASS(XULButtonElement) |
michael@0 | 99 | DOMCI_CLASS(XULCheckboxElement) |
michael@0 | 100 | DOMCI_CLASS(XULPopupElement) |