browsh/webext
Thomas Buckley-Houston b671a6c6b3 Drag and Drop mouse movement!
Not really sure why but `new MouseEvent` was always sending the coords
to the same place within an element, not matter where you clicked. Now
using initMouseEvent(), the click actually goes to the place on the
viewport where you clicked.
2018-06-05 15:51:27 +08:00
..
assets Stackoverflow.com-related fixes 2018-06-04 21:01:46 +08:00
contrib Hide/Show text using seperate font 2018-06-03 19:54:38 +08:00
src Drag and Drop mouse movement! 2018-06-05 15:51:27 +08:00
test Input boxes, for searches, logins, writing, etc 2018-05-20 21:17:33 +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 Added shortcut to toggle a mobile user agent 2018-06-05 14:40:03 +08:00
package-lock.json First draft of integration tests 2018-01-23 20:04:23 +08:00
package.json Move integration tests to Golang CLI client 2018-02-17 14:10:39 +08:00
webpack.config.js Compose frames of whole DOM, for faster scrolling 2018-04-18 21:11:04 +08:00