I'm going to land a patch in 
https://bugzilla.mozilla.org/show_bug.cgi?id=1414745 to make 
nsBrowserStatusFilter::OnStateChange only deliver STATE_IS_NETWORK requests.

I noticed the mFinishedRequests / mTotalRequests counters used in 
nsBrowserStatusFilter were buggy and ever since we applied the filter in both 
parent & child processes we have essentially filtered out most of non-network 
requests. The counters used to make fake numbers for OnProgressChange, but it 
seems we no longer need that (and the number is incorrect now anyway). I think 
it's better to remove the counters and filter out all non-network requests to 
reflect what Firefox frontend really needs.

Let me know if the change doesn't sound correct.

.samael
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to