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