mozilla / lightbeam-we

Web Extension version of the Firefox Lightbeam add-on
https://addons.mozilla.org/en-GB/firefox/addon/lightbeam/
Mozilla Public License 2.0
179 stars 61 forks source link

Fix dynamic vars on refresh #187

Closed biancadanforth closed 7 years ago

biancadanforth commented 7 years ago

The inbound data to storage is not being properly munged in the switch statement for case 'firstParty' and case 'isVisible'. This leads to incorrect or no data for how many sites the user has visited in the UI.

See this comment for details.