gecko/dom/settings/tests
Alexandre Lissy b145a76b7e Bug 1076597 - Fix Settings API shutdown race condition. r=bent
When child message manager dies, it sends a child-process-shutdown
message to the SettingsRequestManager. This would just close the locks
and tasks of this message manager. The race happens when some
applications can shutdown quickly: settings requests will never be
committed to the database. One example is the callscreen. The fix,
provided by qDot, simply put those tasks in a finalize state to make
sure they are properly executed and committed.
2014-10-09 05:12:00 -04:00
..
unit Bug 1076597 - Fix Settings API shutdown race condition. r=bent 2014-10-09 05:12:00 -04:00
chrome.ini Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
mochitest.ini Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-27 21:01:30 -07:00
test_settings_basics.html Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-27 21:01:30 -07:00
test_settings_blobs.html Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-27 21:01:30 -07:00
test_settings_data_uris.html Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-27 21:01:30 -07:00
test_settings_events.html Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-27 21:01:30 -07:00
test_settings_navigator_object.html Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-27 21:01:30 -07:00
test_settings_onsettingchange.html Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-27 21:01:30 -07:00
test_settings_permissions.html Bug 1061805 - Make sure Settings API only calls finalize once; r=bent 2014-09-15 09:29:29 -07:00
test_settings_service_callback.js Bug 1012214 - Settings service doesn't call handle callback created in lock object. r=bent 2014-05-20 12:19:18 -07:00
test_settings_service_callback.xul Bug 1012214 - Settings service doesn't call handle callback created in lock object. r=bent 2014-05-20 12:19:18 -07:00
test_settings_service.js Bug 1015518 - Update SettingsService mochitests; r=bent 2014-08-27 21:01:31 -07:00
test_settings_service.xul