Closed
Bug 1632076
Opened 3 years ago
Closed 3 years ago
Remove unnecessary mHasStoragePermission member variable from the document
Categories
(Core :: Privacy: Anti-Tracking, task, P1)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: timhuang, Assigned: timhuang)
References
Details
Attachments
(1 obsolete file)
The mHasStoragePermission flag is merely a temporary holder of the HasStoragePermission flag which is really unnecessary since we can directly get the flag from the channel of the document when we need it.
Assignee | ||
Updated•3 years ago
|
Summary: Remove unnecessary Document::HasStoragePermission() function and the member variable → Remove unnecessary mHasStoragePermission member variable from the document
Assignee | ||
Comment 1•3 years ago
|
||
We store the 'HasStoragePermission' flag in the Document. Actually, it's
unnecessary. We can get the flag directly from the loadInfo of the
document's channel.
Updated•3 years ago
|
Updated•3 years ago
|
Attachment #9142340 -
Attachment is obsolete: true
Assignee | ||
Comment 2•3 years ago
|
||
Per discussion with Dimi, this would be done in Bug 1612376.
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•