1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui
Mark Stacey 35dbdbc438
Replace lavamoat-runtime.js patch (#15682)
A patch made in #15672 was found to be unnecessary. Instead of setting
a `rootGlobals` object upon construction of the root compartment, we
are now creating a `sentryHooks` object in the initial top-level
compartment. I hadn't realized at the time that the root compartment
would inherit all properties of the initial compartment `globalThis`.

This accomplishes the same goals as #15672 except without needing a
patch.
2022-08-24 09:50:45 -02:30
..
__mocks__ Refactoring isManifestV3 variable (#15568) 2022-08-16 20:51:42 +05:30
components upgrade jest (#15642) 2022-08-23 15:13:02 -05:00
contexts Add more tracking for MetaMask (#15462) 2022-08-11 19:33:33 +02:00
css UI-14395: typography v2 (#15408) 2022-08-18 10:51:53 -07:00
ducks Fix setting of gasPrice when on non-eip 1559 networks (#15628) 2022-08-18 13:33:23 -02:30
helpers Consolidating Zendesk URLs in to constants file (#15669) 2022-08-23 09:19:31 -05:00
hooks Using formatIconUrlWithProxy to get the iconUrl proxy of swap token (#15562) 2022-08-22 15:16:57 -04:00
pages upgrade jest (#15642) 2022-08-23 15:13:02 -05:00
selectors New network info popup (#13319) 2022-08-23 10:04:07 -05:00
store New network info popup (#13319) 2022-08-23 10:04:07 -05:00
index.js Replace lavamoat-runtime.js patch (#15682) 2022-08-24 09:50:45 -02:30
index.test.js Add friendly error handling when background throws an error before listening for connection (#14461) 2022-06-08 00:37:15 +04:00