The source project of this merge request has been removed.
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 (closed) 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
onStopbut we didn't start relistening, so added the appropriate code inonResumeand 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