FWIW, I run Firefox in a loop like so: while true; do firefox -no-remote -P dev www.example.com; done
So to reload the whole extension (including rulesets), I just close Firefox and it reopens automatically. Combined with the faster startup from the sqlite change, this is fairly convenient. You do, have to rebuild the sqlite DB each time, with: ./utils/make-sqlite.py src/chrome/content/rules It's also helpful to symlink the appropriate files in your Firefox profile to your development directory, so you don't have to rebuild and re-install the app.
_______________________________________________ HTTPS-Everywhere mailing list [email protected] https://lists.eff.org/mailman/listinfo/https-everywhere
