Bug 1660702 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

On a separate note why not also use lazyloading for other modules lodead in the same file? Would probably need to be done in a sepatate follow-up bug... loading them via XPCOMUtils laxy functions may also have the advantage of them being cached if I understood correctly... so modules would effectively be loaded only once only if needed and cached for reuse... may be handy perhaps... especially for calendar feature...
Example available in 1658026 as spotted and worked on by Mark already...
On a separate note why not also use lazyloading for other modules lodead in the same file? Would probably need to be done in a sepatate follow-up bug... loading them via XPCOMUtils lazy functions may also have the advantage of them being cached if I understood correctly... so modules would effectively be loaded only once only if needed and cached for reuse... may be handy perhaps... especially for calendar feature...
Example available in 1658026 as spotted and worked on by Mark already...

Back to Bug 1660702 Comment 10