www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f0c5c50bd4949e68b5b7dd1d954a9034d16fe844
parent ec47a310006b7ad556a8d2fce789911f8b597141
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 30 Jul 2013 15:48:53 -0400

Blacklist Firefox HealthReport errors

Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -1944,13 +1944,13 @@ Components.utils.import("resource://gre/modules/Services.jsm"); '[JavaScript Error: "this._uiElement is null', 'Error: a._updateVisibleText is not a function', '[JavaScript Error: "Warning: unrecognized command line flag ', - '[JavaScript Error: "Warning: unrecognized command line flag -foreground', 'LibX:', 'function skype_', '[JavaScript Error: "uncaught exception: Permission denied to call method Location.toString"]', 'CVE-2009-3555', 'OpenGL LayerManager', - 'trying to re-register CID' + 'trying to re-register CID', + 'Services.HealthReport' ]; for (var i=0; i<blacklist.length; i++) {