aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/inpage.js
Commit message (Expand)AuthorAgeFilesLines
* 1102: Push publicConfigStore to next turn to avoid race conditiono (#5777)Paul Bouchon2018-11-181-2/+6
* ESLint fixes (#5775)Whymarrh Whitby2018-11-171-4/+4
* EIP-1102: Update publicConfig store concurrently with approvalPaul Bouchon2018-11-101-29/+15
* 1102: Fix inpage listener syntax (#5708) (#5709)Noah I2018-11-091-2/+2
* Cleanupbitpshr2018-11-081-18/+10
* 1102: use postMessage instead of injected scripts to bypass CSPbitpshr2018-11-081-17/+13
* wipbitpshr2018-11-081-19/+34
* Move experimental provider augmentationbitpshr2018-11-061-13/+13
* Add experimental RPC method supportbitpshr2018-11-061-2/+15
* Mark origins as unapproved if user explicitly locks MetaMaskbitpshr2018-11-061-1/+1
* isApproved should return falsebitpshr2018-11-061-1/+1
* Remove internal listenersbitpshr2018-11-061-6/+15
* rebasebitpshr2018-11-061-3/+3
* Disable approval cachingbitpshr2018-11-061-1/+10
* Differentiate locked and enabledbitpshr2018-11-061-12/+9
* Code bathbitpshr2018-11-061-6/+10
* Handle logout gracefullybitpshr2018-11-061-5/+9
* Fix race condition with publicConfigStorebitpshr2018-11-061-5/+24
* Move convenience methods to _metamask namespacebitpshr2018-11-061-28/+55
* Add isUnlocked provider hookbitpshr2018-11-061-1/+10
* Differentiate isEnabled and isApproved hookbitpshr2018-11-061-3/+12
* Update isEnabled checkbitpshr2018-11-061-1/+3
* EIP-1102: add user privacy optionbitpshr2018-11-061-2/+2
* EIP-1102: add isEnabled convenience method to providerbitpshr2018-11-061-0/+14
* EIP-1102: Add option to force-enable providerbitpshr2018-11-061-2/+6
* EIP-1102: updated implementationbitpshr2018-11-061-12/+11
* inpage - increase provider max listeners to avoid warningskumavis2018-10-181-0/+2
* workaround - fix for drizzlekumavis2018-10-091-2/+11
* EIP-1102: Add deprecation message (#5353)Paul Bouchon2018-09-261-0/+6
* EIP-1102: Transitionary API (#5256)Paul Bouchon2018-09-151-0/+19
* Move inpage-provider and port-stream outsideDan Finlay2018-08-211-1/+1
* Re-enable dapp reload on network changeDan Finlay2018-06-151-0/+6
* 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
* 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
* dapp reload - fixed disconnect detection via pollingkumavis2016-10-131-5/+16
* inpage - cleanContextForImports fixkumavis2016-08-231-1/+1
* 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