-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bug 1221097 - Implement device registration for Firefox Accounts #75
Conversation
}, | ||
log.debug("setSignedInUser"); | ||
let existingDeviceId; | ||
return this.getSignedInUser().then(currentUserData => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@philbooth if getSignedInUser
fails for some odd reason then would we be blocking the rest of the flow here?
Should we proceed to let currentAccountState
below even if there is an error here (or promise rejects)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As it happens, this bit's completely changed in the branch I'm currently working in. See:
There's a couple of issues with it that I'm still working on though, which is why I haven't mentioned it properly yet.
This reverts commit d37b200c319576263cc119b9f38f54724595b81f.
…ter names (mozilla#75) * Rename temporary variables and components with better names
This addresses two crashes in the top #75 on 47.0.1.
This addresses two crashes in the top mozilla#75 on 47.0.1.
This addresses two crashes in the top mozilla#75 on 47.0.1.
…lizzard This addresses two crashes in the top #75 on 47.0.1. --HG-- extra : source : 19c9fa346278d7fabd7a4dfebd4cee0c263ec551
Update version number for release Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 87bbf8cf0808752b92b40d5f5befff38dde6d601 --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : 05efaf2baf96b24664277c1768dcdd2ea32bbf43
Update version number for release Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 87bbf8cf0808752b92b40d5f5befff38dde6d601
Update version number for release Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 87bbf8cf0808752b92b40d5f5befff38dde6d601
Pick commits: - 432259a: Run `cargo fmt` - c9f0499: Revert `derive(Debug)` removal (#75) - f9abca8: Replace the custom input linear buffer by something based on ringbuf. (#74) - 4eafcc8: Fix the resampler-calling code to use the correct semantic (#71) - 828efbc: Merge pull request #72 from ChunMinChang/rm-debug-trait Differential Revision: https://phabricator.services.mozilla.com/D69250 --HG-- extra : moz-landing-system : lando
Repo Authors: Ignore this PR we are just using it to collaborate
Will close after Bugzilla patch lands