Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
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 UNIFIED_SOURCES += [
8 'nsComposerCommands.cpp',
9 'nsComposerCommandsUpdater.cpp',
10 'nsComposerController.cpp',
11 'nsComposerDocumentCommands.cpp',
12 'nsComposerRegistration.cpp',
13 'nsComposeTxtSrvFilter.cpp',
14 'nsEditingSession.cpp',
15 'nsEditorSpellCheck.cpp',
16 ]
18 FAIL_ON_WARNINGS = True
20 FINAL_LIBRARY = 'xul'
21 RESOURCE_FILES += [
22 'res/EditorOverride.css',
23 'res/grabber.gif',
24 'res/table-add-column-after-active.gif',
25 'res/table-add-column-after-hover.gif',
26 'res/table-add-column-after.gif',
27 'res/table-add-column-before-active.gif',
28 'res/table-add-column-before-hover.gif',
29 'res/table-add-column-before.gif',
30 'res/table-add-row-after-active.gif',
31 'res/table-add-row-after-hover.gif',
32 'res/table-add-row-after.gif',
33 'res/table-add-row-before-active.gif',
34 'res/table-add-row-before-hover.gif',
35 'res/table-add-row-before.gif',
36 'res/table-remove-column-active.gif',
37 'res/table-remove-column-hover.gif',
38 'res/table-remove-column.gif',
39 'res/table-remove-row-active.gif',
40 'res/table-remove-row-hover.gif',
41 'res/table-remove-row.gif',
42 ]