1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
Commit Graph

6768 Commits

Author SHA1 Message Date
kumavis
4be681f447
Merge pull request #4255 from MetaMask/i4233-dropdowns
Fix account and network dropdowns in confirm screen
2018-05-16 13:02:27 -07:00
kumavis
d722aa7f0c
Merge pull request #4155 from MetaMask/network-controller-remove-setNetworkEndpoints
Network controller - remove dead code
2018-05-16 13:01:36 -07:00
kumavis
ff91ef96ef ui - unlock - remove setNetworkEndpoints calls from new unlock screen 2018-05-16 12:35:43 -07:00
kumavis
c6f822ad45 ui - remove files accidently added by bad merge 2018-05-16 12:29:57 -07:00
kumavis
d62fc22611 network - remove debugging console.log 2018-05-16 11:59:50 -07:00
kumavis
c27d9162d7 Merge branch 'develop' of github.com:MetaMask/metamask-extension into network-controller-remove-setNetworkEndpoints 2018-05-16 11:57:07 -07:00
Dan
5a7e98b3a9 Adds description to send-screen-QA-checklist.md 2018-05-16 12:45:06 -02:30
Dan
86c73eec5c Adds detailed QA checklist for the New UI send screen. 2018-05-16 12:42:05 -02:30
Thomas
517be35ab6 Merge branch 'develop' into e2e-tests 2018-05-14 17:19:44 -07:00
Thomas
cd42d18203 Merge e2e tests into one 2018-05-14 17:17:36 -07:00
Alexander Tseung
5561937773 Fix account and network dropdowns in confirm screen 2018-05-14 15:03:04 -07:00
Thomas Huang
6e79225dbf
Merge pull request #4251 from whymarrh/e2e-fixes
Small e2e test adjustments
2018-05-14 10:56:49 -07:00
Kevin Serrano
a08f08462c
Merge pull request #4245 from MetaMask/i4208-error
Add error message when passwords don't match in first time flow. Chan…
2018-05-14 09:56:03 -07:00
Whymarrh Whitby
6926e4e9d2 e2e: Use the more reliable enter key for logging in 2018-05-14 14:01:28 -02:30
Whymarrh Whitby
dc6f6addb9 e2e: Wait a bit before clicking through privacy screen
The network connection can take a bit so we need to wait for the
spinner to go away.
2018-05-14 13:58:57 -02:30
Whymarrh Whitby
4e91fc8639 e2e: Adjust the extension ID query for newer Chrome versions 2018-05-14 13:57:58 -02:30
Whymarrh Whitby
6afd169e60 e2e: Use newest window as MM tx confirm popup 2018-05-14 13:57:19 -02:30
Whymarrh Whitby
b5a445139d Bail after the first e2e test failure
Where the tests are sequential, every test after the first failure is bound
for failure as well so we can bail after the first.
2018-05-14 13:55:33 -02:30
bitpshr
ce2834400c Add new json-rpc-engine middleware for improved error handling 2018-05-14 08:33:47 -04:00
Alexander Tseung
0bcfbc1544 Add error message when passwords don't match in first time flow. Change input field styling in first time flow 2018-05-13 21:46:12 -07:00
Frankie
6bd1b21d3b
Merge pull request #4190 from MetaMask/i3614-unlock
Add new unlock screen design
2018-05-12 10:02:39 -07:00
Alexander Tseung
0301b33a48 Add TextField component to storybook 2018-05-11 12:49:17 -07:00
Alexander Tseung
2381c0e0f4 Add new unlock screen design 2018-05-11 12:49:17 -07:00
kumavis
76ab5c04fa
Merge pull request #4226 from MetaMask/e2e-tests
E2E tests
2018-05-11 12:46:53 -07:00
Dan Finlay
db2e564c57 Enhance guide to porting to new platform
It skimmed over the complicated parts before, and left people unsure how
to proceed. I now dive straight into what will confuse them, and provide
links directly to the code that can help clarify.
2018-05-11 10:23:01 -07:00
Thomas
3632ea29cc Merge branch 'develop' into e2e-tests 2018-05-11 10:13:44 -07:00
Orange
bfc19e403b Chinese translation Enhancements (#4218) 2018-05-11 10:09:14 -07:00
kumavis
4e96ca3081
Merge pull request #4231 from MetaMask/fix-nodesecurity
Fix Node Security vulnerability warnings
2018-05-11 09:07:59 -07:00
Thomas
d9d528753d Increase timeout 2018-05-10 10:47:48 -07:00
Thomas
c37ad657cd Fix typo 2018-05-10 10:32:41 -07:00
Thomas
60933f1090 Job Screens with Shadow Dom Css selector 2018-05-10 10:24:27 -07:00
Thomas
68bbe18e32 Multistep Shadow Dom Query Selector for local extension id 2018-05-10 09:47:34 -07:00
Alexander Tseung
c9c56bcaec Add advisory #157 to .nsprc 2018-05-10 09:03:25 -07:00
Csaba Solya
2081768fc5 fix lint issues 2018-05-10 13:43:31 +02:00
Csaba Solya
3642810584 remove unnecessary lib 2018-05-10 13:34:56 +02:00
Csaba Solya
349fb9e0bc revert unnecessary change in state manager 2018-05-10 13:33:40 +02:00
Csaba Solya
9026651224 add time stamps to transaction history log entries 2018-05-10 13:26:02 +02:00
Alexander Tseung
b7029a17a1 Update lodash 2018-05-09 21:33:37 -07:00
Alexander Tseung
f98aec5f50 Update deep-extend and sshpk 2018-05-09 18:52:35 -07:00
Thomas
f441153211 console.log -> assert.equal 2018-05-09 01:58:43 -07:00
Thomas
9a1661918f ImportAccountWithStrategies Json and Keystore 2018-05-09 01:51:55 -07:00
Dan Finlay
f17dc5f452
Merge pull request #4214 from MetaMask/tx-controller-doc-typo
Fix documentation error
2018-05-08 18:37:57 -04:00
Thomas
26c6bddebf Merge branch 'develop' into e2e-tests 2018-05-08 13:10:26 -07:00
Thomas Huang
c3079ff160
Merge pull request #4196 from MetaMask/i3457-fontweight
Change font weight from 300 to 400
2018-05-08 12:46:27 -07:00
Thomas Huang
4177d09664
Merge pull request #4099 from MetaMask/i4043-storybook-dev2
Add storybook integration
2018-05-08 12:45:40 -07:00
Thomas
d59105299a Update test:screens to newest chrome extension list 2018-05-08 07:30:05 -07:00
Thomas
6c9b303dbd Merge branch 'develop' into e2e-tests 2018-05-08 07:11:29 -07:00
Thomas
f7a3d8887c Update to extension Id path for new chrome 2018-05-08 07:03:17 -07:00
jabher
28126f60f3 bump extensionizer version to 1.0.1 (see https://github.com/MetaMask/extensionizer/pull/4) 2018-05-08 16:47:18 +03:00
Thomas
f2e1cb9302 Remove approvePersonalMessage test 2018-05-07 14:56:33 -07:00