1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/lib
Eduardo Antuña Díez a2082bae5c Avoid overwriting a domain that can be resolved by DNS
According to the current implementation any domain ending in .eth or .test will try to resolve through ENS even if the DNS is able to resolve it.
changing `onBeforeRequest` to `onErrorOccurred` will only resolve those .eth or .test domains that the DNS is not able to resolve.
2018-08-09 12:20:51 +02:00
..
contracts fix lint errors 2018-07-03 14:29:36 -04:00
migrator Add a few missing docblocks to background files 2018-04-18 18:00:22 -02:30
account-tracker.js Minor fixes in a number of docs. 2018-04-20 15:48:58 -02:30
auto-reload.js Re-enable dapp reload on network change 2018-06-14 15:15:23 -07:00
buy-eth-url.js Typo fixes, type fixes on the return clauses of the buyEthUrl and getPrefferedLangCode functions. 2018-04-16 21:23:29 -02:30
cleanErrorStack.js eslint --fix . 2018-07-02 18:49:33 -04:00
ComposableObservableStore.js Add tests for ComposableObservableStore 2018-04-13 14:32:58 -04:00
config-manager.js Merge pull request #4059 from MetaMask/i-4033-seed-words 2018-04-30 12:04:53 -06:00
createErrorMiddleware.js eslint --fix . 2018-07-02 18:49:33 -04:00
createLoggerMiddleware.js Add a few missing docblocks to background files 2018-04-18 18:00:22 -02:30
createOriginMiddleware.js Add a few missing docblocks to background files 2018-04-18 18:00:22 -02:30
createProviderMiddleware.js Add more documentation to computed balances controller 2018-04-19 14:37:08 -04:00
createStreamSink.js eslint --fix . 2018-07-02 18:49:33 -04:00
diagnostics-reporter.js eslint --fix . 2018-07-02 18:49:33 -04:00
enums.js Fix confirmation popup not always opening 2018-04-17 08:58:37 -07:00
events-proxy.js Add a few missing docblocks to background files 2018-04-18 18:00:22 -02:30
extractEthjsErrorMessage.js eslint --fix . 2018-07-02 18:49:33 -04:00
get-first-preferred-lang-code.js eslint --fix . 2018-07-02 18:49:33 -04:00
getObjStructure.js eslint --fix . 2018-07-02 18:49:33 -04:00
hex-to-bn.js Add a few missing docblocks to background files 2018-04-18 18:00:22 -02:30
inpage-provider.js Add deprecation message for eth_signTypedData 2018-07-27 15:23:05 -04:00
ipfsContent.js Avoid overwriting a domain that can be resolved by DNS 2018-08-09 12:20:51 +02:00
local-store.js eslint --fix . 2018-07-02 18:49:33 -04:00
message-manager.js Remove accidentally added code in message-manager. 2018-04-24 12:36:26 -02:30
nodeify.js Typo fixes, type fixes on the return clauses of the buyEthUrl and getPrefferedLangCode functions. 2018-04-16 21:23:29 -02:30
notification-manager.js Conditionally use Promise-based extension API when creating windows 2018-07-03 13:33:13 -04:00
pending-balance-calculator.js Even more documentation for various controllers and libs. 2018-04-19 13:08:56 -02:30
personal-message-manager.js lint fix 2018-04-24 13:18:34 -02:30
port-stream.js eslint --fix . 2018-07-02 18:49:33 -04:00
random-id.js Maintain linting. 2016-11-18 16:27:26 -08:00
reportFailedTxToSentry.js eslint --fix . 2018-07-02 18:49:33 -04:00
resolver.js Update variable name 2018-07-19 08:04:17 -04:00
seed-phrase-verifier.js Merge branch 'master' into dm-docs-2 2018-04-20 13:23:17 -02:30
setupMetamaskMeshMetrics.js eslint --fix . 2018-07-02 18:49:33 -04:00
setupRaven.js remove local tests 2018-07-19 09:59:58 -04:00
stream-utils.js Add a few missing docblocks to background files 2018-04-18 18:00:22 -02:30
typed-message-manager.js Remove unnecessary doc comment. 2018-04-24 12:20:38 -02:30
util.js fix environment detection regex 2018-07-02 15:14:05 -04:00