Tue, 06 Jan 2015 21:39:09 +0100
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.
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 EXPORTS.mozilla.a11y += [
8 'AccessibleWrap.h',
9 'HyperTextAccessibleWrap.h',
10 ]
12 SOURCES += [
13 'AccessibleWrap.cpp',
14 'ApplicationAccessibleWrap.cpp',
15 'AtkSocketAccessible.cpp',
16 'DocAccessibleWrap.cpp',
17 'nsMaiHyperlink.cpp',
18 'nsMaiInterfaceAction.cpp',
19 'nsMaiInterfaceComponent.cpp',
20 'nsMaiInterfaceDocument.cpp',
21 'nsMaiInterfaceEditableText.cpp',
22 'nsMaiInterfaceHyperlinkImpl.cpp',
23 'nsMaiInterfaceHypertext.cpp',
24 'nsMaiInterfaceImage.cpp',
25 'nsMaiInterfaceSelection.cpp',
26 'nsMaiInterfaceTable.cpp',
27 'nsMaiInterfaceText.cpp',
28 'nsMaiInterfaceValue.cpp',
29 'Platform.cpp',
30 'RootAccessibleWrap.cpp',
31 'UtilInterface.cpp',
32 ]
34 LOCAL_INCLUDES += [
35 '../base',
36 '../generic',
37 '../html',
38 '../xpcom',
39 '../xul',
40 '/other-licenses/atk-1.0',
41 ]
43 FINAL_LIBRARY = 'xul'