1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/app/scripts/lib
Mark Stacey 852277b2ae
Refactor notification manager and triggerUi to use extension platform (#8317)
The notification manager has been refactored to use the extension
platform module instead of using `extensionizer` directly. The
extension platform API presents a more ergonomic API, and it correctly
handles errors (which the old notification manager did not). Methods
that the extension platform lacked have been added.

It has been updated to use `async/await` instead of callbacks as well,
for readability.

The `triggerUI` function has also been updated to use the extension
platform instead of `extensionizer`.
2020-04-11 12:12:45 -03:00
..
ens-ipfs Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
migrator Clean up Migrator test cases (#7835) 2020-01-15 13:54:28 -08:00
account-tracker.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
auto-reload.js update inpage-provider; minor fixes (#7997) 2020-02-06 07:57:54 -08:00
backend-metametrics.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
buy-eth-url.js Update Wyre ETH purchase url (#8051) 2020-02-14 14:07:24 -08:00
cleanErrorStack.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
ComposableObservableStore.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createDnodeRemoteGetter.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
createLoggerMiddleware.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createOnboardingMiddleware.js Assign tabId to middleware request, if provided (#7695) 2020-02-20 18:39:00 -04:00
createOriginMiddleware.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createStreamSink.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createTabIdMiddleware.js Assign tabId to middleware request, if provided (#7695) 2020-02-20 18:39:00 -04:00
decrypt-message-manager.js Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
encryption-public-key-manager.js LoginPerSite: Support multiple accounts without automatic switching (#8079) 2020-03-06 13:34:56 -08:00
enums.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
extractEthjsErrorMessage.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
fetch-with-timeout.js Combine fetch-with-timeout implementations (#7084) 2019-09-04 17:00:11 -03:00
freezeGlobals.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
get-first-preferred-lang-code.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
getObjStructure.js Replace clone dependency with cloneDeep from lodash (#7926) 2020-01-29 13:14:33 -04:00
local-store.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
message-manager.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
network-store.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
nodeify.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
notification-manager.js Refactor notification manager and triggerUi to use extension platform (#8317) 2020-04-11 12:12:45 -03:00
pending-balance-calculator.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
personal-message-manager.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
random-id.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
reportFailedTxToSentry.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
seed-phrase-verifier.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
select-chain-id.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
setupFetchDebugging.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
setupSentry.js Fix Sentry error processing for errors missing a stack (#8179) 2020-03-12 10:51:05 -03:00
stream-utils.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
typed-message-manager.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
util.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30