www

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

commit 95a880991dcb03427dd8f733e49ede1909ace7af
parent d927d4148d35a65e258c9180a1a0518c1b632e8f
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  5 Nov 2013 12:39:06 -0500

Blacklist some more messages from error reports

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

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -1953,7 +1953,10 @@ Components.utils.import("resource://gre/modules/Services.jsm"); 'CVE-2009-3555', 'OpenGL LayerManager', 'trying to re-register CID', - 'Services.HealthReport' + 'Services.HealthReport', + '[JavaScript Error: "this.docShell is null"', + '[JavaScript Error: "downloadable font:', + '[JavaScript Error: "Image corrupt or truncated:' ]; for (var i=0; i<blacklist.length; i++) {