David

Results 1142 comments of David

Thanks for figuring out how to test on mobile Firefox, I wasn't that lucky as I got some weird error when trying to run the web-ext command.

Okay, it seems that this issue is actually a combination of two existing issues. 1. Consider that the time it takes to wake up the service worker is outside of...

> Can repro on Firefox/Gecko @OneShot-Niko That is interesting. Note that Firefox implements event pages, not service workers. Event pages do retain memory as far as I know. So the...

Version v1.38.0 should be rolling out to Firefox users soon, so we might get additional feedback.

> Event pages do retain memory as far as I know. Okay, after some testing, I was wrong. Firefox event pages behave similarly to Chrome service workers. The only benefit...

After we merged #7417 it should be a bit faster. Surely not slower.

In my Chrome browser, it takes around 3 seconds to wake up the service worker, so that's three seconds we cannot speed up in any way.

> In my Chrome browser, it takes around 3 seconds to wake up the service worker, so that's three seconds we cannot speed up in any way. Of course, by...

This might be obvious, but of course we can do better than Stylus: 1. Only a few addons want to run ASAP. This includes `injectAsStyleElt:true` and `runAtComplete:false`. 2. We only...

I believe Stylish is not open-source anymore, so Stylus is preferred by the community.