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 [DEFAULT]
2 b2g = true
3 browser = false
4 qemu = true
6 ;[test_between_emulators.py]
7 [test_incoming.js]
8 [test_outgoing.js]
9 [test_emulator_loopback.js]
10 [test_message_classes.js]
11 [test_incoming_delete.js]
12 [test_outgoing_delete.js]
13 [test_getmessage.js]
14 [test_getmessage_notfound.js]
15 [test_incoming_multipart.js]
16 [test_getmessages.js]
17 [test_filter_date.js]
18 [test_filter_date_notfound.js]
19 [test_filter_number.js]
20 [test_filter_received.js]
21 [test_filter_sent.js]
22 [test_filter_read.js]
23 [test_filter_unread.js]
24 [test_filter_mixed.js]
25 [test_segment_info.js]
26 [test_mark_msg_read.js]
27 [test_mark_msg_read_error.js]
28 [test_bug814761.js]
29 [test_strict_7bit_encoding.js]
30 [test_incoming_max_segments.js]
31 [test_outgoing_max_segments.js]
32 [test_update_thread_record_in_delete.js]
33 [test_massive_incoming_delete.js]
34 [test_getsegmentinfofortext.js]
35 [test_phone_number_normalization.js]
36 [test_invalid_address.js]
37 [test_mmsmessage_attachments.js]
38 [test_getthreads.js]
39 [test_smsc_address.js]
40 [test_dsds_default_service_id.js]
41 [test_thread_subject.js]
42 [test_mmdb_new.js]
43 [test_mmdb_setmessagedeliverybyid_sms.js]
44 [test_mmdb_foreachmatchedmmsdeliveryinfo.js]
45 [test_mmdb_full_storage.js]
46 [test_replace_short_message_type.js]
47 [test_mt_sms_concatenation.js]
48 [test_error_of_mms_manual_retrieval.js]
49 [test_error_of_mms_send.js]