Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26954 from KevinGrandon/bug_1114676_enable_web_comps
Browse files Browse the repository at this point in the history
Bug 1114676 - Enable web components for all content
  • Loading branch information
KevinGrandon committed Dec 22, 2014
2 parents 587febf + 98ef2d2 commit 1fb3b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ PreferencesBuilder.prototype.preparePref = function() {
this.config.GAIA_DOMAIN);
}, this);

this.userPrefs['dom.webcomponents.enabled'] = true;
this.userPrefs['network.http.max-connections-per-server'] = 15;
this.userPrefs['dom.mozInputMethod.enabled'] = true;
this.userPrefs['layout.css.scroll-behavior.enabled'] = true;
Expand Down

0 comments on commit 1fb3b0c

Please sign in to comment.