Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 943 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 943 Bytes

HVSTAT DEV NOTES

General programming remarks

Always use easy to understand variable names. Always put var in front of a newly declared variable, to avoid scope issues.

Optimization Hints

Try to put all variable declarations at the start of the function (not strictly required). Don't use regex if possible. It can be extremely slow. jQuery and jQuery UI must not be used except on the dialog panel for performance reason.

Version Locations

package.json - Firefox Manifest data/manifest.json - Chrome/Opera Manifest data/hvstat.user.js - Ln 69 (First line of 'var hvStat')

Release Info

  • For Opera, name the crx "HVS_opera_[VERSION].nex"
  • For Chrome, name the crx "HVS_chrome_[VERSION].crx"
  • For Firefox, name zipped package "HVS_firefox_[VERSION].xpi"

No one needs the privatekey (pem file) except developers.