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

Keep the addons view up to date, Firefox 4 #1305

Closed
arantius opened this issue Mar 12, 2011 · 4 comments
Closed

Keep the addons view up to date, Firefox 4 #1305

arantius opened this issue Mar 12, 2011 · 4 comments

Comments

@arantius
Copy link
Collaborator

In Firefox 3, we implement an observer to track e.g. installation/enabling that happens outside the addons manager, but this is missing in the Firefox 4 addons implementation.

@arantius
Copy link
Collaborator Author

See #1267. This observer will need to resolve the link between Addon and script objects in the case that either changes. Addon objects seem to be cached for the life of the browser.

@sizzlemctwizzle
Copy link
Contributor

Patch.

@sizzlemctwizzle
Copy link
Contributor

Added an observer so changes to scripts outside of the Addons manager are used to update the Addon objects with the changes and then reload the mangager so these changes are visible. Closed by a480fe9

@arantius
Copy link
Collaborator Author

ticket #1307 but otherwise great work.

a480fe9

dept42 pushed a commit to dept42/greasemonkey that referenced this issue May 12, 2011
… are used to update the Addon objects with the changes and then reload the mangager so these changes are visible. Closes greasemonkey#1305
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants