commit 67360332abd2f6bf8b56b5640eb95c71c44d7214
parent b880c9da61ce97eabd00d7599f69352737ccfda8
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Tue, 15 May 2018 15:44:37 +0000
FF60+ parrot info
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/user.js b/user.js
@@ -40,9 +40,10 @@
******/
/* START: internal custom pref to test for syntax errors (thanks earthling)
- * Yes, this next pref setting is redundant, but we like it!
- * [1] https://en.wikipedia.org/wiki/Dead_parrot
- * [2] https://en.wikipedia.org/wiki/Warrant_canary ***/
+ * [NOTE] In FF60+, not all syntax errors cause parsing to abort i.e. reaching the last debug
+ * pref no longer necessarily means that all prefs have been applied. Check the console right
+ * after startup for any warnings/error messages related to non-applied prefs
+ * [1] https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/ ***/
user_pref("_user.js.parrot", "START: Oh yes, the Norwegian Blue... what's wrong with it?");
/* 0000: disable about:config warning ***/