Commit Graph

104 Commits

Author SHA1 Message Date
Dan Finlay 2368c2993d Add platform specific builds and zip tasks (#486)
* Add platform specific folders to dist folder

* Remove gulp hacks

* Add platform specific bundling

dev and dist tasks now build into platform-specific folders within the `dist` folder.

Added tasks `gulp zip` and `gulp dist`.

`zip` builds the platform-specific folders into platform-specific bundles within the `dist` folder.

`dist` builds and then zips all at once.

* Fix chrome bundle zipping

* Fix broken reference in eth warning

* Fix but where web3.eth.accounts are not available in firefox.

* Bump changelog
2016-07-26 15:15:40 -07:00
Dan Finlay be74589f49 Fix extension tests 2016-07-25 17:33:22 -07:00
Dan Finlay 913a9e85bd Inject inpage script synchronously
Huge thanks to the Firefox team, for their help on the issue of our long-standing inpage script race condition.

http://stackoverflow.com/questions/38577656/how-can-i-make-a-firefox-add-on-contentscript-inject-and-run-a-script-before-oth

The problem is that we were injecting a `script` tag and assigning its `src` attribute, which triggers an asynchronous fetch request, and does not guarantee execution order! (That was news to me!)

Instead, I'm now assigning the `script` tag a `textContent` value of the script to inject, and it seems to fix the problem!

There is also a Firefox-only API that could solve this whole problem in an even more elegant way, so we might want to expose a code path for that solution later on:

https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.exportFunction

Allows you to expose an object from one scope to another. There was even talk of creating a polyfill for it that does virtually what we do, message passing between contexts.
2016-07-25 16:38:07 -07:00
Dan Finlay 5476cb9a2c Correct skip usage 2016-07-22 17:09:50 -07:00
Dan Finlay ae6fa76241 Run browser tests in parallel 2016-07-22 17:03:37 -07:00
Dan Finlay c15ff7164e Add UI tests to CI test script 2016-07-22 16:23:52 -07:00
Dan Finlay 2e61102147 Separate UI tests from normal unit test suite 2016-07-22 16:20:43 -07:00
Dan Finlay 5b4e2ffeac Add mock dev mode 2016-07-21 18:08:35 -07:00
kumavis 97e38b4983 new tx - calculate estimatedGas and show thing in tx-details (#441)
* new tx - calculate estimatedGas and show thing in tx-details

* Bump changelog
2016-07-13 23:39:44 -07:00
Kevin Serrano ad803125cb Bump provider-engine from 7.8.1 to 7.8.3 (#435)
* Bump provider-engine from 7.8.1 to 7.8.3

* Modify changelog.
2016-07-13 12:04:46 -07:00
Dan Finlay 977e8611d6 Add state list rebuilding on ui task 2016-07-05 11:15:30 -07:00
Dan Finlay 0cd11915ce Improved Ui Dev Mode
Dev mode now reloads on file changes (although it seems to sometimes reload too soon, not getting the update... we can tune the timeout interval in development/index.html)

Dev mode now reloads on all non-`node_modules` file changes, so the `ui` and `app` folders are both being watched for live reloading.
2016-07-01 14:23:37 -07:00
Dan Finlay 50afc386e5 Simplify ui task command 2016-06-30 23:15:38 -07:00
Dan Finlay d1545245c2 Clean up beefy usage
Now properly uses brfs transform so it can reload on state object changes.
2016-06-30 22:59:28 -07:00
kumavis 5a917431d8 disclaimer - render via react-markdown 2016-06-30 21:46:19 -07:00
Dan Finlay 90e4483d68 Add ui mocking script 2016-06-30 18:23:13 -07:00
Dan Finlay e55938ed15 First simple version of ui mocker 2016-06-30 18:22:16 -07:00
Dan Finlay 78e6ed22be Add tooltip to copy button 2016-06-29 15:57:59 -07:00
kumavis 216e7235dd deps - bump web3-stream-provider 2016-06-23 13:09:01 -07:00
kumavis d7b76f83ff deps - bump web3-stream-provider 2016-06-23 12:55:24 -07:00
kumavis d3b743c9cd deps - bump stream-provider 2016-06-23 11:44:14 -07:00
Dan Finlay 1cafdb8b1d Add linting to our mocha suite 2016-06-21 14:01:40 -07:00
Dan Finlay 7b2f061fbb Some manual fixes 2016-06-21 12:51:04 -07:00
Dan Finlay 45506d6758 Got eslint running correctly 2016-06-21 12:40:09 -07:00
Dan Finlay 7b9a1197c8 Began adding auto linting 2016-06-21 12:07:13 -07:00
kumavis c1e9444200 idStore - add DELEGATE_CALL detection 2016-06-16 19:51:34 -07:00
kumavis 40d56acbb9 deps - bump stream-provider for better batch rpc 2016-06-14 12:32:05 -07:00
Dan Finlay d49ef1a2e5 Blockchain status now updates on availability change 2016-06-03 15:18:20 -07:00
Dan Finlay d8c4af5f2b Update eth-lightwallet for security fix 2016-05-26 10:13:05 -07:00
kumavis 092c191c1f background + notifications - add origin to message signatures 2016-05-25 18:03:16 -07:00
kumavis 8fa8813b91 deps - bump 2016-05-22 18:00:56 -07:00
kumavis 00e9f3c6ae inpage - refactor for modularity 2016-05-22 15:23:16 -07:00
kumavis f86a1bdcb0 deps - bump provider-engine 2016-05-19 16:55:58 -07:00
kumavis cd7fd6353f deps - bump provider-engine 2016-05-19 13:28:59 -07:00
Dan Finlay 9d0cad0e16 Finish clean implementation of drop-down menu 2016-05-18 17:32:26 -07:00
Dan Finlay d0b0526765 Add dynamic list item styles 2016-05-18 14:36:35 -07:00
Dan Finlay d18d9a8f97 Add animated sandwich button 2016-05-18 12:30:03 -07:00
kumavis 82504ae965 ui - txList - add time 2016-05-13 17:02:33 -07:00
Dan Finlay f2676d1241 Merge branch 'master' into eyeballs 2016-05-13 00:20:40 -07:00
kumavis 47a5b58b92 deps - bump web3 2016-05-12 03:02:08 -07:00
Dan Finlay 4e9b829179 Merge branch 'master' into eyeballs 2016-05-11 14:16:53 -07:00
kumavis a468294d2c deps - bump provider-engine 2016-05-11 13:23:53 -07:00
Dan Finlay 9ff218afa8 Added transition group dependency back 2016-05-11 02:53:49 -07:00
Dan Finlay 2978e6e494 Fixed transitions 2016-05-11 02:46:41 -07:00
kumavis 82f9955f21 deps - bump jazzicon 2016-05-11 00:18:52 -07:00
Dan Finlay d9d442ed1f Began adding jazzicons
Currently experiencing a few problems:

1. Tons of errors on app start. It's as if Jazzicon is getting called many times at start with some object as its diameter.
2. Weird visual glitches. When leaving a view with a jazzicon, it flashes off its border radius.
3. Messy transitions. Might want to just re-do the transitions. They just look awful, it's barely worthwhile.
2016-05-10 23:07:01 -07:00
kumavis aa2816010d inpage - automatic dapp reload 2016-05-05 16:04:43 -07:00
Dan Finlay 118da12197 Merge branch 'master' into Identicon 2016-04-29 14:01:58 -07:00
Dan Finlay 9360e33510 Convert icons to identicons 2016-04-29 12:45:46 -07:00
kumavis 82983e5eff idmgmt - eth_sign support + notifications 2016-04-28 14:16:24 -07:00