Closed
Bug 632238
Opened 14 years ago
Closed 13 years ago
Load tabs asynchronously using NetUtils.asyncFetch
Categories
(Firefox Graveyard :: Panorama, defect)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
INVALID
Future
People
(Reporter: seanedunn, Unassigned)
References
Details
To follow best practices for Firefox, we should not be loading/saving data synchronously. Bug 632227 has a patch for adding asyncFetch to NetUtils, making it easier for us to do this.
Comment 3•13 years ago
|
||
Which data should not be loaded/saved synchronously? We do it asynchronously for thumbnails since bug 604699. Anything else is stored in session store and is therefore handled by the SS component. Can we close this?
Comment 4•13 years ago
|
||
Closing this as I'm not sure what exactly this bug refers to. Thumbnails are loaded asynchronously since bug 604699 and everything else is handled by session store.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•