author | Philipp von Weitershausen <philipp@weitershausen.de> |
Tue, 10 Jan 2012 20:09:16 -0800 | |
changeset 84239 | b6f547939cfbb675b01ace20fc6482e3a8e348f9 |
parent 84238 | 603df6854a5296c095df575bafd5f4353770d1ee |
child 84240 | d2ff5d57658dc875cb335188a9204e5c26eee19d |
push id | 21832 |
push user | bmo@edmorley.co.uk |
push date | Wed, 11 Jan 2012 17:04:15 +0000 |
treeherder | mozilla-central@40c9f9ff9fd5 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 717141 |
milestone | 12.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
|
b2g/app/b2g.js | file | annotate | diff | comparison | revisions |
--- 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 */