Skip to content
This repository has been archived by the owner. It is now read-only.

Delay starting WebExtension until Firefox has started #2575

Closed
jaredhirsch opened this issue Apr 5, 2017 · 0 comments
Closed

Delay starting WebExtension until Firefox has started #2575

jaredhirsch opened this issue Apr 5, 2017 · 0 comments
Assignees
Milestone

Comments

@jaredhirsch
Copy link
Member

@jaredhirsch jaredhirsch commented Apr 5, 2017

Per discussion in the Intent to Implement email thread, we want to change the bootstrap.js startup routine to:

  • lazy load all modules (replace Cu.import calls with XPCOMUtils.defineLazyModuleGetter calls)
  • wait until the sessionstore-windows-restored nsIObserver event before starting the WebExtension
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants