canmove, Confirmed users
570
edits
(Adding detail from my parallel write-up :)) |
(Adding detail from my parallel write-up :)) |
||
Line 24: | Line 24: | ||
* MRU network prioritization | * MRU network prioritization | ||
= Design = | = Design = | ||
There are a couple ways we could do this: | |||
*Put it all in tabbrowser.xml & browser.js & just jigger priorities directly. | |||
*Put it in a new component (or whatever) that listens for TabSelect (and window select)<br> | |||
If possible, we also want to be able to have an interrupt give higher priority to a tab if you switch to it during the initial page load. E.g. if you switch to the unfocused window, the priorities mirror what was in the initial focused window had, and the now-unfocused window has its priorities downgraded.<br><br> | |||
= Prioritization = | = Prioritization = |