Confirmed users
595
edits
| Line 42: | Line 42: | ||
=Dependencies= | =Dependencies= | ||
* about:home Mozilla snippets implementation depends on localStorage | |||
* localStorage has a bug, where it does not allow to set entries for URIs without a host (about: pages have just scheme and path). {{Bug|568091}} | |||
* lostaStorage is main-thread only (IO on another thread is future target though since not really needed for first implementation). | |||
=Testing= | =Testing= | ||