author | Mike Conley <mconley@mozilla.com> |
Thu, 05 Feb 2015 17:56:43 -0500 | |
changeset 228526 | 179ab8bb80aeb209b9c7ce2565defa1395ed9e02 |
parent 228525 | be43b4de674dac19ea48a5ed23d7bb64fca734fd |
child 228527 | ed3e996b3805c641dbda53c83907f87d3302995a |
push id | 28264 |
push user | cbook@mozilla.com |
push date | Wed, 11 Feb 2015 13:58:35 +0000 |
treeherder | mozilla-central@38058cb42a0e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | chmanchester |
bugs | 1047603, 1096488 |
milestone | 38.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/marionette/marionette-server.js +++ b/testing/marionette/marionette-server.js @@ -3191,16 +3191,21 @@ BrowserObj.prototype = { this.browser = win.BrowserApp; break; } }, /** * Called when we start a session with this browser. */ startSession: function BO_startSession(newSession, win, callback) { + if (appName == "Firefox" && + win.gMultiProcessBrowser && + !win.gBrowser.selectedBrowser.isRemoteBrowser) { + win.XULBrowserWindow.forceInitialBrowserRemote(); + } callback(win, newSession); }, /** * Closes current tab */ closeTab: function BO_closeTab() { if (this.browser &&