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

Bug 1221097 - Implement device registration for Firefox Accounts #75

Closed
wants to merge 15 commits into from
Closed

Bug 1221097 - Implement device registration for Firefox Accounts #75

wants to merge 15 commits into from

Conversation

vladikoff
Copy link
Contributor

Repo Authors: Ignore this PR we are just using it to collaborate

Will close after Bugzilla patch lands

},
log.debug("setSignedInUser");
let existingDeviceId;
return this.getSignedInUser().then(currentUserData => {
Copy link
Contributor Author

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)?

Copy link
Contributor

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:

https://github.com/mozilla/gecko-dev/compare/master...philbooth:bug-1227527?expand=1#diff-9344f0a066fbefabf23e67288916fcc6R500

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.

@philbooth philbooth deleted the bug-1221097 branch December 2, 2015 11:28
@vladikoff vladikoff closed this Dec 14, 2015
nchevobbe added a commit to nchevobbe/gecko-dev that referenced this pull request Apr 29, 2016
…ter names (mozilla#75)



* Rename temporary variables and components with better names
moz-v2v-gh pushed a commit that referenced this pull request Jul 29, 2016
This addresses two crashes in the top #75 on 47.0.1.
JamesWCCheng pushed a commit to JamesWCCheng/gecko-dev that referenced this pull request Aug 1, 2016
This addresses two crashes in the top mozilla#75 on 47.0.1.
jryans pushed a commit to jryans/gecko-dev that referenced this pull request Aug 5, 2016
This addresses two crashes in the top mozilla#75 on 47.0.1.
moz-v2v-gh pushed a commit that referenced this pull request Aug 12, 2016
…lizzard

This addresses two crashes in the top #75 on 47.0.1.

--HG--
extra : source : 19c9fa346278d7fabd7a4dfebd4cee0c263ec551
moz-v2v-gh pushed a commit that referenced this pull request Sep 3, 2017
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
aethanyc pushed a commit to aethanyc/gecko-dev that referenced this pull request Sep 4, 2017
Update version number for release

Source-Repo: https://github.com/mozilla/webdriver-rust
Source-Revision: 87bbf8cf0808752b92b40d5f5befff38dde6d601
daoshengmu pushed a commit to daoshengmu/gecko-dev that referenced this pull request Sep 8, 2017
Update version number for release

Source-Repo: https://github.com/mozilla/webdriver-rust
Source-Revision: 87bbf8cf0808752b92b40d5f5befff38dde6d601
moz-v2v-gh pushed a commit that referenced this pull request Apr 2, 2020
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
bvaughn pushed a commit to bvaughn/gecko-dev that referenced this pull request Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants