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 #34398 from lissyx/bug1283797
Browse files Browse the repository at this point in the history
Bug 1283797 - Enable WebComponents always r=me
  • Loading branch information
lissyx committed Jul 1, 2016
2 parents d1e0f3f + 6ca5859 commit d85cd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/preferences.js
Expand Up @@ -132,6 +132,7 @@ PreferencesBuilder.prototype.preparePref = function() {
this.userPrefs['layout.css.scroll-behavior.enabled'] = true;
this.userPrefs['layout.css.sticky.enabled'] = true;
this.userPrefs['intl.uidirection.ar-x-psbidi'] = 'rtl';
this.userPrefs['dom.webcomponents.enabled'] = true;

// For https://bugzilla.mozilla.org/show_bug.cgi?id=811605 to let user know
// what prefs is for ril debugging
Expand Down Expand Up @@ -237,7 +238,6 @@ PreferencesBuilder.prototype.setDebugPref = function() {
PreferencesBuilder.prototype.setDeviceDebugPref = function() {
this.userPrefs['dom.apps.developer_mode'] = true;
this.userPrefs['network.disable.ipc.security'] = true;
this.userPrefs['dom.webcomponents.enabled'] = true;
this.userPrefs['devtools.debugger.prompt-connection'] = false;
this.userPrefs['devtools.debugger.forbid-certified-apps'] = false;
// Bug 1001348: This optimization prevents debugger to fetch script sources
Expand Down

0 comments on commit d85cd99

Please sign in to comment.