зеркало из https://github.com/mozilla/gecko-dev.git
Bug 886627 - Fix device storage tests on Android; r=dhylands
This commit is contained in:
Родитель
8e4a1ecb35
Коммит
ab6ae2a487
|
@ -637,6 +637,7 @@ OverrideRootDir::GetSingleton()
|
|||
|
||||
sSingleton = new OverrideRootDir();
|
||||
Preferences::AddStrongObserver(sSingleton, "device.storage.overrideRootDir");
|
||||
Preferences::AddStrongObserver(sSingleton, "device.storage.testing");
|
||||
ClearOnShutdown(&sSingleton);
|
||||
|
||||
return sSingleton;
|
||||
|
@ -645,6 +646,7 @@ OverrideRootDir::GetSingleton()
|
|||
OverrideRootDir::~OverrideRootDir()
|
||||
{
|
||||
Preferences::RemoveObserver(this, "device.storage.overrideRootDir");
|
||||
Preferences::RemoveObserver(this, "device.storage.testing");
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = toolkit == 'android' || e10s #bug 781789 & bug 782275
|
||||
skip-if = e10s # bug 781789 & bug 782275
|
||||
support-files = devicestorage_common.js
|
||||
|
||||
[test_823965.html]
|
||||
|
|
Загрузка…
Ссылка в новой задаче