Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#10750 from KevinGrandon/bug_889123_imp…
Browse files Browse the repository at this point in the history
…lement_webapps_pref

Bug 889123 - Implement gaia pref to fix app permissions in nightly
  • Loading branch information
KevinGrandon committed Jul 8, 2013
2 parents 530e1b5 + 89186dc commit 5759318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ if (DESKTOP) {
prefs.push(["dom.navigator-property.disable.mozContacts", false]);
prefs.push(["dom.global-constructor.disable.mozContact", false]);

prefs.push(["dom.webapps.useCurrentProfile", true]);

// Partial implementation of gonk fonts
// See: http://mxr.mozilla.org/mozilla-central/source/modules/libpref/src/init/all.js#3202
prefs.push(["font.default.x-western", "sans-serif"]);
Expand Down

0 comments on commit 5759318

Please sign in to comment.