Dan Finlay
b07bbc14e1
Clean up extension polyfill abstraction
8 years ago
Dan Finlay
0880721d84
Add firefox instructions to readme
8 years ago
Dan Finlay
f3ea891e72
Allow page injection to look for cross-browser APIs appropriately
8 years ago
Dan Finlay
5476cb9a2c
Correct skip usage
8 years ago
Dan Finlay
6b3ffc9e5d
Fix promise usage?
8 years ago
Dan Finlay
ae6fa76241
Run browser tests in parallel
8 years ago
Dan Finlay
f12394f7d5
Skip PhantomJS in testem
8 years ago
Dan Finlay
9f4f5f4bce
Add promise polyfill for PhantomJS
8 years ago
Dan Finlay
b939da8508
Fix testem runner page
8 years ago
Dan Finlay
11ef342c61
Remove phantom from build deps
8 years ago
Dan Finlay
b37b2bcbdc
Move pre scripts to dependencies key
8 years ago
Dan Finlay
ee3a2a65de
Fix circle pre script
8 years ago
Dan Finlay
bf1bfdf87a
Add testem and phantom to circleCI pre-script
8 years ago
Dan Finlay
c15ff7164e
Add UI tests to CI test script
8 years ago
Dan Finlay
2e61102147
Separate UI tests from normal unit test suite
8 years ago
Dan Finlay
b724dd009c
Add UI Testing Framework and Simple UI Test
...
Added a Testem configuration that launches a Qunit page with an iFrame that builds and loads our mock-dev page and can interact with it and run tests on it.
Wrote a simple test that accepts the terms and conditions and transitions to the next page.
I am not doing any fancy redux-hooks for the async waiting, I've simply added a `tests/integration/helpers.js` file with a `wait()` function that returns a promise that should wait long enough.
Long term we should hook into the app lifecycle by some means for testing, so we only wait the right amount of time, and wait long enough for slower processes to complete, but this may work for the time being, just enough to run some basic automated browser tests.
8 years ago
Kevin Serrano
86832e6feb
Fix merge conflicts. Fix typos. Ensure currency immediately updated on load.
8 years ago
Kevin Serrano
22528002e1
Linting!
8 years ago
Kevin Serrano
bf5f1df20e
Merge pull request #477 from MetaMask/MockDev
...
Add mock dev mode
8 years ago
Dan Finlay
5b4e2ffeac
Add mock dev mode
8 years ago
Kevin Serrano
0bbfedc2bf
Manifest fix for firefox-specific field ( #475 )
...
* Remove firefox-only manifest.json line.
* Changelog change.
8 years ago
Kevin Serrano
a612fcee64
Change function names. Add interval polling for api. Refactor functions.
8 years ago
Kevin Serrano
716e65424d
Add date access throughout the data flow.
8 years ago
Dan Finlay
5d93e8fa74
Version 2.7.0
8 years ago
Frankie
fcd523abe4
Buy button ( #474 )
...
* WIP: Buy button link
* Add buy eth and the buy eth warning message
* Add css
* Move the opening of coinbase page to background
and send to faucet if on test net
* Create a Warning about storeing eth
* Finish Buy button and Eth store warning screen
* Add to CHANGELOG
* fix frankies deletion and change chrome to extension
8 years ago
Kevin Serrano
66941f0808
Provide date access.
8 years ago
Kevin Serrano
7b85802a0f
Merge branch 'master' into usd-conversion
8 years ago
Dan Finlay
6658bea8d4
Implement some cross-browser practices ( #473 )
...
* Add mozilla plugin key to manifest
* Move all chrome references into platform-checking module
Addresses #453
* Add chrome global back to linter blacklist
* Add tests
8 years ago
Kevin Serrano
4a9d5b1c25
Add data field to pass up parameters up to reducer.
8 years ago
Kevin Serrano
491b9cddc5
Add fiat actions to metamask controllere and actions.
8 years ago
Kevin Serrano
aac810b1eb
Progress on config manager. Plus tests.
8 years ago
Dan Finlay
cdd7e40545
Make injected web3 fail hard on sync methods ( #471 )
...
Make injected web3 fail hard on sync methods
8 years ago
Dan Finlay
5567ea8dc5
Version 2.6.2 ( #470 )
8 years ago
Dan Finlay
4b8e95336d
Add instructions for taking a state dump ( #469 )
8 years ago
kumavis
a174ec7fc1
Merge pull request #465 from MetaMask/i447
...
inpage - add try/catch to cleanContextForImports
8 years ago
kumavis
b2afa16925
typo fix
8 years ago
kumavis
9101812552
inpage - add try/catch to cleanContextForImports
8 years ago
Kevin Serrano
5b895c2a22
Merge pull request #455 from MetaMask/FixReopeningBug
...
Fix reopening bug
8 years ago
Kevin Serrano
1d8d8384c6
Update Changelog to account for last PR
8 years ago
Kevin Serrano
2bdda0848f
Merge branch 'FixReopeningBug' of github.com:MetaMask/metamask-plugin into FixReopeningBug
8 years ago
Kevin Serrano
121874aeb6
Merge pull request #464 from MetaMask/test-branch
...
Test branch
8 years ago
Kevin Serrano
aaf3ff8b82
Merge branch 'master' of github.com:MetaMask/metamask-plugin
8 years ago
Kevin Serrano
3236c9869d
Merge pull request #463 from MetaMask/aust-zero-changes
...
Aust zero changes
8 years ago
Kevin Serrano
96cd087c97
Readd string to conform to tests. Will discuss later.
8 years ago
Kevin Serrano
609bd7d6e8
Merge branch 'AustP-master'
8 years ago
Kevin Serrano
2fc2731479
Remove unused None string.
8 years ago
Kevin Serrano
41aad32b19
Merge branch 'master' of https://github.com/AustP/metamask-plugin into AustP-master
8 years ago
kumavis
046ca5787b
Merge pull request #459 from Schaeff/transaction-typo-fix
...
Fix typo
8 years ago
Aust
c1859a24ee
Add eslint config to pass tests
8 years ago
Aust
061633bf67
Make zero balance display 0. Fixes #449
8 years ago