mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
2373f7c83f
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. |
||
---|---|---|
.. | ||
unit | ||
chrome.ini | ||
mochitest.ini | ||
test_settings_basics.html | ||
test_settings_blobs.html | ||
test_settings_data_uris.html | ||
test_settings_events.html | ||
test_settings_navigator_object.html | ||
test_settings_onsettingchange.html | ||
test_settings_permissions.html | ||
test_settings_service_callback.js | ||
test_settings_service_callback.xul | ||
test_settings_service.js | ||
test_settings_service.xul |