Ticket #42 (closed defect: invalid)

Opened 1 year ago

Last modified 5 months ago

Error: log is not a function Source file: chrome://greasemonkey/content/browser.js

Reported by: anonymous Assigned to:
Priority: major Milestone:
Version: Keywords: wontfix-vote
Cc:

Description

I get a lot of these errors in Error Console...

Error: log is not a function Source file: chrome://greasemonkey/content/browser.js Line: 291

This is line 291 in source...

log("* Found corresponding commander. Is currentMenuCommander: " +

(item.commander == this.currentMenuCommander));

Attachments

Change History

10/26/07 19:23:55 changed by oyasu..@gmail.com

And I get lots of * Found corresponding commander. Is currentMenuCommander: ... messages; apparently, the "log" function utils.js defines which is used in the browser overlay here gets overridden by other extensions implementing their own variants on it. The one I see, a function which unconditionally logs, the one you have, something which is likely a Boolean or similar.

12/22/07 15:42:00 changed by thalam..@hotmail.com

What version of Greasemonkey are you using?

04/19/08 08:58:57 changed by anonymous

06/18/08 18:55:27 changed by aranti..@gmail.com

  • keywords set to wontfix-vote.

Very old ticket. Code doesn't seem to exist anymore in the latest build.

06/19/08 09:36:25 changed by boo..@youngpup.net

  • status changed from new to closed.
  • resolution set to invalid.

Add/Change #42 (Error: log is not a function Source file: chrome://greasemonkey/content/browser.js)




Action