Skip to content
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

Make sure to await all async calls #563

Merged
merged 20 commits into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
334ed5c
Make sure to await all async calls
jobisoft Jul 19, 2023
8bbfb3f
return Promise/false in message listener
jobisoft Jul 23, 2023
912f92a
await SLTools.forAllDrafts() in onNewMailReceivedListener
jobisoft Jul 23, 2023
64ed5aa
Add comments
jobisoft Jul 23, 2023
029ad53
Use correct id in *scheduledMsgCache maps
jobisoft Jul 23, 2023
5c07538
Process all drafts, not just the first 100
jikamens Jul 26, 2023
0e36c14
await all calls to messenger.storage.local.set
jikamens Aug 7, 2023
caf5ee3
await calls to messenger.compose.sendMessage and scheduleSendLater
jikamens Aug 7, 2023
6c63814
await all calls to messenger.composeAction.{set,open}Popup
jikamens Aug 7, 2023
0a81cfd
When disabling the add-on, perform all actions sequentially
jikamens Aug 7, 2023
9a8f723
await calls to messenger.browserAction.*
jikamens Aug 7, 2023
72575a8
await calls to messenger.messageDisplayAction.enable
jikamens Aug 7, 2023
1127416
await calls to updateStatusIndicator and setQuitNotificationsEnabled
jikamens Aug 7, 2023
a688010
Fix bug which was preventing `getPreferences` from working
jikamens Aug 7, 2023
78d9a84
Remove unnecessary jiggering of compose action which causes issues
jikamens Aug 7, 2023
a987435
Fix two bugs in the Send Later column in the message list
jikamens Aug 7, 2023
5f41b54
Add more missing awaits
jikamens Aug 7, 2023
45dc4c4
Clean up some logging
jikamens Aug 7, 2023
eab1b04
Delete unnecessary whitespace
jikamens Aug 7, 2023
f042f65
Fix expanded header row display
jikamens Aug 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading