Firefox Content Server v0.22.0 Release Notes

Release Date: 2014-09-22 // over 9 years ago
  • ๐Ÿ› Bug Fixes

    • avatars:
      • show a spinner icon when loading images with latency (ae1e17f1, closes #1527)
      • set the correct OAuth client ID for fxa-dev environment (f6374760, closes #1683)
      • integrate profile server backend for profile images (66ebc83a)
      • disable remote URL option (17e76acd)
    • client:
      • autofocus the password field on /oauth/signin if the user already has a session. (c4228b2f)
      • Auto-focus the password field on the /delete_account page. (31fc11d2)
    • errors: use the correct context for error messages (a3c4f2a2, closes #1660)
    • oauth: increase the assertion lifetime to avoid clock skew issues (132bbf57)
    • โœ… test: Fix and enable the oauth-preverified-sign-up functional test. (7cade58a)
    • โœ… tests:
      • Fix some places that race with an XHR response return (f49e3de6)
      • Fix the oauth_webchannel tests when run by themselves. (f19d2d58)

    ๐Ÿ”‹ Features

    • metrics: Log entrypoint to the metrics. (9ecf71bb)
    • โœ… test: Add the ability to run npm run-script test-functional-oauth from the command l (6ca4fe4d)