Revision ffb57232
ID: ffb57232c218a7f0d8ecb0f9535f336803665dde
Add workarounds for Firefox extension submission.
Firefox extensions are submitted to static code analysis. In this analysis, some features are flagged and some are fixed by this commit:
- eval() is not allowed. it is replaced by evil(). Only dead code refers to it.
- the variable 'windows' is renamed to 'mywindow'.
- setTimeout calls a literal function instead of a function variable.
Files
- added
- modified
- copied
- renamed
- deleted