Closed (fixed)
Project:
BrowserID
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2012 at 00:49 UTC
Updated:
18 Jun 2012 at 22:11 UTC
Jump to comment: Most recent file
navigator.id.getVerifiedEmail() has been deprecated:
https://groups.google.com/forum/#!msg/mozilla.dev.identity/p_yPLfvHraM/shqF4krl8B4J
The BrowserID module should use navigator.id.get() instead.
Just wondering, I've been following BrowserID fairly closely and been posting a lot of patches lately, could I get committer access?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 0001-Change-id.getVerifiedEmal-to-id.get-bug-1415988.patch | 860 bytes | Samat Jain |
Comments
Comment #1
Samat Jain commentedPatch attached.
Comment #2
icecreamyou commentedAlright, I gave you full maintainer access. Feel free to go ahead and commit the patch, it looks good to me.
I only ask that as co-maintainer you post an issue for anything you are changing before you commit a change so that I can keep track easily.
Comment #3
icecreamyou commentedCommitted fix to dev
Comment #4
Samat Jain commentedThanks for applying this—totally forgot about it.
On a related note, BrowserID is changing APIs again: https://gist.github.com/2287552
Once they deploy this new API (called the BrowserID observer API) I'll create a new issue & patch.