diff --git a/src/Makefile b/src/Makefile index bbacf7f..eaa7f7d 100755 --- a/src/Makefile +++ b/src/Makefile @@ -92,7 +92,7 @@ chrome_sources := $(chrome_sources_js) \ $(wildcard $(chrome_source_root)/content/*.xul) \ $(wildcard $(chrome_source_root)/content/*.xml) \ $(wildcard $(chrome_source_root)/content/*.css) \ - $(wildcard $(chrome_source_root)/skin/icons/*.css) \ + $(wildcard $(chrome_source_root)/skin/*.css) \ $(wildcard $(chrome_source_root)/skin/icons/*.gif) \ $(wildcard $(chrome_source_root)/skin/icons/*.png) \ $(wildcard $(chrome_source_root)/skin/icons/*.svg) \ diff --git a/src/modules/commons.js b/src/modules/commons.js index 09b49f9..efcc48e 100644 --- a/src/modules/commons.js +++ b/src/modules/commons.js @@ -217,17 +217,7 @@ firetray.Utils = { return protocolHandler.getFileFromURLSpec(aPath).path; }, - dumpObj: function(obj) { - let str = ""; - for(let prop in firetray.js.listAllProperties(obj)) { - try { - str += "obj["+prop+"]: " + obj[prop] + "\n"; - } catch(e) { - str += "obj["+prop+"]: Unavailable\n"; - } - } - log.info(str); - }, + dumpObj: function(obj) {}, // Use JSON.stringify(obj) instead. _nsResolver: function(prefix) { var ns = {