One of the calls to callbackProgress in verifyImage is missing an argument, at the moment it is callbackProgress(92) and I suspect the 92 is meant to be the percentage: https://searchfox.org/comm-central/search?q=callbackProgress%28&path=&case=false®exp=false Not sure what state needs to be passed probably STATE_RESIZING. As far as I can tell the state is not used anyway: https://searchfox.org/comm-central/source/mail/components/addrbook/content/abCard.js#1141-1146
Bug 1641727 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
One of the calls to callbackProgress in the function verifyImage is missing an argument, at the moment it is callbackProgress(92) and I suspect the 92 is meant to be the percentage: https://searchfox.org/comm-central/search?q=callbackProgress%28&path=&case=false®exp=false Not sure what the state needs to be passed, probably STATE_RESIZING but maybe STATE_TRANSFERRING. As far as I can tell the state is not used anyway: https://searchfox.org/comm-central/source/mail/components/addrbook/content/abCard.js#1141-1146