1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
uBlock/platform
Raymond Hill 2ac288397c
Remove usage of synchronous localStorage API
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/899

browser.storage.local is now used to store non-critical
local settings.

These settings are all collated under the key
`localStorage`, and vAPI.localStorage is an API to
handle access to these values stored under this key.

vAPI.localStorage.getItem() is still synchronous but
its purpose is to return internally cached values --
this minimizes code changes throughout uBO.
2020-02-21 15:34:54 -05:00
..
chromium Remove usage of synchronous localStorage API 2020-02-21 15:34:54 -05:00
firefox Rephrase author entry in manifest 2020-01-30 12:46:54 -05:00
opera Remove useless manifest entry for Opera build 2020-02-14 12:08:00 -05:00
safari Clarify that the code base was really old and obsolete 2019-09-22 09:57:38 -04:00
thunderbird Rephrase author entry in manifest 2020-01-30 12:46:54 -05:00
webext Rephrase author entry in manifest 2020-01-30 12:46:54 -05:00