Bug 1750210 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This module should only be needed on android, we can add an `#ifdef ANDROID` to exclude it from non-ANDROID builds.
Initially filed to ship remote/shared/MobileTabBrowser.jsm only on ANDROID builds, we are repurposing this bug to split the current browser.js logic in several application specific modules, and only include the relevant modules for the application being built.

In this context, application refers for instance to "desktop firefox", "mobile firefox", "thunderbird"

Note that currently browser.js is quite small (https://searchfox.org/mozilla-central/rev/fa48ebee58d59fa846919c3e2c3122b08db57c9c/testing/marionette/browser.js) but we might add more application specific code soon.

Back to Bug 1750210 Comment 0