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

Split timer #30

Closed adoxa closed 5 years ago

adoxa commented 10 years ago

Adds an option to provide separate timings to & from the first response (or location change, if local/offline/refreshing). If enabled, speed will be taken from the initial response time.

adoxa commented 10 years ago

Given the simplified data, I also simplified this to just use onLocationChange as the split.

adoxa commented 9 years ago

Update the timer every second (just looks weird every 768ms) and don't continuously clear/set it.

adoxa commented 9 years ago

Took it one step further and don't show the milliseconds at all during progress, or once the time reaches one minute.