mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7a36565622
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 |