author | Ms2ger <ms2ger@gmail.com> |
Sat, 13 Apr 2013 09:08:49 +0200 | |
changeset 128683 | 24a6b5ed51e35d4a8097dc67451a1b94d4e93108 |
parent 128682 | 9b71c6c95c6c2c1ad1d2416a958d6e44b1f4e5f9 |
child 128684 | a3dad9390a3098bf7c646c5197a303b3b993ce38 |
push id | 24535 |
push user | Ms2ger@gmail.com |
push date | Sat, 13 Apr 2013 07:12:11 +0000 |
treeherder | mozilla-central@24a6b5ed51e3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bz |
bugs | 861098 |
milestone | 23.0a1 |
first release with | nightly linux32
24a6b5ed51e3
/
23.0a1
/
20130413030927
/
files
nightly linux64
24a6b5ed51e3
/
23.0a1
/
20130413030927
/
files
nightly mac
24a6b5ed51e3
/
23.0a1
/
20130413030927
/
files
nightly win32
24a6b5ed51e3
/
23.0a1
/
20130413030927
/
files
nightly win64
24a6b5ed51e3
/
23.0a1
/
20130413030927
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
23.0a1
/
20130413030927
/
pushlog to previous
nightly linux64
23.0a1
/
20130413030927
/
pushlog to previous
nightly mac
23.0a1
/
20130413030927
/
pushlog to previous
nightly win32
23.0a1
/
20130413030927
/
pushlog to previous
nightly win64
23.0a1
/
20130413030927
/
pushlog to previous
|
--- a/content/base/src/NodeIterator.cpp +++ b/content/base/src/NodeIterator.cpp @@ -10,23 +10,20 @@ #include "mozilla/dom/NodeIterator.h" #include "nsIDOMNode.h" #include "nsError.h" #include "nsIContent.h" #include "nsIDocument.h" -#include "nsDOMClassInfoID.h" #include "nsContentUtils.h" #include "nsCOMPtr.h" #include "mozilla/dom/NodeIteratorBinding.h" -DOMCI_DATA(NodeIterator, mozilla::dom::NodeIterator) - namespace mozilla { namespace dom { /* * NodePointer implementation */ NodeIterator::NodePointer::NodePointer(nsINode *aNode, bool aBeforeNode) : mNode(aNode), @@ -170,17 +167,16 @@ NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN( NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mFilter) NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END // QueryInterface implementation for NodeIterator NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(NodeIterator) NS_INTERFACE_MAP_ENTRY(nsIDOMNodeIterator) NS_INTERFACE_MAP_ENTRY(nsIMutationObserver) NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIDOMNodeIterator) - NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(NodeIterator) NS_INTERFACE_MAP_END NS_IMPL_CYCLE_COLLECTING_ADDREF(NodeIterator) NS_IMPL_CYCLE_COLLECTING_RELEASE(NodeIterator) /* readonly attribute nsIDOMNode root; */ NS_IMETHODIMP NodeIterator::GetRoot(nsIDOMNode * *aRoot) {
--- a/content/base/src/TreeWalker.cpp +++ b/content/base/src/TreeWalker.cpp @@ -9,22 +9,19 @@ */ #include "mozilla/dom/TreeWalker.h" #include "nsIContent.h" #include "nsIDOMNode.h" #include "nsError.h" #include "nsINode.h" -#include "nsDOMClassInfoID.h" #include "nsContentUtils.h" #include "mozilla/dom/TreeWalkerBinding.h" -DOMCI_DATA(TreeWalker, mozilla::dom::TreeWalker) - namespace mozilla { namespace dom { /* * Factories, constructors and destructors */ TreeWalker::TreeWalker(nsINode *aRoot, @@ -45,17 +42,16 @@ TreeWalker::~TreeWalker() */ NS_IMPL_CYCLE_COLLECTION_3(TreeWalker, mFilter, mCurrentNode, mRoot) // QueryInterface implementation for TreeWalker NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(TreeWalker) NS_INTERFACE_MAP_ENTRY(nsIDOMTreeWalker) NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIDOMTreeWalker) - NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(TreeWalker) NS_INTERFACE_MAP_END // Have to pass in dom::TreeWalker because a11y has an a11y::TreeWalker that // passes TreeWalker so refcount logging would get confused on the name // collision. NS_IMPL_CYCLE_COLLECTING_ADDREF(dom::TreeWalker) NS_IMPL_CYCLE_COLLECTING_RELEASE(dom::TreeWalker)
--- a/content/base/src/nsRange.cpp +++ b/content/base/src/nsRange.cpp @@ -250,25 +250,22 @@ nsRange::CreateRange(nsIDOMNode* aStartP /****************************************************** * nsISupports ******************************************************/ NS_IMPL_CYCLE_COLLECTING_ADDREF(nsRange) NS_IMPL_CYCLE_COLLECTING_RELEASE(nsRange) -DOMCI_DATA(Range, nsRange) - // QueryInterface implementation for nsRange NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(nsRange) NS_WRAPPERCACHE_INTERFACE_MAP_ENTRY NS_INTERFACE_MAP_ENTRY(nsIDOMRange) NS_INTERFACE_MAP_ENTRY(nsIMutationObserver) NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIDOMRange) - NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(Range) NS_INTERFACE_MAP_END NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(nsRange) NS_IMPL_CYCLE_COLLECTION_UNLINK_PRESERVED_WRAPPER NS_IMPL_CYCLE_COLLECTION_UNLINK(mOwner); tmp->Reset(); NS_IMPL_CYCLE_COLLECTION_UNLINK_END
--- a/content/html/content/src/HTMLIFrameElement.cpp +++ b/content/html/content/src/HTMLIFrameElement.cpp @@ -12,18 +12,16 @@ #include "nsAttrValueInlines.h" #include "nsError.h" #include "nsRuleData.h" #include "nsStyleConsts.h" #include "nsContentUtils.h" NS_IMPL_NS_NEW_HTML_ELEMENT_CHECK_PARSER(IFrame) -DOMCI_NODE_DATA(HTMLIFrameElement, mozilla::dom::HTMLIFrameElement) - namespace mozilla { namespace dom { HTMLIFrameElement::HTMLIFrameElement(already_AddRefed<nsINodeInfo> aNodeInfo, FromParser aFromParser) : nsGenericHTMLFrameElement(aNodeInfo, aFromParser) { SetIsDOMBinding(); @@ -33,23 +31,22 @@ HTMLIFrameElement::~HTMLIFrameElement() { } NS_IMPL_ADDREF_INHERITED(HTMLIFrameElement, Element) NS_IMPL_RELEASE_INHERITED(HTMLIFrameElement, Element) // QueryInterface implementation for HTMLIFrameElement NS_INTERFACE_TABLE_HEAD(HTMLIFrameElement) - NS_HTML_CONTENT_INTERFACE_TABLE_BEGIN(HTMLIFrameElement) - NS_INTERFACE_TABLE_ENTRY(HTMLIFrameElement, nsIDOMHTMLIFrameElement) - NS_INTERFACE_TABLE_ENTRY(HTMLIFrameElement, nsIDOMGetSVGDocument) - NS_OFFSET_AND_INTERFACE_TABLE_END + NS_HTML_CONTENT_INTERFACE_TABLE2(HTMLIFrameElement, + nsIDOMHTMLIFrameElement, + nsIDOMGetSVGDocument) NS_HTML_CONTENT_INTERFACE_TABLE_TO_MAP_SEGUE(HTMLIFrameElement, nsGenericHTMLFrameElement) -NS_HTML_CONTENT_INTERFACE_TABLE_TAIL_CLASSINFO(HTMLIFrameElement) +NS_HTML_CONTENT_INTERFACE_MAP_END NS_IMPL_ELEMENT_CLONE(HTMLIFrameElement) NS_IMPL_STRING_ATTR(HTMLIFrameElement, Align, align) NS_IMPL_STRING_ATTR(HTMLIFrameElement, FrameBorder, frameborder) NS_IMPL_STRING_ATTR(HTMLIFrameElement, Height, height) NS_IMPL_URI_ATTR(HTMLIFrameElement, LongDesc, longdesc) NS_IMPL_STRING_ATTR(HTMLIFrameElement, MarginHeight, marginheight)
--- a/content/html/content/src/HTMLIFrameElement.h +++ b/content/html/content/src/HTMLIFrameElement.h @@ -46,17 +46,16 @@ public: virtual bool ParseAttribute(int32_t aNamespaceID, nsIAtom* aAttribute, const nsAString& aValue, nsAttrValue& aResult); NS_IMETHOD_(bool) IsAttributeMapped(const nsIAtom* aAttribute) const; virtual nsMapRuleToAttributesFunc GetAttributeMappingFunction() const; virtual nsresult Clone(nsINodeInfo *aNodeInfo, nsINode **aResult) const; - virtual nsXPCClassInfo* GetClassInfo(); virtual nsIDOMNode* AsDOMNode() { return this; } virtual nsresult AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName, const nsAttrValue* aValue, bool aNotify); uint32_t GetSandboxFlags();
--- a/content/html/content/src/HTMLInputElement.cpp +++ b/content/html/content/src/HTMLInputElement.cpp @@ -95,17 +95,16 @@ #include "nsIIDNService.h" #include <limits> // input type=date #include "jsapi.h" NS_IMPL_NS_NEW_HTML_ELEMENT_CHECK_PARSER(Input) -DOMCI_NODE_DATA(HTMLInputElement, mozilla::dom::HTMLInputElement) // XXX align=left, hspace, vspace, border? other nav4 attrs static NS_DEFINE_CID(kXULControllersCID, NS_XULCONTROLLERS_CID); namespace mozilla { namespace dom { @@ -711,17 +710,17 @@ NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION nsIPhonetic, imgINotificationObserver, nsIImageLoadingContent, imgIOnloadBlocker, nsIDOMNSEditableElement, nsIConstraintValidation) NS_HTML_CONTENT_INTERFACE_TABLE_TO_MAP_SEGUE(HTMLInputElement, nsGenericHTMLFormElement) -NS_HTML_CONTENT_INTERFACE_TABLE_TAIL_CLASSINFO(HTMLInputElement) +NS_HTML_CONTENT_INTERFACE_MAP_END // nsIConstraintValidation NS_IMPL_NSICONSTRAINTVALIDATION_EXCEPT_SETCUSTOMVALIDITY(HTMLInputElement) // nsIDOMNode nsresult HTMLInputElement::Clone(nsINodeInfo* aNodeInfo, nsINode** aResult) const
--- a/content/html/content/src/HTMLInputElement.h +++ b/content/html/content/src/HTMLInputElement.h @@ -229,18 +229,16 @@ public: static UploadLastDir* gUploadLastDir; // create and destroy the static UploadLastDir object for remembering // which directory was last used on a site-by-site basis static void InitUploadLastDir(); static void DestroyUploadLastDir(); void MaybeLoadImage(); - virtual nsXPCClassInfo* GetClassInfo(); - virtual nsIDOMNode* AsDOMNode() { return this; } // nsIConstraintValidation bool IsTooLong(); bool IsValueMissing() const; bool HasTypeMismatch() const; bool HasPatternMismatch() const; bool IsRangeOverflow() const;
--- a/content/html/content/src/ValidityState.cpp +++ b/content/html/content/src/ValidityState.cpp @@ -1,34 +1,30 @@ -/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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 "mozilla/dom/ValidityState.h" #include "mozilla/dom/ValidityStateBinding.h" -#include "nsDOMClassInfoID.h" #include "nsCycleCollectionParticipant.h" #include "nsContentUtils.h" -DOMCI_DATA(ValidityState, mozilla::dom::ValidityState) - namespace mozilla { namespace dom { NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE_0(ValidityState) NS_IMPL_CYCLE_COLLECTING_ADDREF(ValidityState) NS_IMPL_CYCLE_COLLECTING_RELEASE(ValidityState) NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(ValidityState) NS_WRAPPERCACHE_INTERFACE_MAP_ENTRY NS_INTERFACE_MAP_ENTRY(nsIDOMValidityState) - NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIDOMValidityState) - NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(ValidityState) + NS_INTERFACE_MAP_ENTRY(nsISupports) NS_INTERFACE_MAP_END ValidityState::ValidityState(nsIConstraintValidation* aConstraintValidation) : mConstraintValidation(aConstraintValidation) { SetIsDOMBinding(); }
--- a/content/html/content/src/ValidityState.h +++ b/content/html/content/src/ValidityState.h @@ -1,9 +1,9 @@ -/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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/. */ #ifndef mozilla_dom_ValidityState_h #define mozilla_dom_ValidityState_h #include "nsIDOMValidityState.h"
--- a/content/svg/document/src/SVGDocument.cpp +++ b/content/svg/document/src/SVGDocument.cpp @@ -8,18 +8,16 @@ #include "nsLiteralString.h" #include "nsIDOMSVGElement.h" #include "mozilla/dom/Element.h" #include "nsSVGElement.h" #include "mozilla/dom/SVGDocumentBinding.h" using namespace mozilla::dom; -DOMCI_NODE_DATA(SVGDocument, SVGDocument) - namespace mozilla { namespace dom { //---------------------------------------------------------------------- // Implementation SVGDocument::SVGDocument() { @@ -27,25 +25,17 @@ SVGDocument::SVGDocument() SVGDocument::~SVGDocument() { } //---------------------------------------------------------------------- // nsISupports methods: -NS_INTERFACE_TABLE_HEAD(SVGDocument) - NS_INTERFACE_TABLE_INHERITED1(SVGDocument, - nsIDOMSVGDocument) - NS_INTERFACE_TABLE_TO_MAP_SEGUE - NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(SVGDocument) -NS_INTERFACE_MAP_END_INHERITING(XMLDocument) - -NS_IMPL_ADDREF_INHERITED(SVGDocument, XMLDocument) -NS_IMPL_RELEASE_INHERITED(SVGDocument, XMLDocument) +NS_IMPL_ISUPPORTS_INHERITED1(SVGDocument, XMLDocument, nsIDOMSVGDocument) //---------------------------------------------------------------------- // nsIDOMSVGDocument methods: /* readonly attribute DOMString domain; */ NS_IMETHODIMP SVGDocument::GetDomain(nsAString& aDomain) { @@ -132,11 +122,11 @@ NS_NewSVGDocument(nsIDocument** aInstanc { nsRefPtr<SVGDocument> doc = new SVGDocument(); nsresult rv = doc->Init(); if (NS_FAILED(rv)) { return rv; } - *aInstancePtrResult = doc.forget().get(); + doc.forget(aInstancePtrResult); return rv; }
--- a/content/svg/document/src/SVGDocument.h +++ b/content/svg/document/src/SVGDocument.h @@ -32,17 +32,16 @@ public: using nsDocument::GetLastStyleSheetSet; using nsDocument::MozSetImageElement; using nsDocument::GetMozFullScreenElement; using nsIDocument::GetLocation; NS_FORWARD_NSIDOMNODE_TO_NSINODE NS_DECL_ISUPPORTS_INHERITED virtual nsresult Clone(nsINodeInfo *aNodeInfo, nsINode **aResult) const; - virtual nsXPCClassInfo* GetClassInfo(); // WebIDL API void GetDomain(nsAString& aDomain, ErrorResult& aRv); nsSVGElement* GetRootElement(ErrorResult& aRv); protected: virtual JSObject* WrapNode(JSContext *aCx, JSObject *aScope) MOZ_OVERRIDE; };
--- a/content/xml/document/src/XMLDocument.cpp +++ b/content/xml/document/src/XMLDocument.cpp @@ -210,18 +210,16 @@ NS_NewXBLDocument(nsIDOMDocument** aInst nsCOMPtr<nsIDocument> idoc = do_QueryInterface(*aInstancePtrResult); nsDocument* doc = static_cast<nsDocument*>(idoc.get()); doc->SetLoadedAsInteractiveData(true); doc->SetReadyStateInternal(nsIDocument::READYSTATE_COMPLETE); return NS_OK; } -DOMCI_NODE_DATA(XMLDocument, XMLDocument) - namespace mozilla { namespace dom { XMLDocument::XMLDocument(const char* aContentType) : nsDocument(aContentType), mAsync(true) { // NOTE! nsDocument::operator new() zeroes out all members, so don't @@ -237,17 +235,16 @@ XMLDocument::~XMLDocument() } // QueryInterface implementation for XMLDocument NS_INTERFACE_TABLE_HEAD(XMLDocument) NS_DOCUMENT_INTERFACE_TABLE_BEGIN(XMLDocument) NS_INTERFACE_TABLE_ENTRY(XMLDocument, nsIDOMXMLDocument) NS_OFFSET_AND_INTERFACE_TABLE_END NS_OFFSET_AND_INTERFACE_TABLE_TO_MAP_SEGUE - NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(XMLDocument) NS_INTERFACE_MAP_END_INHERITING(nsDocument) NS_IMPL_ADDREF_INHERITED(XMLDocument, nsDocument) NS_IMPL_RELEASE_INHERITED(XMLDocument, nsDocument) nsresult
--- a/content/xml/document/src/XMLDocument.h +++ b/content/xml/document/src/XMLDocument.h @@ -41,18 +41,16 @@ public: // nsIDOMXMLDocument NS_DECL_NSIDOMXMLDOCUMENT virtual nsresult Init(); virtual nsresult Clone(nsINodeInfo *aNodeInfo, nsINode **aResult) const; - virtual nsXPCClassInfo* GetClassInfo(); - virtual void DocSizeOfExcludingThis(nsWindowSizes* aWindowSizes) const; // DocSizeOfIncludingThis is inherited from nsIDocument. // WebIDL API bool Load(const nsAString& aUrl, mozilla::ErrorResult& aRv); bool Async() const {
--- a/content/xul/document/src/XULDocument.cpp +++ b/content/xul/document/src/XULDocument.cpp @@ -189,18 +189,16 @@ nsRefMapEntry::RemoveElement(Element* aE return mRefContentList.Count() == 0; } //---------------------------------------------------------------------- // // ctors & dtors // -DOMCI_NODE_DATA(XULDocument, XULDocument) - namespace mozilla { namespace dom { XULDocument::XULDocument(void) : XMLDocument("application/vnd.mozilla.xul+xml"), mDocLWTheme(Doc_Theme_Uninitialized), mState(eState_Master), mResolutionPhase(nsForwardReference::eStart) @@ -361,17 +359,16 @@ NS_IMPL_RELEASE_INHERITED(XULDocument, X NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED(XULDocument) NS_DOCUMENT_INTERFACE_TABLE_BEGIN(XULDocument) NS_INTERFACE_TABLE_ENTRY(XULDocument, nsIXULDocument) NS_INTERFACE_TABLE_ENTRY(XULDocument, nsIDOMXULDocument) NS_INTERFACE_TABLE_ENTRY(XULDocument, nsIStreamLoaderObserver) NS_INTERFACE_TABLE_ENTRY(XULDocument, nsICSSLoaderObserver) NS_OFFSET_AND_INTERFACE_TABLE_END NS_OFFSET_AND_INTERFACE_TABLE_TO_MAP_SEGUE - NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(XULDocument) NS_INTERFACE_MAP_END_INHERITING(XMLDocument) //---------------------------------------------------------------------- // // nsIDocument interface //
--- a/content/xul/document/src/XULDocument.h +++ b/content/xul/document/src/XULDocument.h @@ -178,18 +178,16 @@ public: static bool MatchAttribute(nsIContent* aContent, int32_t aNameSpaceID, nsIAtom* aAttrName, void* aData); NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(XULDocument, XMLDocument) - virtual nsXPCClassInfo* GetClassInfo(); - void TraceProtos(JSTracer* aTrc, uint32_t aGCNumber); // WebIDL API already_AddRefed<nsINode> GetPopupNode(); void SetPopupNode(nsINode* aNode); already_AddRefed<nsINode> GetPopupRangeParent(ErrorResult& aRv); int32_t GetPopupRangeOffset(ErrorResult& aRv); already_AddRefed<nsINode> GetTooltipNode();
--- a/dom/base/DOMCursor.cpp +++ b/dom/base/DOMCursor.cpp @@ -1,37 +1,33 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /* 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 "DOMCursor.h" -#include "nsIDOMClassInfo.h" #include "nsError.h" #include "mozilla/dom/DOMCursorBinding.h" -DOMCI_DATA(DOMCursor, mozilla::dom::DOMCursor) - namespace mozilla { namespace dom { NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(DOMCursor, DOMRequest) NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mCallback) NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(DOMCursor, DOMRequest) NS_IMPL_CYCLE_COLLECTION_UNLINK(mCallback) NS_IMPL_CYCLE_COLLECTION_UNLINK_END NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED(DOMCursor) NS_INTERFACE_MAP_ENTRY(nsIDOMDOMCursor) - NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(DOMCursor) NS_INTERFACE_MAP_END_INHERITING(DOMRequest) NS_IMPL_ADDREF_INHERITED(DOMCursor, DOMRequest) NS_IMPL_RELEASE_INHERITED(DOMCursor, DOMRequest) NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN_INHERITED(DOMCursor, DOMRequest) NS_IMPL_CYCLE_COLLECTION_TRACE_END
--- a/dom/base/DOMRequest.cpp +++ b/dom/base/DOMRequest.cpp @@ -2,17 +2,16 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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 "DOMRequest.h" #include "mozilla/Util.h" -#include "nsDOMClassInfo.h" #include "DOMError.h" #include "nsEventDispatcher.h" #include "nsDOMEvent.h" #include "nsContentUtils.h" #include "nsThreadUtils.h" #include "DOMCursor.h" using mozilla::dom::DOMRequest; @@ -42,18 +41,16 @@ DOMRequest::DOMRequest() void DOMRequest::Init(nsIDOMWindow* aWindow) { nsCOMPtr<nsPIDOMWindow> window = do_QueryInterface(aWindow); BindToOwner(window->IsInnerWindow() ? window.get() : window->GetCurrentInnerWindow()); } -DOMCI_DATA(DOMRequest, DOMRequest) - NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(DOMRequest, nsDOMEventTargetHelper) NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mError) NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(DOMRequest, nsDOMEventTargetHelper) if (tmp->mRooted) { @@ -66,17 +63,16 @@ NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN_INH nsDOMEventTargetHelper) // Don't need NS_IMPL_CYCLE_COLLECTION_TRACE_PRESERVED_WRAPPER because // nsDOMEventTargetHelper does it for us. NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK(mResult) NS_IMPL_CYCLE_COLLECTION_TRACE_END NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED(DOMRequest) NS_INTERFACE_MAP_ENTRY(nsIDOMDOMRequest) - NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(DOMRequest) NS_INTERFACE_MAP_END_INHERITING(nsDOMEventTargetHelper) NS_IMPL_ADDREF_INHERITED(DOMRequest, nsDOMEventTargetHelper) NS_IMPL_RELEASE_INHERITED(DOMRequest, nsDOMEventTargetHelper) /* virtual */ JSObject* DOMRequest::WrapObject(JSContext* aCx, JSObject* aScope) {
--- a/dom/base/nsDOMClassInfo.cpp +++ b/dom/base/nsDOMClassInfo.cpp @@ -56,17 +56,16 @@ // General helper includes #include "nsGlobalWindow.h" #include "nsHistory.h" #include "nsIContent.h" #include "nsIAttribute.h" #include "nsIDocument.h" #include "nsIDOMDocument.h" -#include "nsIDOMXMLDocument.h" #include "nsIDOMEvent.h" #include "nsIDOMKeyEvent.h" #include "nsIDOMEventListener.h" #include "nsContentUtils.h" #include "nsDOMWindowUtils.h" #include "nsIDOMGlobalPropertyInitializer.h" #include "mozilla/Preferences.h" #include "nsLocation.h" @@ -108,19 +107,16 @@ #include "nsIDOMDOMStringList.h" // HTMLFormElement helper includes #include "nsIForm.h" #include "nsIFormControl.h" #include "nsIDOMHTMLFormElement.h" #include "nsHTMLDocument.h" -// Constraint Validation API helper includes -#include "nsIDOMValidityState.h" - // Event related includes #include "nsEventListenerManager.h" #include "nsIDOMEventTarget.h" // CSS related includes #include "nsCSSRules.h" #include "nsIDOMStyleSheet.h" #include "nsIDOMStyleSheetList.h" @@ -176,38 +172,31 @@ #include "nsIDOMNotifyAudioAvailableEvent.h" #include "nsIDOMScrollAreaEvent.h" #include "nsIDOMTransitionEvent.h" #include "nsIDOMAnimationEvent.h" #include "nsIDOMDocumentXBL.h" #include "nsIDOMElementCSSInlineStyle.h" #include "nsIDOMLinkStyle.h" #include "nsIDOMHTMLDocument.h" -#include "nsIDOMHTMLCanvasElement.h" -#include "nsIDOMHTMLIFrameElement.h" -#include "nsIDOMHTMLInputElement.h" #include "nsIDOMCSSCharsetRule.h" #include "nsIDOMCSSImportRule.h" #include "nsIDOMCSSMediaRule.h" #include "nsIDOMCSSFontFaceRule.h" #include "nsIDOMCSSMozDocumentRule.h" #include "nsIDOMCSSSupportsRule.h" #include "nsIDOMMozCSSKeyframeRule.h" #include "nsIDOMMozCSSKeyframesRule.h" #include "nsIDOMCSSPageRule.h" #include "nsIDOMCSSStyleRule.h" #include "nsIDOMCSSStyleSheet.h" #define MOZ_GENERATED_EVENTS_INCLUDES #include "GeneratedEvents.h" #undef MOZ_GENERATED_EVENTS_INCLUDES #include "nsIDOMDeviceMotionEvent.h" -#include "nsIDOMRange.h" -#include "nsIDOMNodeIterator.h" -#include "nsIDOMTreeWalker.h" -#include "nsIDOMXULDocument.h" #include "nsIDOMXULCommandDispatcher.h" #ifndef MOZ_DISABLE_CRYPTOLEGACY #include "nsIDOMCRMFObject.h" #include "nsIDOMCryptoLegacy.h" #else #include "nsIDOMCrypto.h" #endif #include "nsIControllers.h" @@ -221,24 +210,22 @@ #include "nsTreeColumns.h" #endif #include "nsIDOMXPathExpression.h" #include "nsIDOMNSXPathExpression.h" #include "nsIDOMXPathNSResolver.h" #include "nsIDOMXPathResult.h" #include "nsIDOMMozBrowserFrame.h" -#include "nsIDOMGetSVGDocument.h" #include "nsIDOMSVGAnimatedEnum.h" #include "nsIDOMSVGAnimatedInteger.h" #include "nsIDOMSVGAnimatedNumber.h" #include "nsIDOMSVGAnimatedRect.h" #include "nsIDOMSVGAnimatedString.h" #include "nsIDOMTimeEvent.h" -#include "nsIDOMSVGDocument.h" #include "nsIDOMSVGLength.h" #include "nsIDOMSVGNumber.h" #include "nsIDOMSVGRect.h" #include "nsIDOMSVGZoomEvent.h" #include "nsIImageDocument.h" // Storage includes @@ -339,18 +326,16 @@ using mozilla::dom::workers::ResolveWork #include "BluetoothDevice.h" #endif #include "nsIDOMNavigatorSystemMessages.h" #include "DOMCameraManager.h" #include "DOMCameraControl.h" #include "DOMCameraCapabilities.h" #include "DOMError.h" -#include "DOMRequest.h" -#include "DOMCursor.h" #include "nsIOpenWindowEventDetail.h" #include "nsIAsyncScrollEventDetail.h" #include "nsIDOMGlobalObjectConstructor.h" #include "nsIDOMCanvasRenderingContext2D.h" #include "LockedFile.h" #include "GeneratedEvents.h" #include "nsDebug.h" @@ -570,18 +555,16 @@ static nsDOMClassInfoData sClassInfoData nsIXPCScriptable::WANT_PRECREATE | nsIXPCScriptable::WANT_NEWRESOLVE | nsIXPCScriptable::WANT_HASINSTANCE | nsIXPCScriptable::WANT_CALL | nsIXPCScriptable::WANT_CONSTRUCT | nsIXPCScriptable::DONT_ENUM_QUERY_INTERFACE) // Core classes - NS_DEFINE_CLASSINFO_DATA(XMLDocument, nsDocumentSH, - DOCUMENT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(DOMException, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(Element, nsElementSH, ELEMENT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(Attr, nsAttributeSH, NODE_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(MozNamedAttrMap, nsNamedNodeMapSH, ARRAY_SCRIPTABLE_FLAGS) @@ -628,24 +611,16 @@ static nsDOMClassInfoData sClassInfoData NS_DEFINE_CLASSINFO_DATA(HTMLDocument, nsHTMLDocumentSH, DOCUMENT_SCRIPTABLE_FLAGS | nsIXPCScriptable::WANT_GETPROPERTY) // HTML element classes NS_DEFINE_CLASSINFO_DATA(HTMLFormElement, nsHTMLFormElementSH, ELEMENT_SCRIPTABLE_FLAGS | nsIXPCScriptable::WANT_GETPROPERTY | nsIXPCScriptable::WANT_NEWENUMERATE) - NS_DEFINE_CLASSINFO_DATA(HTMLIFrameElement, nsElementSH, - ELEMENT_SCRIPTABLE_FLAGS) - NS_DEFINE_CLASSINFO_DATA(HTMLInputElement, nsElementSH, - ELEMENT_SCRIPTABLE_FLAGS) - - // Constraint Validation API classes - NS_DEFINE_CLASSINFO_DATA(ValidityState, nsDOMGenericSH, - DOM_DEFAULT_SCRIPTABLE_FLAGS) // CSS classes NS_DEFINE_CLASSINFO_DATA(CSSStyleRule, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(CSSCharsetRule, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(CSSImportRule, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) @@ -659,26 +634,21 @@ static nsDOMClassInfoData sClassInfoData ARRAY_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(MediaList, nsMediaListSH, ARRAY_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(StyleSheetList, nsStyleSheetListSH, ARRAY_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(CSSStyleSheet, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) - // Range classes - NS_DEFINE_CLASSINFO_DATA(Range, nsDOMGenericSH, - DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(Selection, nsDOMGenericSH, DEFAULT_SCRIPTABLE_FLAGS) // XUL classes #ifdef MOZ_XUL - NS_DEFINE_CLASSINFO_DATA(XULDocument, nsDocumentSH, - DOCUMENT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(XULCommandDispatcher, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) #endif NS_DEFINE_CLASSINFO_DATA(XULControllers, nsNonDOMObjectSH, DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(BoxObject, nsDOMGenericSH, DEFAULT_SCRIPTABLE_FLAGS) #ifdef MOZ_XUL @@ -691,23 +661,16 @@ static nsDOMClassInfoData sClassInfoData // Crypto classes #ifndef MOZ_DISABLE_CRYPTOLEGACY NS_DEFINE_CLASSINFO_DATA(CRMFObject, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) #endif NS_DEFINE_CLASSINFO_DATA(Crypto, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) - // DOM Traversal classes - NS_DEFINE_CLASSINFO_DATA(TreeWalker, nsDOMGenericSH, - DOM_DEFAULT_SCRIPTABLE_FLAGS) - - // We are now trying to preserve binary compat in classinfo. No - // more putting things in those categories up there. New entries - // are to be added to the end of the list NS_DEFINE_CLASSINFO_DATA(CSSRect, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) // DOM Chrome Window class. NS_DEFINE_CLASSINFO_DATA(ChromeWindow, nsWindowSH, DEFAULT_SCRIPTABLE_FLAGS | WINDOW_SCRIPTABLE_FLAGS) @@ -737,20 +700,16 @@ static nsDOMClassInfoData sClassInfoData DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(CSSSupportsRule, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(BeforeUnloadEvent, nsEventSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) - // SVG document - NS_DEFINE_CLASSINFO_DATA(SVGDocument, nsDocumentSH, - DOCUMENT_SCRIPTABLE_FLAGS) - NS_DEFINE_CLASSINFO_DATA(TimeEvent, nsEventSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) // other SVG classes NS_DEFINE_CLASSINFO_DATA(SVGAnimatedEnumeration, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(SVGAnimatedInteger, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) @@ -887,20 +846,16 @@ static nsDOMClassInfoData sClassInfoData NS_DEFINE_CLASSINFO_DATA(MozCellBroadcast, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) #endif NS_DEFINE_CLASSINFO_DATA(CSSFontFaceRule, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) - // DOM Traversal NodeIterator class - NS_DEFINE_CLASSINFO_DATA(NodeIterator, nsDOMGenericSH, - DOM_DEFAULT_SCRIPTABLE_FLAGS) - // data transfer for drag and drop NS_DEFINE_CLASSINFO_DATA(DataTransfer, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(NotifyPaintEvent, nsEventSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(NotifyAudioAvailableEvent, nsEventSH, @@ -998,22 +953,16 @@ static nsDOMClassInfoData sClassInfoData NS_DEFINE_CLASSINFO_DATA(CameraControl, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(CameraCapabilities, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(DOMError, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) - NS_DEFINE_CLASSINFO_DATA(DOMRequest, nsEventTargetSH, - EVENTTARGET_SCRIPTABLE_FLAGS) - - NS_DEFINE_CLASSINFO_DATA(DOMCursor, nsEventTargetSH, - EVENTTARGET_SCRIPTABLE_FLAGS) - NS_DEFINE_CLASSINFO_DATA(OpenWindowEventDetail, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(AsyncScrollEventDetail, nsDOMGenericSH, DOM_DEFAULT_SCRIPTABLE_FLAGS) NS_DEFINE_CLASSINFO_DATA(LockedFile, nsEventTargetSH, EVENTTARGET_SCRIPTABLE_FLAGS) @@ -1786,22 +1735,16 @@ nsDOMClassInfo::Init() DOM_CLASSINFO_MAP_BEGIN_NO_CLASS_IF(DOMPrototype, nsIDOMDOMConstructor) DOM_CLASSINFO_MAP_ENTRY(nsIDOMDOMConstructor) DOM_CLASSINFO_MAP_END DOM_CLASSINFO_MAP_BEGIN(DOMConstructor, nsIDOMDOMConstructor) DOM_CLASSINFO_MAP_ENTRY(nsIDOMDOMConstructor) DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(XMLDocument, nsIDOMXMLDocument) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMDocument) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMXMLDocument) - DOM_CLASSINFO_DOCUMENT_MAP_ENTRIES - DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(DOMException, nsIDOMDOMException) DOM_CLASSINFO_MAP_ENTRY(nsIDOMDOMException) DOM_CLASSINFO_MAP_ENTRY(nsIException) DOM_CLASSINFO_MAP_END DOM_CLASSINFO_MAP_BEGIN(Element, nsIDOMElement) DOM_CLASSINFO_MAP_ENTRY(nsIDOMElement) DOM_CLASSINFO_MAP_ENTRY(nsIDOMEventTarget) @@ -1902,32 +1845,16 @@ nsDOMClassInfo::Init() DOM_CLASSINFO_DOCUMENT_MAP_ENTRIES DOM_CLASSINFO_MAP_END DOM_CLASSINFO_MAP_BEGIN(HTMLFormElement, nsIDOMHTMLFormElement) DOM_CLASSINFO_MAP_ENTRY(nsIDOMHTMLFormElement) DOM_CLASSINFO_GENERIC_HTML_MAP_ENTRIES DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(HTMLIFrameElement, nsIDOMHTMLIFrameElement) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMHTMLIFrameElement) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMGetSVGDocument) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMMozBrowserFrame) - DOM_CLASSINFO_GENERIC_HTML_MAP_ENTRIES - DOM_CLASSINFO_MAP_END - - DOM_CLASSINFO_MAP_BEGIN(HTMLInputElement, nsIDOMHTMLInputElement) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMHTMLInputElement) - DOM_CLASSINFO_GENERIC_HTML_MAP_ENTRIES - DOM_CLASSINFO_MAP_END - - DOM_CLASSINFO_MAP_BEGIN(ValidityState, nsIDOMValidityState) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMValidityState) - DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(CSSStyleRule, nsIDOMCSSStyleRule) DOM_CLASSINFO_MAP_ENTRY(nsIDOMCSSStyleRule) DOM_CLASSINFO_MAP_END DOM_CLASSINFO_MAP_BEGIN(CSSCharsetRule, nsIDOMCSSCharsetRule) DOM_CLASSINFO_MAP_ENTRY(nsIDOMCSSCharsetRule) DOM_CLASSINFO_MAP_END @@ -1962,39 +1889,21 @@ nsDOMClassInfo::Init() DOM_CLASSINFO_MAP_BEGIN(CSSStyleSheet, nsIDOMCSSStyleSheet) DOM_CLASSINFO_MAP_ENTRY(nsIDOMCSSStyleSheet) DOM_CLASSINFO_MAP_END DOM_CLASSINFO_MAP_BEGIN_NO_CLASS_IF(CSSRect, nsIDOMRect) DOM_CLASSINFO_MAP_ENTRY(nsIDOMRect) DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(Range, nsIDOMRange) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMRange) - DOM_CLASSINFO_MAP_END - - DOM_CLASSINFO_MAP_BEGIN(NodeIterator, nsIDOMNodeIterator) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMNodeIterator) - DOM_CLASSINFO_MAP_END - - DOM_CLASSINFO_MAP_BEGIN(TreeWalker, nsIDOMTreeWalker) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMTreeWalker) - DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(Selection, nsISelection) DOM_CLASSINFO_MAP_ENTRY(nsISelection) DOM_CLASSINFO_MAP_END #ifdef MOZ_XUL - DOM_CLASSINFO_MAP_BEGIN(XULDocument, nsIDOMXULDocument) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMDocument) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMXULDocument) - DOM_CLASSINFO_DOCUMENT_MAP_ENTRIES - DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(XULCommandDispatcher, nsIDOMXULCommandDispatcher) DOM_CLASSINFO_MAP_ENTRY(nsIDOMXULCommandDispatcher) DOM_CLASSINFO_MAP_END #endif DOM_CLASSINFO_MAP_BEGIN_NO_CLASS_IF(XULControllers, nsIControllers) DOM_CLASSINFO_MAP_ENTRY(nsIControllers) DOM_CLASSINFO_MAP_END @@ -2074,24 +1983,16 @@ nsDOMClassInfo::Init() DOM_CLASSINFO_MAP_BEGIN(BeforeUnloadEvent, nsIDOMBeforeUnloadEvent) DOM_CLASSINFO_MAP_ENTRY(nsIDOMBeforeUnloadEvent) DOM_CLASSINFO_EVENT_MAP_ENTRIES DOM_CLASSINFO_MAP_END // The SVG document - DOM_CLASSINFO_MAP_BEGIN(SVGDocument, nsIDOMSVGDocument) - // Order is significant. nsIDOMDocument.title shadows - // nsIDOMSVGDocument.title, which is readonly. - DOM_CLASSINFO_MAP_ENTRY(nsIDOMDocument) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMSVGDocument) - DOM_CLASSINFO_DOCUMENT_MAP_ENTRIES - DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(TimeEvent, nsIDOMTimeEvent) DOM_CLASSINFO_MAP_ENTRY(nsIDOMTimeEvent) DOM_CLASSINFO_EVENT_MAP_ENTRIES DOM_CLASSINFO_MAP_END // other SVG classes DOM_CLASSINFO_MAP_BEGIN(SVGAnimatedEnumeration, nsIDOMSVGAnimatedEnumeration) DOM_CLASSINFO_MAP_ENTRY(nsIDOMSVGAnimatedEnumeration) @@ -2520,27 +2421,16 @@ nsDOMClassInfo::Init() DOM_CLASSINFO_MAP_BEGIN(CameraCapabilities, nsICameraCapabilities) DOM_CLASSINFO_MAP_ENTRY(nsICameraCapabilities) DOM_CLASSINFO_MAP_END DOM_CLASSINFO_MAP_BEGIN(DOMError, nsIDOMDOMError) DOM_CLASSINFO_MAP_ENTRY(nsIDOMDOMError) DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(DOMRequest, nsIDOMDOMRequest) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMDOMRequest) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMEventTarget) - DOM_CLASSINFO_MAP_END - - DOM_CLASSINFO_MAP_BEGIN(DOMCursor, nsIDOMDOMCursor) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMDOMCursor) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMDOMRequest) - DOM_CLASSINFO_MAP_ENTRY(nsIDOMEventTarget) - DOM_CLASSINFO_MAP_END - DOM_CLASSINFO_MAP_BEGIN(OpenWindowEventDetail, nsIOpenWindowEventDetail) DOM_CLASSINFO_MAP_ENTRY(nsIOpenWindowEventDetail) DOM_CLASSINFO_MAP_END DOM_CLASSINFO_MAP_BEGIN(AsyncScrollEventDetail, nsIAsyncScrollEventDetail) DOM_CLASSINFO_MAP_ENTRY(nsIAsyncScrollEventDetail) DOM_CLASSINFO_MAP_END
--- a/dom/base/nsDOMClassInfoClasses.h +++ b/dom/base/nsDOMClassInfoClasses.h @@ -11,17 +11,16 @@ DOMCI_CLASS(PluginArray) DOMCI_CLASS(MimeType) DOMCI_CLASS(MimeTypeArray) DOMCI_CLASS(BarProp) DOMCI_CLASS(History) DOMCI_CLASS(DOMPrototype) DOMCI_CLASS(DOMConstructor) // Core classes -DOMCI_CLASS(XMLDocument) DOMCI_CLASS(DOMException) DOMCI_CLASS(Element) DOMCI_CLASS(Attr) DOMCI_CLASS(MozNamedAttrMap) // Event classes DOMCI_CLASS(Event) DOMCI_CLASS(MutationEvent) @@ -41,57 +40,49 @@ DOMCI_CLASS(DeviceMotionEvent) DOMCI_CLASS(DeviceAcceleration) DOMCI_CLASS(DeviceRotationRate) // HTML classes DOMCI_CLASS(HTMLDocument) // HTML element classes DOMCI_CLASS(HTMLFormElement) -DOMCI_CLASS(HTMLIFrameElement) -DOMCI_CLASS(HTMLInputElement) -DOMCI_CLASS(ValidityState) // 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(Range) DOMCI_CLASS(Selection) // XUL classes #ifdef MOZ_XUL -DOMCI_CLASS(XULDocument) DOMCI_CLASS(XULCommandDispatcher) #endif DOMCI_CLASS(XULControllers) DOMCI_CLASS(BoxObject) #ifdef MOZ_XUL DOMCI_CLASS(TreeSelection) DOMCI_CLASS(TreeContentView) #endif // Crypto classes #ifndef MOZ_DISABLE_CRYPTOLEGACY DOMCI_CLASS(CRMFObject) #endif DOMCI_CLASS(Crypto) -// DOM Traversal classes -DOMCI_CLASS(TreeWalker) - // Rect object used by getComputedStyle DOMCI_CLASS(CSSRect) // DOM Chrome Window class, almost identical to Window DOMCI_CLASS(ChromeWindow) DOMCI_CLASS(ImageDocument) @@ -108,19 +99,16 @@ DOMCI_CLASS(TreeColumn) DOMCI_CLASS(TreeColumns) #endif DOMCI_CLASS(CSSMozDocumentRule) DOMCI_CLASS(CSSSupportsRule) DOMCI_CLASS(BeforeUnloadEvent) -// The SVG document -DOMCI_CLASS(SVGDocument) - DOMCI_CLASS(TimeEvent) // other SVG classes DOMCI_CLASS(SVGAnimatedEnumeration) DOMCI_CLASS(SVGAnimatedInteger) DOMCI_CLASS(SVGAnimatedNumber) DOMCI_CLASS(SVGAnimatedRect) DOMCI_CLASS(SVGAnimatedString) @@ -192,19 +180,16 @@ DOMCI_CLASS(MozConnection) #ifdef MOZ_B2G_RIL DOMCI_CLASS(MozMobileConnection) DOMCI_CLASS(MozCellBroadcast) #endif // @font-face in CSS DOMCI_CLASS(CSSFontFaceRule) -// DOM Traversal NodeIterator class -DOMCI_CLASS(NodeIterator) - DOMCI_CLASS(DataTransfer) DOMCI_CLASS(NotifyPaintEvent) DOMCI_CLASS(NotifyAudioAvailableEvent) DOMCI_CLASS(SimpleGestureEvent) @@ -260,18 +245,16 @@ DOMCI_CLASS(BluetoothAdapter) DOMCI_CLASS(BluetoothDevice) #endif DOMCI_CLASS(CameraManager) DOMCI_CLASS(CameraControl) DOMCI_CLASS(CameraCapabilities) DOMCI_CLASS(DOMError) -DOMCI_CLASS(DOMRequest) -DOMCI_CLASS(DOMCursor) DOMCI_CLASS(OpenWindowEventDetail) DOMCI_CLASS(AsyncScrollEventDetail) DOMCI_CLASS(LockedFile) #ifdef MOZ_TIME_MANAGER DOMCI_CLASS(MozTimeManager) #endif