TabStateCache documentation/function signatures are misleading
Categories
(Firefox :: Session Restore, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: aminomancer, Assigned: harold.camacho.diaz, Mentored)
Details
(Keywords: good-first-bug)
Attachments
(2 files)
See TabStateCache.sys.mjs: most of the function signatures and code comments refer to the status quo before bug 1703692, where the cache mapped tabs/browsers to tab data. Now, they only accept nsIBrowser::permanentKey
instances, but the documentation currently doesn't reflect that (including the lede at the top)
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:dao, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 2•2 years ago
|
||
We want to update the language from Retrieves cached data for a given |tab| or associated |browser|.
to Retrieves cached data for the tab with the given permanent key
.
Assignee | ||
Comment 3•7 months ago
|
||
Updated•7 months ago
|
Assignee | ||
Comment 4•7 months ago
|
||
Hi Sam, I have updated the TabStateCache.sys.mjs
file to reflect the abovementioned changes.
Assignee | ||
Comment 5•7 months ago
|
||
Assignee | ||
Comment 6•7 months ago
|
||
Hi Sam, I went ahead and added the indentation to the comment as suggested It now matches the @param
above.
Thanks!
Updated•6 months ago
|
Description
•