Bug 717141 - B2G telephony: point pref to correct default dialer app URL. r=me DONTBUILD because NPOTB
authorPhilipp von Weitershausen <philipp@weitershausen.de>
Tue, 10 Jan 2012 20:09:16 -0800
changeset 84239 b6f547939cfbb675b01ace20fc6482e3a8e348f9
parent 84238 603df6854a5296c095df575bafd5f4353770d1ee
child 84240 d2ff5d57658dc875cb335188a9204e5c26eee19d
push id21832
push userbmo@edmorley.co.uk
push dateWed, 11 Jan 2012 17:04:15 +0000
treeherdermozilla-central@40c9f9ff9fd5 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersme
bugs717141
milestone12.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
Bug 717141 - B2G telephony: point pref to correct default dialer app URL. r=me DONTBUILD because NPOTB
b2g/app/b2g.js
--- a/b2g/app/b2g.js
+++ b/b2g/app/b2g.js
@@ -42,17 +42,17 @@ pref("general.useragent.compatMode.firef
 pref("browser.chromeURL", "chrome://browser/content/");
 #ifdef MOZ_OFFICIAL_BRANDING
 pref("browser.homescreenURL", "file:///system/home/homescreen.html");
 #else
 pref("browser.homescreenURL", "file:///data/local/homescreen.html,file:///system/home/homescreen.html");
 #endif
 
 // URL for the dialer application.
-pref("dom.telephony.app.phone.url", "http://localhost:7777/dialer/dialer.html");
+pref("dom.telephony.app.phone.url", "http://localhost:6666/apps/dialer/dialer.html");
 
 // Device pixel to CSS px ratio, in percent. Set to -1 to calculate based on display density.
 pref("browser.viewport.scaleRatio", -1);
 
 /* disable text selection */
 pref("browser.ignoreNativeFrameTextSelection", true);
 
 /* cache prefs */