franzenzenhofer / f19n-obtrusive-livetest

A sandboxed, extendable testing chrome extension and framework! It runs pre-defined and custom tests on each page that you visit.
https://chrome.google.com/webstore/detail/f19n-obstrusive-live-test/jbnaibigcohjfefpfocphcjeliohhold?hl=en
55 stars 1 forks source link

hiding the app (via click on x or icon in chrome bar) should stop executing rules #55

Closed franzenzenhofer closed 7 years ago

franzenzenhofer commented 7 years ago

if i visit pages and the app is hidden, no rules should get executed. showing the app should force reload the page.

franzenzenhofer commented 7 years ago

MVP prio medium

some of the rules have massive impact on browser ressources - so yeah, if we hide the app, the rules should not get executed

neuling commented 7 years ago

done in https://github.com/franzenzenhofer/f19n-livetest-chrome-extension/commit/03d63ef8b4fac4b10a3bde1e701606fb68c4eca1

the event collector will no longer catch events and execute rules for hidden panels. opening a previously hidden panel will reload the tab.