-
-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Olm account to IndexedDB #579
Merged
Merged
Commits on Nov 21, 2017
-
Move OLM account to IndexedDBd
Wraps all access to the account in a transaction so any updates done to the account must be done in the same transaction, making the update atomic between tabs. Doesn't do any migration from localstorage yet.
Configuration menu - View commit details
-
Copy full SHA for fb99150 - Browse repository at this point
Copy the full SHA fb99150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313cfac - Browse repository at this point
Copy the full SHA 313cfacView commit details
Commits on Nov 22, 2017
-
Use a callback function at the store layer
Rather than a promise which relies on the caller's promise handler code being run in the same tick which is not guaranteed.
Configuration menu - View commit details
-
Copy full SHA for 7ecf313 - Browse repository at this point
Copy the full SHA 7ecf313View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c5da5 - Browse repository at this point
Copy the full SHA a5c5da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae3f5c - Browse repository at this point
Copy the full SHA bae3f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f228d - Browse repository at this point
Copy the full SHA 59f228dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a90f592 - Browse repository at this point
Copy the full SHA a90f592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7157b - Browse repository at this point
Copy the full SHA 4b7157bView commit details -
To avoid throwing away all the data for anyone running firefox in one of the modes where indexedDB is broken.
Configuration menu - View commit details
-
Copy full SHA for 9218e51 - Browse repository at this point
Copy the full SHA 9218e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b35cd - Browse repository at this point
Copy the full SHA 44b35cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6024163 - Browse repository at this point
Copy the full SHA 6024163View commit details -
Make the save function not return a promise
This was entirely unnecessary and hopefully make things a bit simpler to understand and has fewer asyncs flying around.
Configuration menu - View commit details
-
Copy full SHA for 57d425f - Browse repository at this point
Copy the full SHA 57d425fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e70be - Browse repository at this point
Copy the full SHA c4e70beView commit details -
Configuration menu - View commit details
-
Copy full SHA for defaa91 - Browse repository at this point
Copy the full SHA defaa91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ebfd17 - Browse repository at this point
Copy the full SHA 6ebfd17View commit details
Commits on Nov 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7e2c236 - Browse repository at this point
Copy the full SHA 7e2c236View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.