kustodian / extended-statusbar

Firefox addon which adds a statusbar with speed, percentage, time and loaded size (similar to Opera's one)
https://addons.mozilla.org/en-US/firefox/addon/extended-statusbar/
GNU General Public License v3.0
18 stars 6 forks source link

Count images on STATE_STOP. #16

Closed adoxa closed 10 years ago

adoxa commented 10 years ago

Sometimes the 100% progress change is missed, so count the images on STATE_STOP, as well.

sipertruk commented 10 years ago

That made me think we miss images referenced by css in our count.

kustodian commented 10 years ago

Good point, but I'm not sure if we were able to parse css would it have a bigger performance impact on the whole browser?

Maybe we could count the number of images a little bit differently, maybe with a different listener?

kustodian commented 10 years ago

Opened new issue for counting CSS images #20.