Issue metadata
Sign in to add a comment
|
Regression in chrome.identity.getProfileUserInfo
Reported by
sean.pou...@gmail.com,
Nov 21
|
||||||||||||||||||||
Issue descriptionUserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Steps to reproduce the problem: 1. Clone https://github.com/seanpoulter/reproduce-chrome.identity.getProfileUserInfo-bug 2. Start Chrome as a logged in user 3. Add the repo as an unpacked extension on chrome://extensions in Developer mode What is the expected behavior? I expect chrome.identity.getProfileUserInfo to return a non-empty id for a logged in user. I was hoping to use this as an extension "instance ID". What went wrong? I see the following logged to the console from a my profile: { email: '', id: '' } Did this work before? Yes Does this work in other browsers? Yes Chrome version: 70.0.3538.102 Channel: n/a OS Version: OS X 10.13.6 Flash Version: There is an unanswered post on StackOverflow here asked in Feb 2018: https://stackoverflow.com/questions/48872747/getprofileuserinfo-is-returning-an-empty-email-and-an-empty-id
,
Nov 21
,
Nov 22
Tried testing the issue on chrome reported version# 70.0.3538.102 using Mac 10.12.6 with steps mentioned below: 1) Downloaded the '.zip' file from URL provided in comment# 0, launched chrome from terminal with the user loggedin in it 2) Added the extension from chrome://extensions by enabling Developer mode, extension added successfully 3) Checked the Devtools>console, observed only warnings in it. Also clicked on background page on extension added, didn't observed anything @Reporter: Please find the attached screencast for your reference and let us know if we missed anything in reproducing the issue, if possible provide screencast of the issue which help in better understanding and further triaging it in better way. Thanks!
,
Jan 2
Mac triage: over to extensions triage for confirmation
,
Jan 4
[Extensions Triage] Assigning to identity API owners for further triage. |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by dtapu...@chromium.org
, Nov 21