content/base/public/nsDeprecatedOperationList.h

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 4 // IWYU pragma: private, include "nsIDocument.h"
michael@0 5
michael@0 6 /*
michael@0 7 * This file contains the list of deprecated DOM operations. It is
michael@0 8 * designed to be used as input to the C preprocessor *only*.
michael@0 9 */
michael@0 10
michael@0 11 DEPRECATED_OPERATION(GetAttributeNode)
michael@0 12 DEPRECATED_OPERATION(SetAttributeNode)
michael@0 13 DEPRECATED_OPERATION(GetAttributeNodeNS)
michael@0 14 DEPRECATED_OPERATION(SetAttributeNodeNS)
michael@0 15 DEPRECATED_OPERATION(RemoveAttributeNode)
michael@0 16 DEPRECATED_OPERATION(CreateAttribute)
michael@0 17 DEPRECATED_OPERATION(CreateAttributeNS)
michael@0 18 DEPRECATED_OPERATION(OwnerElement)
michael@0 19 DEPRECATED_OPERATION(NodeValue)
michael@0 20 DEPRECATED_OPERATION(TextContent)
michael@0 21 DEPRECATED_OPERATION(EnablePrivilege)
michael@0 22 DEPRECATED_OPERATION(InputEncoding)
michael@0 23 DEPRECATED_OPERATION(MozBeforePaint)
michael@0 24 DEPRECATED_OPERATION(DOMExceptionCode)
michael@0 25 DEPRECATED_OPERATION(NoExposedProps)
michael@0 26 DEPRECATED_OPERATION(MutationEvent)
michael@0 27 DEPRECATED_OPERATION(Components)
michael@0 28 DEPRECATED_OPERATION(PrefixedVisibilityAPI)
michael@0 29 DEPRECATED_OPERATION(NodeIteratorDetach)
michael@0 30 DEPRECATED_OPERATION(LenientThis)
michael@0 31 DEPRECATED_OPERATION(GetPreventDefault)
michael@0 32 DEPRECATED_OPERATION(GetSetUserData)
michael@0 33 DEPRECATED_OPERATION(MozGetAsFile)
michael@0 34 DEPRECATED_OPERATION(UseOfCaptureEvents)
michael@0 35 DEPRECATED_OPERATION(UseOfReleaseEvents)
michael@0 36 DEPRECATED_OPERATION(UseOfDOM3LoadMethod)
michael@0 37 DEPRECATED_OPERATION(ShowModalDialog)
michael@0 38 DEPRECATED_OPERATION(Window_Content)
michael@0 39 DEPRECATED_OPERATION(SyncXMLHttpRequest)
michael@0 40 DEPRECATED_OPERATION(DataContainerEvent)
michael@0 41 DEPRECATED_OPERATION(SendAsBinary)
michael@0 42 DEPRECATED_OPERATION(Window_Controllers)

mercurial