1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Mark Stacey 09859d48b0
Prevent install popup during e2e tests (#7760)
Typically the fullscreen UI will open upon installation, though this
behaviour was suppressed in development. This was dealt with in the e2e
tests by waiting for it to open, then closing it.

Instead this behaviour is now suppressed for test builds as well.
2020-01-08 11:47:45 -04:00
..
account-import-strategies
controllers add watchAsset (#7726) 2019-12-24 09:46:11 -08:00
lib Login per site onboarding (#7602) 2019-12-20 12:02:31 -03:30
migrations migrations - include 40 so that it runs on update (#7652) 2019-12-05 16:22:25 -04:00
platforms Remove unused ExtensionPlatform#queryTabs method (#7691) 2019-12-11 18:45:19 -03:30
background.js Prevent install popup during e2e tests (#7760) 2020-01-08 11:47:45 -04:00
chromereload.js
contentscript.js Login per site onboarding (#7602) 2019-12-20 12:02:31 -03:30
first-time-state.js
inpage.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
metamask-controller.js Login per site onboarding (#7602) 2019-12-20 12:02:31 -03:30
phishing-detect.js yarn lint --fix 2019-12-03 17:20:55 -03:30
README.md
ui.js yarn lint --fix 2019-12-03 17:20:55 -03:30

Main MetaMask Code

This folder contains the core-code.

Currently, it is organized mostly based on file category, like:

controllers, migrations, lib

Ongoing Task

Refactor code-structure, thus the subsystems are reflected on the filesystem.

Examples