Closed Bug 1786536 Opened 2 years ago Closed 2 years ago

Remove lazy getters from AutocompleteItems

Categories

(Toolkit :: Password Manager, task, P2)

task

Tracking

()

RESOLVED FIXED
106 Branch
Tracking Status
firefox106 --- fixed

People

(Reporter: serg, Assigned: issammani)

References

(Blocks 2 open bugs)

Details

Attachments

(1 file)

We are defining lazy getters on autocomplete items. Most of the times these properties are touched only a few moments later, making whole laziness less effective. Lets get rid of lazy properties in autocomplete items, we can afford to initialize them at constructor call.

This will also bring us one step closer to create these items in the parent process, which will allow us to pass less data to the child and eventually close bug 952869 and bug 1730184

Blocks: 952869
Severity: -- → N/A
Priority: -- → P2
Assignee: nobody → imani
Pushed by imani@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/09a11e861c59 Remove lazy getters for properties in AutoCompleteItem derived classes. r=sgalich
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: