We use ChromeUtils.defineModuleGetter in a lot of places in the password maanger component. We can replace this with XPCOMUtils.defineLazyModuleGetters to merge multiple ChromeUtils.defineModuleGetter calls into one XPCOMUtils.defineLazyModuleGetters call.
Bug 1775011 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We use `ChromeUtils.defineModuleGetter` in a lot of places in the password maanger component. We can replace this with `XPCOMUtils.defineLazyModuleGetters` to merge multiple `ChromeUtils.defineModuleGetter` calls into one `XPCOMUtils.defineLazyModuleGetters` call.