commit c986e6106bcb4e0cc6f86e1365f5340526302c06
parent 59f534d56fb4a00acc1d832dce3fab1c151faaff
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 26 May 2014 20:09:27 -0400
Blacklist additional errors
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js
@@ -2036,7 +2036,11 @@ Components.utils.import("resource://gre/modules/Services.jsm");
'[JavaScript Error: "this.docShell is null"',
'[JavaScript Error: "downloadable font:',
'[JavaScript Error: "Image corrupt or truncated:',
- '[JavaScript Error: "The character encoding of the'
+ '[JavaScript Error: "The character encoding of the',
+ 'nsLivemarkService.js',
+ 'Sync.Engine.Tabs',
+ 'content-sessionStore.js',
+ 'org.mozilla.appSessions'
];
for (var i=0; i<blacklist.length; i++) {