Backed out changeset 5862c607fcc2 (bug 1550075) for eslint failure on raptor-android/user.js.

This commit is contained in:
Cosmin Sabou 2019-05-22 01:50:11 +03:00
Родитель 9f6770b8e2
Коммит 17df5e7158
3 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -1,2 +0,0 @@
Dropping extensions here will get them installed in all test harnesses
that make use of this profile.

Просмотреть файл

@ -1,3 +0,0 @@
// Preferences file used by the raptor harness exclusively on android
user_pref("browser.cache.disk.smart_size.enabled", true);

Просмотреть файл

@ -851,14 +851,6 @@ class RaptorAndroid(Raptor):
for key, value in commands.items():
self._set_value_and_check_exitcode(key, value, root=True)
def build_browser_profile(self):
super(RaptorAndroid, self).build_browser_profile()
# Merge in the android profile
path = os.path.join(self.profile_data_dir, 'raptor-android')
self.log.info("Merging profile: {}".format(path))
self.profile.merge(path)
def clear_app_data(self):
self.log.info("clearing %s app data" % self.config['binary'])
self.device.shell("pm clear %s" % self.config['binary'])