canmove, Confirmed users
737
edits
No edit summary |
|||
| Line 100: | Line 100: | ||
If an add-on is uninstalled while it's disabled, it's not notified of uninstall. If it needs to do some special cleanup on uninstall, like removing persistent storage such as a file, it won't be able if it's first disabled. | If an add-on is uninstalled while it's disabled, it's not notified of uninstall. If it needs to do some special cleanup on uninstall, like removing persistent storage such as a file, it won't be able if it's first disabled. | ||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=571843 Bug 571843] | === [https://bugzilla.mozilla.org/show_bug.cgi?id=571843 Bug 571843] === | ||
<code>bin\activate</code> activate fails to find 64-bit Python on 64-bit Windows environments, as it assumes python is 32-bit. | <code>bin\activate</code> activate fails to find 64-bit Python on 64-bit Windows environments, as it assumes python is 32-bit. | ||