NS_ERROR_FAILURE in [nsIURI.host] when typing new password into about:logins
Categories
(Firefox :: about:logins, defect, P3)
Tracking
()
People
(Reporter: t-mozbugs, Assigned: jaws, Mentored)
References
(Depends on 1 open bug)
Details
(Whiteboard: [passwords:management] [skyline] [lang=js])
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
- in Nightly 70 (2019-08-25, fresh profile) go to about:logins
- open Browser Console
- click "Create New Login"
- type into password field
Actual results:
for each keypress (or when holding down, for each keydown and -up; or when focussing the browser window), these two messages get printed in the browser console
LoginHelper: Couldn't parse origin for about:logins <unavailable> LoginHelper.jsm:261:11
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIURI.host] LoginAutoCompleteResult.jsm:427
Expected results:
no errors and warnings should appear in the browser console.
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•5 years ago
|
||
This is harmless but was supposed to be addressed by other bugs already. It would be nice to have.
To fix this bug one can reproduce the problem and see what line is giving the error in the Browser Console / Debugger. Then you can apply a fix like bug 1550171 did to disable login autocomplete on about: pages.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/141521590579
https://hg.mozilla.org/mozilla-central/rev/430ef52e684e
https://hg.mozilla.org/mozilla-central/rev/b81e421ad52a
https://hg.mozilla.org/mozilla-central/rev/38ba8548f2ea
https://hg.mozilla.org/mozilla-central/rev/9642f41ccc42
https://hg.mozilla.org/mozilla-central/rev/3d6215462836
Comment 12•5 years ago
•
|
||
I have verified this issue on the latest Nightly 71.0a1 (Build ID: 20191009213914) on Windows 10 x64, Mac 10.14, Ubuntu 16 x64.
- The ‘LoginHelper: Couldn't parse origin for about:logins <unavailable> LoginHelper.jsm:261:11’ warning message and the ‘NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIURI.host] LoginAutoCompleteResult.jsm:427’ error message are not displayed anymore on the browser console when typing a new password on the “about:logins” page.
Description
•