Bug 1226699 - Add per-app DevTools prefs to Graphene. r=fabrice

This commit is contained in:
J. Ryan Stinnett 2015-11-18 23:43:15 -06:00
parent 9653fb962a
commit d37bc7f351

View File

@ -53,3 +53,10 @@ pref("media.useAudioChannelService", false);
#ifdef ENABLE_MARIONETTE
pref("b2g.is_mulet", true);
#endif
// Most DevTools prefs are set from the shared file
// devtools/client/preferences/devtools.js, but this one is currently set
// per-app or per-channel.
// Number of usages of the web console or scratchpad. If this is less than 5,
// then pasting code into the web console or scratchpad is disabled
pref("devtools.selfxss.count", 5);