aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/extension-instance.js
Commit message (Collapse)AuthorAgeFilesLines
* Add extra edge compatibilityDan Finlay2016-08-301-2/+13
|
* MVP Popup Notifications WorkingDan Finlay2016-08-171-1/+1
| | | | | | | | | I'm unsure which will be more performant: A notification using a trimmed down version of the UI, or using them both, letting the browser cache them both. In any case, here I've modified the normal UI to recognize when it's a popup, and change the UX accordingly in a few ways: - Hide the menu bar - Hide the back button from the notifications view. - When confirming the last tx, close the window.
* Unify notification and popup ui filesDan Finlay2016-08-171-0/+6
|
* Fix integration testsDan Finlay2016-07-261-4/+19
|
* Fix extension testsDan Finlay2016-07-261-1/+4
|
* Clean up extension polyfill abstractionDan Finlay2016-07-261-6/+1
|
* Implement some cross-browser practices (#473)Dan Finlay2016-07-221-0/+38
* 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