Commit Graph

118 Commits

Author SHA1 Message Date
Victor Baranov 571e9275e1 Fix eslint test 2019-09-03 19:06:20 +03:00
Victor Baranov 0b6be5f7fd 2nd iteration: remove scss and more unused components 2019-09-02 13:10:44 +03:00
Victor Baranov 7a76d80eb2 Remove js obfuscation to fit new Google Chrome extensions development guidelines 2019-04-15 12:44:24 +03:00
Victor Baranov 1dfdb941b1 Trezor API v 6.0.3 2019-01-18 16:03:30 +03:00
Victor Baranov 9316e26865 Get upstream from v4.16.0 2018-10-24 20:17:32 +03:00
Thomas Huang 8c3091aa7a
Merge pull request #5053 from hahnmichaelf/esdb-support
Link to ESDB in local phishing.html
2018-09-27 10:19:06 -05:00
brunobar79 c13e5cbda3 remove css sourcemaps in prod builds 2018-09-25 20:40:55 -04:00
Victor Baranov d3d5c88010 search by POA tokens 2018-09-19 18:38:39 +03:00
hahnmichaelf 4808ce25eb fix for lint-test 2018-08-13 13:16:37 -04:00
hahnmichaelf e454a5e0e8 fixed names 2018-08-13 12:56:35 -04:00
hahnmichaelf 8fb2dfe3d7 Re-added GA script 2018-08-13 12:47:18 -04:00
hahnmichaelf 9666eaba66 base - working. fixes #4774 2018-08-12 18:57:58 -04:00
brunobar79 a8f745f9fe eslint --fix . 2018-07-02 18:49:33 -04:00
brunobar79 cc11a62397 remove gulp eslint and cleanup gulpfile 2018-07-02 18:35:53 -04:00
kumavis 5f3f8c85fc
Merge pull request #4059 from MetaMask/i-4033-seed-words
Use new design for Reveal Seed screen. Persist seed words only in the first time flow.
2018-04-30 12:04:53 -06:00
kumavis 5c9cb0b787 build - minify via gulp-uglify-es instead of uglifyify 2018-04-27 18:15:50 -07:00
Alexander Tseung 3082d2e4ef Use new design for reveal seed screen. Persist seed words only in first time flow 2018-04-22 09:24:21 -07:00
kumavis 00657e14a8 build - correctly set METAMASK_ENV via envify 2018-04-03 09:51:33 -07:00
kumavis 655593ea62 Merge branch 'master' of github.com:MetaMask/metamask-extension into build-perf 2018-04-02 16:28:33 -07:00
kumavis fa66b78b8b
Merge branch 'master' into lint-sys-fix 2018-04-02 15:03:54 -07:00
kumavis 2b6557a024 lint - lint json files in app/ 2018-04-02 14:47:47 -07:00
kumavis 4dd2bfade1 lint - include old ui 2018-04-02 12:44:13 -07:00
kumavis bd6f554766 build - use uglifyify and gulp-multi-process for better performance 2018-03-30 22:19:02 -07:00
kumavis 80839eebe4 build - properly set GULP_METAMASK_DEBUG on dev 2018-03-30 15:09:25 -07:00
kumavis 99e618d3f2 mascara - server - serve bundles from dist 2018-03-29 23:06:01 -07:00
kumavis 433bb0f01a build - split primary tasks into metamask + extension * dev + build 2018-03-29 22:34:59 -07:00
kumavis edd70bd13e build - cleanup commented code 2018-03-29 22:20:24 -07:00
kumavis 7b9b890aa9 build - fix scss + js reload 2018-03-29 22:19:15 -07:00
kumavis b2d0e9871c build - fix copy devMode 2018-03-29 21:53:38 -07:00
kumavis 4606a23c3f build - refactor scss compilation into single config 2018-03-29 21:28:35 -07:00
kumavis 77d4a9a2bb build - dev - fix js build order 2018-03-29 17:37:49 -07:00
kumavis 7067f63627 build - dev - run js tasks in parallel and set watch flag 2018-03-29 17:34:30 -07:00
kumavis 86c7c6746d build - refactor copy and copy:watch (renamed to copy:dev) 2018-03-28 23:11:07 -07:00
kumavis 253abd60fc build - extension - move js files to toplevel 2018-03-28 21:29:57 -07:00
kumavis b88119c238 build - mascara - copy proxy html 2018-03-28 20:54:59 -07:00
kumavis 18acdfe6b3 build - refactor js build process 2018-03-28 20:41:56 -07:00
kumavis e5c6c93c29 build - fix mascara sourcemaps dest 2018-03-28 20:13:47 -07:00
kumavis 909cbca7a6 build - remove copy debug 2018-03-28 19:59:24 -07:00
kumavis 91e8ea205e build - remove deprecated deps task 2018-03-28 19:58:06 -07:00
kumavis 98f2400649 build - refactor copy tasks 2018-03-28 19:56:44 -07:00
kumavis 4f915cf2d8 build - refactor build task generators + add mascara to standard build phase 2018-03-28 14:07:32 -07:00
kumavis 848e0401e9 build - fix sourcemaps for dev 2018-03-23 19:01:32 -07:00
kumavis 6219a7da4b build - always generate sourcemaps 2018-03-23 18:38:27 -07:00
kumavis 985e376911 build - for build, write sourcemaps to dist/sourcemaps 2018-03-23 15:52:53 -07:00
kumavis 154f384fe4 build - always create sourcemaps 2018-03-23 15:49:34 -07:00
Thomas Huang 6a428bbef7
Revert "Issue 3505 | Transpile to ES5" 2018-03-21 12:22:15 -07:00
Ryan Rowland faa2849082 Issue 3505 | Transpile to ES5 2018-03-19 23:11:48 -07:00
Dan Finlay 81fa0742f7 Fix inpage provider name regression
Fixes #3372 by not minifying the name of our inpage provider, which some
people were using to identify MetaMask (not our preferred, supported
method of web3.currentProvider.isMetaMask).
2018-03-02 10:32:53 -08:00
Dan d8896a8c31 Merge branch 'master' into uat 2018-02-07 16:32:47 -03:30
Dan Finlay 678bf561ce Remove deps from build process
Was running out of stdout memory, preventing me from building.
2018-02-01 12:26:17 -08:00