browsh/webext
Thomas Buckley-Houston 4fa867cafd Attempted fix for HTTP server's stuck requests
My hunch is that, since the switch to using brow.sh as the default
homepage, the extra page load time has an undesirable effect on
subsequent requests for new tabs. For example, say that a new tab
is requested but the original brow.sh tab hasn't completed, but
it does complete halfway through another tab loading. Might it retake
focus and prevent DOM load events triggering in the user-requested
tab?

So for now, the quickest fix is just to increase the wait time in the
tests. The better fix, if my hunch is right, would be to detect and
wait for the original launch-time tab to finish.
2018-07-24 21:28:14 +08:00
..
assets Fixes 'no-text' bug in HTTP server's raw text 2018-07-21 23:04:09 +08:00
contrib Release: only delete core file if it exists 2018-07-19 14:49:27 +08:00
src Attempted fix for HTTP server's stuck requests 2018-07-24 21:28:14 +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