You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
when i update from 0.13.4 to 0.13.5 RC 1 or 2, most of my browser data (history, bookmarks, preferences, tabs, etc.) disappear. session-store-1 goes from 900+ KB to 27 KB.
this does not happen when upgrading to Preview 3, so the culprit is somewhere between 7373a01 and 0e68342
STR:
open 0.13.4, add some preferences and bookmarks
upgrade to 0.13.5 RC
open browser, observe that preferences and bookmarks are gone
The text was updated successfully, but these errors were encountered:
…sistent state
When upgrading from 0.13.4 to 0.13.5, this was causing getting persistent state
to fail on startup, thereby losing session state. Fix#7466
Test Plan:
1. copy your session-store-1 from Brave 0.13.4 into the brave-development profile folder
2. npm start
3. Brave should show tabs, bookmarks, settings, etc from the 0.13.4 profile
…sistent state
When upgrading from 0.13.4 to 0.13.5, this was causing getting persistent state
to fail on startup, thereby losing session state. Fix#7466
Test Plan:
1. copy your session-store-1 from Brave 0.13.4 into the brave-development profile folder
2. npm start
3. Brave should show tabs, bookmarks, settings, etc from the 0.13.4 profile
platform: OS X
when i update from 0.13.4 to 0.13.5 RC 1 or 2, most of my browser data (history, bookmarks, preferences, tabs, etc.) disappear. session-store-1 goes from 900+ KB to 27 KB.
this does not happen when upgrading to Preview 3, so the culprit is somewhere between 7373a01 and 0e68342
STR:
The text was updated successfully, but these errors were encountered: