aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/inpage.js
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable dapp reload on network changeDan Finlay2018-06-151-0/+6
| | | | | | We want to give devs some time to digest [this blog post](https://medium.com/metamask/breaking-change-no-longer-reloading-pages-on-network-change-4a3e1fd2f5e7) before we making a breaking change to our platform. Makes it easy to re-implement the change.
* removed auto-reload.js, moved global web3 export to inpage.jsErik Marks2018-06-131-18/+16
|
* wipErik Marks2018-06-131-3/+20
|
* Add JSDoc to various background scriptsbitpshr2018-04-191-1/+3
|
* Add JSDoc to various background scriptsbitpshr2018-04-191-5/+6
|
* Require loglevel singleton in each module that uses itbitpshr2018-04-141-6/+1
|
* build - correctly set METAMASK_ENV via envifykumavis2018-04-041-1/+1
|
* Add useful error when duplicate web3 is detected.Dan Finlay2017-11-011-0/+7
| | | | Fixes #2507
* Resolving that ugly merge.Kevin Serrano2017-10-261-3/+7
|
* Live update blacklist from InfuraDan Finlay2017-07-271-0/+1
|
* Reload the page when switching networks for sites that use web3frankiebee2017-05-251-18/+3
|
* inpage - set web3.eth.defaultAccount correctlykumavis2017-01-311-1/+1
|
* continue rename selectedAccount to selectedAddresskumavis2017-01-311-2/+2
|
* Merged master into devDan Finlay2016-12-201-8/+10
|\
| * inpage - temporarily disable ping streamkumavis2016-12-201-8/+9
| |
| * inpage - correctly listen for incomming messageskumavis2016-12-081-1/+1
| |
* | change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-1/+1
| |
* | Linting to the max.Kevin Serrano2016-11-121-1/+1
|/
* Wait for first metamask data to establish ping-pong stream.Dan Finlay2016-10-191-1/+1
| | | | | | Prevents infinite reload loops when dapps take too long to load. Fixes #746.
* dapp reload - fixed disconnect detection via pollingkumavis2016-10-131-5/+16
|
* inpage - cleanContextForImports fixkumavis2016-08-231-1/+1
| | | | set to undefined instead of deleting updates #447
* deps - local-message-stream extracted as module post-message-streamkumavis2016-08-121-1/+1
|
* typo fixkumavis2016-07-191-1/+1
|
* inpage - add try/catch to cleanContextForImportskumavis2016-07-191-2/+10
|
* appease the linting godskumavis2016-07-071-0/+1
|
* web3 injection - use web3 dist for faster injectionkumavis2016-07-071-3/+1
|
* Auto lintedDan Finlay2016-06-221-6/+5
|
* multiplex - rename control to autoreloadkumavis2016-05-231-2/+2
|
* inpage - refactor for modularitykumavis2016-05-231-143/+12
|
* sync rpc fixkumavis2016-05-201-11/+28
|
* inpage - automatic dapp reloadkumavis2016-05-061-6/+64
|
* inpage - add and remove 'define' from global context. updates #126kumavis2016-04-301-0/+15
|
* inpage - use publicConfigStore for selectedAccount and sync providerkumavis2016-04-161-28/+26
|
* wiring - trusted-untrusted features + remote-storekumavis2016-04-161-10/+20
|
* inpage - defaultAccount - fix bugkumavis2016-04-151-12/+13
|
* web3 - set defaultAccountkumavis2016-04-151-3/+4
|
* clean - inpage remove unused xhr mitm codekumavis2016-04-151-70/+0
|
* Point rawtestrpc at new testrpcDan Finlay2016-04-131-2/+2
|
* inpage - web3 class injectionkumavis2016-03-061-0/+5
|
* internal rpc - add isMetamaskInternal flagkumavis2016-02-161-1/+1
|
* disable localhost interceptionkumavis2016-02-161-63/+63
|
* logging - add localhost interception messagekumavis2016-02-161-2/+5
|
* intercept xhrs for localhost:8545kumavis2016-02-151-9/+88
|
* context wiring - handle and log errorskumavis2016-02-111-0/+3
|
* sync - slow account polling to 4skumavis2016-02-091-1/+1
|
* rpc - sync - add support for sync eth_accounts + eth_coinbasekumavis2016-01-311-9/+46
|
* rpc - sync - add warning for unsupported eth_accountskumavis2016-01-311-1/+14
|
* add basic sync supportkumavis2016-01-311-2/+8
|
* migrate to ProviderEngine zero-clientkumavis2015-12-191-55/+14
|
* major - migrate to blockapps-web3kumavis2015-10-101-4/+40
|
* load from storage on start and export unsignedTxs on remote connectkumavis2015-08-021-1/+1
|
* store unconfirmedTxs in chrome sync storagekumavis2015-08-021-2/+4
|
* builds smoothly + forwards txs to extensionkumavis2015-08-021-2/+8
|
* build overhaul + basic structurekumavis2015-08-021-0/+15