michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: // IWYU pragma: private, include "nsIDocument.h" michael@0: michael@0: /* michael@0: * This file contains the list of deprecated DOM operations. It is michael@0: * designed to be used as input to the C preprocessor *only*. michael@0: */ michael@0: michael@0: DEPRECATED_OPERATION(GetAttributeNode) michael@0: DEPRECATED_OPERATION(SetAttributeNode) michael@0: DEPRECATED_OPERATION(GetAttributeNodeNS) michael@0: DEPRECATED_OPERATION(SetAttributeNodeNS) michael@0: DEPRECATED_OPERATION(RemoveAttributeNode) michael@0: DEPRECATED_OPERATION(CreateAttribute) michael@0: DEPRECATED_OPERATION(CreateAttributeNS) michael@0: DEPRECATED_OPERATION(OwnerElement) michael@0: DEPRECATED_OPERATION(NodeValue) michael@0: DEPRECATED_OPERATION(TextContent) michael@0: DEPRECATED_OPERATION(EnablePrivilege) michael@0: DEPRECATED_OPERATION(InputEncoding) michael@0: DEPRECATED_OPERATION(MozBeforePaint) michael@0: DEPRECATED_OPERATION(DOMExceptionCode) michael@0: DEPRECATED_OPERATION(NoExposedProps) michael@0: DEPRECATED_OPERATION(MutationEvent) michael@0: DEPRECATED_OPERATION(Components) michael@0: DEPRECATED_OPERATION(PrefixedVisibilityAPI) michael@0: DEPRECATED_OPERATION(NodeIteratorDetach) michael@0: DEPRECATED_OPERATION(LenientThis) michael@0: DEPRECATED_OPERATION(GetPreventDefault) michael@0: DEPRECATED_OPERATION(GetSetUserData) michael@0: DEPRECATED_OPERATION(MozGetAsFile) michael@0: DEPRECATED_OPERATION(UseOfCaptureEvents) michael@0: DEPRECATED_OPERATION(UseOfReleaseEvents) michael@0: DEPRECATED_OPERATION(UseOfDOM3LoadMethod) michael@0: DEPRECATED_OPERATION(ShowModalDialog) michael@0: DEPRECATED_OPERATION(Window_Content) michael@0: DEPRECATED_OPERATION(SyncXMLHttpRequest) michael@0: DEPRECATED_OPERATION(DataContainerEvent) michael@0: DEPRECATED_OPERATION(SendAsBinary) michael@0: DEPRECATED_OPERATION(Window_Controllers)