thunderbird / developer-docs

Developer documentation for Thunderbird contributors.
https://developer.thunderbird.net
82 stars 77 forks source link

Add warning about registerFactory on Startup #82

Closed rsjtdrjgfuzkfg closed 4 years ago

rsjtdrjgfuzkfg commented 4 years ago

Components.manager.registerFactory is lazy-loaded, so XPCOM registration experiments may need to stall a bit before they can register classes.

This PC adds a warning regarding that.