2014-06-25 05:12:07 +00:00
|
|
|
# -*- indent-tabs-mode: nil; js-indent-level: 2 -*-
|
2014-05-12 06:53:00 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2014-05-21 21:38:21 +00:00
|
|
|
pref("devtools.webide.showProjectEditor", true);
|
2014-07-18 14:24:52 +00:00
|
|
|
pref("devtools.webide.templatesURL", "https://code.cdn.mozilla.net/templates/list.json");
|
2014-06-18 21:19:56 +00:00
|
|
|
pref("devtools.webide.autoinstallADBHelper", true);
|
2014-05-27 20:50:27 +00:00
|
|
|
pref("devtools.webide.lastprojectlocation", "");
|
2014-07-15 19:03:24 +00:00
|
|
|
pref("devtools.webide.restoreLastProject", true);
|
2014-05-30 05:22:16 +00:00
|
|
|
pref("devtools.webide.enableLocalRuntime", false);
|
2014-06-18 21:19:56 +00:00
|
|
|
pref("devtools.webide.addonsURL", "https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/index.json");
|
|
|
|
pref("devtools.webide.simulatorAddonsURL", "https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/#VERSION#/#OS#/fxos_#SLASHED_VERSION#_simulator-#OS#-latest.xpi");
|
|
|
|
pref("devtools.webide.simulatorAddonID", "fxos_#SLASHED_VERSION#_simulator@mozilla.org");
|
|
|
|
pref("devtools.webide.adbAddonURL", "https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/adb-helper/#OS#/adbhelper-#OS#-latest.xpi");
|
|
|
|
pref("devtools.webide.adbAddonID", "adbhelper@mozilla.org");
|