2012-05-21 04:12:37 -07: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/. */
|
2011-06-28 18:05:34 -07:00
|
|
|
|
|
|
|
/*
|
|
|
|
* This file contains the list of deprecated DOM operations. It is
|
|
|
|
* designed to be used as input to the C preprocessor *only*.
|
|
|
|
*/
|
|
|
|
|
|
|
|
DEPRECATED_OPERATION(GetAttributeNode)
|
|
|
|
DEPRECATED_OPERATION(SetAttributeNode)
|
|
|
|
DEPRECATED_OPERATION(GetAttributeNodeNS)
|
|
|
|
DEPRECATED_OPERATION(SetAttributeNodeNS)
|
|
|
|
DEPRECATED_OPERATION(RemoveAttributeNode)
|
|
|
|
DEPRECATED_OPERATION(CreateAttribute)
|
|
|
|
DEPRECATED_OPERATION(CreateAttributeNS)
|
|
|
|
DEPRECATED_OPERATION(Specified)
|
|
|
|
DEPRECATED_OPERATION(OwnerElement)
|
|
|
|
DEPRECATED_OPERATION(NodeValue)
|
|
|
|
DEPRECATED_OPERATION(TextContent)
|
2011-06-28 18:05:45 -07:00
|
|
|
DEPRECATED_OPERATION(EnablePrivilege)
|
2011-10-01 09:14:40 -07:00
|
|
|
DEPRECATED_OPERATION(Position)
|
|
|
|
DEPRECATED_OPERATION(TotalSize)
|
2011-09-27 03:19:02 -07:00
|
|
|
DEPRECATED_OPERATION(InputEncoding)
|
2011-12-15 05:53:06 -08:00
|
|
|
DEPRECATED_OPERATION(MozBeforePaint)
|
2012-04-11 14:55:23 -07:00
|
|
|
DEPRECATED_OPERATION(DOMExceptionCode)
|
2012-08-21 10:27:08 -07:00
|
|
|
DEPRECATED_OPERATION(NoExposedProps)
|
2012-05-23 03:45:14 -07:00
|
|
|
DEPRECATED_OPERATION(MutationEvent)
|
2012-05-25 11:44:38 -07:00
|
|
|
DEPRECATED_OPERATION(MozSlice)
|
2012-10-03 02:44:18 -07:00
|
|
|
DEPRECATED_OPERATION(Components)
|