Update attribute names for `hostname` and `formSubmitURL` in nsILoginInfo
Categories
(Toolkit :: Password Manager, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: tanvi, Assigned: MattN)
References
Details
(Whiteboard: [passwords:tech-debt])
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 |
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
It seems like we don't have a better type for origins and usually use strings so I'll just rename them.
I'll leave storage and sync records alone to not break compatibility. I'll also leave getters with the old names for compatibility with Lockwise and TB.
Assignee | ||
Comment 4•6 years ago
|
||
Try push with only android failures which I'm fixing: https://treeherder.mozilla.org/#/jobs?repo=try&revision=f154f6d6003053c81d3f49bbebb1266dd5ddfcd5
Assignee | ||
Comment 5•6 years ago
|
||
Leave getters for the old attribute names to not break compatibility with Sync data and Thunderbird.
Storage (and sync records) will continue using the old names.
Assignee | ||
Comment 6•6 years ago
|
||
Depends on D33342
Assignee | ||
Comment 7•6 years ago
|
||
Depends on D33344
Assignee | ||
Comment 8•6 years ago
|
||
Depends on D33346
Assignee | ||
Comment 9•6 years ago
|
||
Depends on D33347
Assignee | ||
Comment 10•6 years ago
|
||
Depends on D33348
Assignee | ||
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d80312b41cd4
https://hg.mozilla.org/mozilla-central/rev/ea236d72325d
https://hg.mozilla.org/mozilla-central/rev/bae062fca494
https://hg.mozilla.org/mozilla-central/rev/b071db6bea7a
https://hg.mozilla.org/mozilla-central/rev/847445b24636
https://hg.mozilla.org/mozilla-central/rev/65104032313d
Updated•6 years ago
|
Comment 13•6 years ago
|
||
Hi Jared, is there any web platform-related documentation to do with regards to this bug?
Assignee | ||
Comment 14•6 years ago
|
||
No, I think he was referring to https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsILoginInfo which I kinda want to delete so people rely on the .idl docs.
Comment 15•6 years ago
|
||
MattN's correct, I was thinking of the XPCOM IDL docs on MDN.
Comment 16•6 years ago
|
||
OK, thanks folks.
No, I think he was referring to https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsILoginInfo which I kinda want to delete so people rely on the .idl docs.
We are aiming to get rid of such docs off MDN, starting around Q4 this year. We'll probably dump the raw HTML for them in a GitHub repo somewhere, so they are accessible if someone desparately needs something out of them.
Description
•