browsh/webext
Thomas Buckley-Houston 9abc3aaa3f Refactor build process to not use pre-built bins
This means that there's now a canonical script that allows other
distributers to build Browsh. The only caveat being that the web
extension cannot be built (Mozilla only allows one signed `.xpi` per
version), so it is downloaded.
2018-07-26 18:44:01 +08:00
..
assets Fix for occasionally fragmented HTTP responses 2018-07-24 22:28:46 +08:00
contrib Refactor build process to not use pre-built bins 2018-07-26 18:44:01 +08:00
src Adds page-load timing end to window.onload event 2018-07-25 10:36:31 +08:00
test Ran linters to fix formatting 2018-07-24 13:30:51 +08:00
.eslintrc Compose frames of whole DOM, for faster scrolling 2018-04-18 21:11:04 +08:00
.web-extension-id First draft of rewrite to Webextension and Rust 2018-01-01 21:50:30 +08:00
background.js Refactored webext classes to be more SRP 2018-04-09 18:36:46 +08:00
content.js Refactored webext classes to be more SRP 2018-04-09 18:36:46 +08:00
manifest.json Refactor to keep Browsh version in Go 2018-07-19 13:14:59 +08:00
package-lock.json JS prettier formatting 2018-07-11 17:28:56 +08:00
package.json JS prettier formatting 2018-07-11 17:28:56 +08:00
webpack.config.js Refactor to keep Browsh version in Go 2018-07-19 13:14:59 +08:00