Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current tab should not be closed via BraveWalletController::CloseTabsAndRestart #8286

Closed
ryanml opened this issue Feb 17, 2020 · 0 comments · Fixed by brave/brave-core#4669
Closed

Comments

@ryanml
Copy link
Contributor

ryanml commented Feb 17, 2020

Related to the implementation of: #5741

When done here (https://github.com/brave/brave-core/blob/master/components/brave_wallet/browser/brave_wallet_controller.cc#L180) preceding the closing of all Crypto Wallets tab, this can cause race conditions. The current tab should be closed from the extension itself via the chrome.tabs api, then this code can execute before unload

@ryanml ryanml added QA/No dev-concern feature/web3/wallet Integrating Ethereum+ wallet support labels Feb 17, 2020
@ryanml ryanml added this to the 1.6.x - Nightly milestone Feb 17, 2020
@ryanml ryanml self-assigned this Feb 17, 2020
@ryanml ryanml modified the milestones: 1.6.x - Nightly, 1.5.x - Dev Feb 17, 2020
ryanml added a commit to brave/brave-core that referenced this issue Feb 18, 2020
jonathanKingston pushed a commit to jonathanKingston/brave-core that referenced this issue Mar 11, 2020
@srirambv srirambv added feature/ethereum-remote-client and removed feature/web3/wallet Integrating Ethereum+ wallet support labels Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants