Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global namespace collision in scriptdownloader.js #1011

Closed
arantius opened this issue Aug 11, 2009 · 3 comments
Closed

Global namespace collision in scriptdownloader.js #1011

arantius opened this issue Aug 11, 2009 · 3 comments

Comments

@arantius
Copy link
Collaborator

Originally: DevjaVu ticket 123

As reported originally on the -dev list:

There is a collision in the global chrome namespace in scriptdownloader.js on the function named PersistProgressListener.

Just another item in the long list of things about the code that can be cleaned up.

@arantius
Copy link
Collaborator Author

See also DevjaVu ticket 146

Originally reported here: http://groups.google.com/group/greasemonkey-users/t/307cdae5c6753bc4

I'm not sure why this happens but if Console2 0.3.9.2, GreaseMonkey 0.8.20080609.0 and Cooliris Previes 2.6.4 are all installed at the same time, the following error appears in the error console on any window open or close:

Error: this.docShell is null Source file:
chrome://global/content/bindings/browser.xml

This occurs even on a brand new profile with just those three add-ons installed. If any of the three add-ons is disabled the error goes away so it's a combination of the three causing the problem. It doesn't appear to actually cause problems as far as I can tell, but something is obviously wrong.

@arantius
Copy link
Collaborator Author

Integrated into official tree.

@Martii
Copy link
Contributor

Martii commented Sep 17, 2009

Reference: commit

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants