зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 5862c607fcc2 (bug 1550075) for eslint failure on raptor-android/user.js.
This commit is contained in:
Родитель
9f6770b8e2
Коммит
17df5e7158
|
@ -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'])
|
||||
|
|
Загрузка…
Ссылка в новой задаче