зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1660168 - [marionette] Enable usage of Marionette's JSWindowActor by default for Fission builds. r=marionette-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D94898
This commit is contained in:
Родитель
fc17dec0de
Коммит
eeb2989064
|
@ -15,6 +15,8 @@ class TestPointerActions(WindowManagerMixin, MarionetteTestCase):
|
||||||
super(TestPointerActions, self).setUp()
|
super(TestPointerActions, self).setUp()
|
||||||
|
|
||||||
self.actors_enabled = self.marionette.get_pref("marionette.actors.enabled")
|
self.actors_enabled = self.marionette.get_pref("marionette.actors.enabled")
|
||||||
|
if self.actors_enabled is None:
|
||||||
|
self.actors_enabled = self.marionette.get_pref("fission.autostart")
|
||||||
|
|
||||||
self.mouse_chain = self.marionette.actions.sequence(
|
self.mouse_chain = self.marionette.actions.sequence(
|
||||||
"pointer", "pointer_id", {"pointerType": "mouse"}
|
"pointer", "pointer_id", {"pointerType": "mouse"}
|
||||||
|
|
|
@ -237,7 +237,7 @@ class MarionetteBranch extends Branch {
|
||||||
* implementation for commands that already support Fission.
|
* implementation for commands that already support Fission.
|
||||||
*/
|
*/
|
||||||
get useActors() {
|
get useActors() {
|
||||||
return this.get("actors.enabled", false);
|
return this.get("actors.enabled", Services.appinfo.fissionAutostart);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[iframe.py]
|
|
||||||
expected:
|
|
||||||
if fission: TIMEOUT
|
|
||||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1580699
|
|
|
@ -1,4 +0,0 @@
|
||||||
[iframe.py]
|
|
||||||
expected:
|
|
||||||
if fission: TIMEOUT
|
|
||||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1580699
|
|
|
@ -1,4 +0,0 @@
|
||||||
[cross_origin.py]
|
|
||||||
expected:
|
|
||||||
if fission: TIMEOUT
|
|
||||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1580699
|
|
Загрузка…
Ссылка в новой задаче