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 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 gcli_commands_internal_FILES = $(wildcard $(srcdir)/commands/*)
6 gcli_commands_internal_DEST = $(FINAL_TARGET)/modules/devtools/gcli/commands
7 INSTALL_TARGETS += gcli_commands_internal
9 gcli_commands_FILES = $(wildcard $(srcdir)/source/lib/gcli/commands/*)
10 gcli_commands_DEST = $(FINAL_TARGET)/modules/devtools/gcli/commands
11 INSTALL_TARGETS += gcli_commands
13 gcli_connectors_FILES = $(wildcard $(srcdir)/source/lib/gcli/connectors/*)
14 gcli_connectors_DEST = $(FINAL_TARGET)/modules/devtools/gcli/connectors
15 INSTALL_TARGETS += gcli_connectors
17 gcli_converters_FILES = $(wildcard $(srcdir)/source/lib/gcli/converters/*)
18 gcli_converters_DEST = $(FINAL_TARGET)/modules/devtools/gcli/converters
19 INSTALL_TARGETS += gcli_converters
21 gcli_fields_FILES = $(wildcard $(srcdir)/source/lib/gcli/fields/*)
22 gcli_fields_DEST = $(FINAL_TARGET)/modules/devtools/gcli/fields
23 INSTALL_TARGETS += gcli_fields
25 gcli_languages_FILES = $(wildcard $(srcdir)/source/lib/gcli/languages/*)
26 gcli_languages_DEST = $(FINAL_TARGET)/modules/devtools/gcli/languages
27 INSTALL_TARGETS += gcli_languages
29 gcli_mozui_FILES = $(wildcard $(srcdir)/source/lib/gcli/mozui/*)
30 gcli_mozui_DEST = $(FINAL_TARGET)/modules/devtools/gcli/mozui
31 INSTALL_TARGETS += gcli_mozui
33 gcli_types_FILES = $(wildcard $(srcdir)/source/lib/gcli/types/*)
34 gcli_types_DEST = $(FINAL_TARGET)/modules/devtools/gcli/types
35 INSTALL_TARGETS += gcli_types
37 gcli_ui_FILES = $(wildcard $(srcdir)/source/lib/gcli/ui/*)
38 gcli_ui_DEST = $(FINAL_TARGET)/modules/devtools/gcli/ui
39 INSTALL_TARGETS += gcli_ui
41 gcli_util_FILES = $(wildcard $(srcdir)/source/lib/gcli/util/*)
42 gcli_util_DEST = $(FINAL_TARGET)/modules/devtools/gcli/util
43 INSTALL_TARGETS += gcli_util
45 gcli_root_FILES = $(wildcard $(srcdir)/source/lib/gcli/*)
46 gcli_root_DEST = $(FINAL_TARGET)/modules/devtools/gcli
47 INSTALL_TARGETS += gcli_root
49 include $(topsrcdir)/config/rules.mk
51 libs::
52 $(INSTALL) $(IFLAGS1) $(srcdir)/*.jsm $(FINAL_TARGET)/modules/devtools