LoginHelper(Content): "Couldn't parse origin for" "data:text/html,<input type=password>" ({})
Categories
(Toolkit :: Password Manager, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: Nwobodoe71, Mentored)
Details
(Keywords: good-first-bug)
Attachments
(2 files, 1 obsolete file)
STR
- run
firefox -layoutdebug
- load
data:text/html,<input type=password>
- type something in the password control
ACTUAL RESULTS
console.warn: LoginHelper(Content): "Couldn't parse origin for" "data:text/html,<input type=password>" ({})
JavaScript error: resource://gre/modules/LoginAutoComplete.jsm, line 536: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIURI.host]
Updated•3 years ago
|
Comment 1•3 years ago
|
||
We would like to skip log.warn() here for this particular scenario.
Comment 2•3 years ago
|
||
Hello, I am an outreachy applicant. I read through the description and I do now understand what you need to be done. Can you kindly please explain the error and what needs to be done.
Comment 3•3 years ago
|
||
And I use windows, Can I still work on this?
Comment 4•3 years ago
|
||
:gloriaeskor, sure, please give it a try!
I can reproduce it by opening Browser Console (Ctrl+Shift+J) and tab with data:text/html,<input type=password>
in address line. When I type anything in the password box on that page, console gets a lot of warning messages. We do not want to call log.warn() when origin is data:
scheme. No changes in logic, just reduce spam in logs.
Comment 5•3 years ago
|
||
Comment 6•3 years ago
|
||
Depends on D130443
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 7•3 years ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Comment 9•2 years ago
|
||
Hi, I'm Ayesha Solanki, an Outreachy applicant. I would like to contribute on this issue. Can you assign it to me?
Assignee | ||
Comment 10•2 years ago
|
||
How can I reproduce this error, I have opened the console with what is mentioned above. How can I tab to data:text/html,<input type=password>
Assignee | ||
Comment 11•2 years ago
|
||
Updated•2 years ago
|
Comment 12•2 years ago
|
||
(In reply to Ekene Nwobodo from comment #10)
How can I reproduce this error, I have opened the console with what is mentioned above. How can I tab to
data:text/html,<input type=password>
Ekene, you can paste that data:text/html,<input type=password>
in address bar.
Assignee | ||
Comment 13•2 years ago
|
||
(In reply to Sergey Galich [:serg] from comment #12)
(In reply to Ekene Nwobodo from comment #10)
How can I reproduce this error, I have opened the console with what is mentioned above. How can I tab to
data:text/html,<input type=password>
Ekene, you can paste that
data:text/html,<input type=password>
in address bar.
Hello Sergey,
I want to check in because my PR hasn't be reviewed.
Assignee | ||
Comment 14•2 years ago
|
||
(In reply to Ekene Nwobodo from comment #13)
(In reply to Sergey Galich [:serg] from comment #12)
(In reply to Ekene Nwobodo from comment #10)
How can I reproduce this error, I have opened the console with what is mentioned above. How can I tab to
data:text/html,<input type=password>
Ekene, you can paste that
data:text/html,<input type=password>
in address bar.
Comment 15•2 years ago
|
||
(In reply to Ekene Nwobodo from comment #13)
I want to check in because my PR hasn't be reviewed.
Review happens in Phabricator, all comments are there, they won't appear on Bugzilla.
Assignee | ||
Comment 16•2 years ago
|
||
(In reply to Sergey Galich [:serg] from comment #15)
(In reply to Ekene Nwobodo from comment #13)
I want to check in because my PR hasn't be reviewed.
Review happens in Phabricator, all comments are there, they won't appear on Bugzilla.
Patch has been updated
Comment 17•2 years ago
|
||
Comment 18•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•