Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Why does FF 3.6.24 write "Tab Close" to Console Log?

  • 3 одговорa
  • 5 има овај проблем
  • 1 преглед
  • Последњи одговор послао Stone

more options

Everytime I close a tab (few seconds thereafter) Firefox 3.6.24 writes the following line to console system log (OS X):

.org.mozilla.firefox[7254] Tab close- tab

Curious. Why?

OS X 10.5 Firefox 3.6.24

Everytime I close a tab (few seconds thereafter) Firefox 3.6.24 writes the following line to console system log (OS X): .org.mozilla.firefox[7254] Tab close- tab Curious. Why? OS X 10.5 Firefox 3.6.24

Изабрано решење

This is caused by the Firefox addon "DownloadHelper" version 4.9.8.

On line 819 of dhCore.js, it has this statement:

dump("Tab close- "+event.target.tagName+"\n");

In case you're curious, any Javascript can print messages to console.log by using the dump() function, and any addon can hook into browser-wide events like tabs being closed.

You can safely comment this out by prefixing the line with "//" (without the quotes) and restart Firefox. I also raised a bug with the addon developer: http://bugzilla.downloadhelper.net/show_bug.cgi?id=405

Прочитајте овај одговор са објашњењем 👍 0

Сви одговори (3)

more options

Одабрано решење

This is caused by the Firefox addon "DownloadHelper" version 4.9.8.

On line 819 of dhCore.js, it has this statement:

dump("Tab close- "+event.target.tagName+"\n");

In case you're curious, any Javascript can print messages to console.log by using the dump() function, and any addon can hook into browser-wide events like tabs being closed.

You can safely comment this out by prefixing the line with "//" (without the quotes) and restart Firefox. I also raised a bug with the addon developer: http://bugzilla.downloadhelper.net/show_bug.cgi?id=405

more options

You can also try to set the Boolean pref browser.dom.window.dump.enabled to false on the about:config page.

more options

Cor-el,

Thanks for your reply. The pref you mention doesn't exist in my about:config. No prefs containing "browser.dom" or "dump". My FF is 3.6.25.