1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00
uBlock/platform
Raymond Hill 0bcf04d3dd
Centralize access to browser.storage.local('localStorage')
Related commit:
- 2ac288397c

Instead of having the `localStorage` data being accessed
from different locations, all accesses are now funnelled
to the main process.

Doing so simplifies the code in auxiliary processes and
also remove the need for browser.storage.local.onChanged()
listeners.

No longer using an onChanged() listener also happens to
remove spurious warnings from the Firefox console.
2020-04-15 15:55:29 -04:00
..
chromium Centralize access to browser.storage.local('localStorage') 2020-04-15 15:55:29 -04:00
firefox Move proxy-detection code to Firefox-specific code 2020-03-23 13:31:43 -04: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