1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/test/unit/app/controllers
Mark Stacey b2882aa778
Handle account selection on all domains that can view the selection (#8341)
Selecting a new account now results in all domains that can view this
change being notified. Previously only the dapp in the active tab was
being notified (though not correctly, as the `origin` was accidentally
set to the MetaMask chrome extension origin).

This handling of account selection has been moved into the background
to minimize the gap between account selection and the notification
being sent out. It's simpler for the UI to not be involved anyway.
2020-04-16 13:16:53 -03:00
..
network Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
permissions Handle account selection on all domains that can view the selection (#8341) 2020-04-16 13:16:53 -03:00
transactions LoginPerSite: Support multiple accounts without automatic switching (#8079) 2020-03-06 13:34:56 -08:00
balance-controller.spec.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
cached-balances-test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
detect-tokens-test.js Cleanup detect-tokens controller and tests (#8329) 2020-04-13 17:14:42 -03:00
ens-controller-test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
incoming-transactions-test.js Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
infura-controller-test.js Remove unused sinon sandboxes (#8063) 2020-02-17 21:31:09 -04:00
metamask-controller-test.js Update address sync logic (#8224) 2020-03-20 12:37:27 -07:00
preferences-controller-test.js Update PreferencesController tests (#8328) 2020-04-13 17:03:35 -02:30
token-rates-controller.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30