Confirmed users
2,473
edits
| Line 41: | Line 41: | ||
|dependencies= | |dependencies= | ||
|notes=The project should include a follow-up time frame to accommodate any changes identified after Firefox for Desktop has migrated to the new API, as well as handle requests to facilitate other Mozilla products and add-ons to migrate to the new API. | |notes=The project should include a follow-up time frame to accommodate any changes identified after Firefox for Desktop has migrated to the new API, as well as handle requests to facilitate other Mozilla products and add-ons to migrate to the new API. | ||
}} | |||
---- | |||
====<span style="color: green">Remove localStorage From Browser Pages</span>==== | |||
{{PerfProject | |||
|impact={{desktop}} | |||
|team=Marco Bonardo | |||
|duration= | |||
|goal=Replace about: pages use of DOM Storage with more performant storage, like indexedDB, to remove UI hangs due to main-thread IO. | |||
|reports=[http://blog.bonardo.net/tag/performance Marco's blog], [http://benjamin.smedbergs.us/weekly-updates.fcgi/user/mak%40mozilla.com weekly updates tool]. | |||
|work={{Bug|729777}} and dependencies | |||
|dependencies= | |||
|notes= | |||
}} | }} | ||
---- | ---- | ||