Bug 41878: Refactor Tor Bootstrap to standalone package and commit
Bug 41878: Remove bootstrap from Add Tor integration and UI
## Issues
Description
- As per tor-browser#41987 we've removed the unhooked up onboarding full for now in 13.0
- As per tor-browser#41878 (closed) we've refactored the tor bootstrap code into a stand alone package
- Fixed bootstrap not transitioning to home when complete "sometimes": turns out we stop listening to events
onStop
but we didn't start relistening, so added the appropriate code inonResume
and the new TorBootstrapStatus
- Fixed bootstrap not transitioning to home when complete "sometimes": turns out we stop listening to events
- As per tor-browser#41879 (closed) the new stand alone torbootstrap code is in it's own commit