aboutsummaryrefslogtreecommitdiff
path: root/extension/content_scripts
AgeCommit message (Collapse)Author
2016-02-23repurchase detectionFlorian Dold
2016-02-15suggest mint based on currency (stub)Florian Dold
2016-02-10refactoring / cosmetic changesFlorian Dold
2016-02-09new reserve creation protocolFlorian Dold
2016-02-01new fulfillment protocolFlorian Dold
2016-01-26fix #4153 and #0004154Florian Dold
2016-01-24parse json fulfillment url from paymentFlorian Dold
2016-01-24Replace handlebars with mithril, hooks for i18n.Florian Dold
The wallet is now a single page application.
2016-01-12Change signaling.Florian Dold
The same signaling is now used for merchant and bank.
2016-01-10The great modularization.Florian Dold
Use ES6 module syntax and SystemJS modules for everything. Some testing stubs were added as well.
2016-01-06Refactor wallet into logic and extension interface.Florian Dold
2015-12-25License headersFlorian Dold
2015-12-25More error details, correct fulfillment redirection.Florian Dold
2015-12-24paymentFlorian Dold
2015-12-20Missing files, paymentFlorian Dold
2015-12-20paymentFlorian Dold
2015-12-18Change signaling.Florian Dold
The events are now sent through the document, instead of document.body.
2015-12-18Payment "works".Florian Dold
2015-12-17Add types, simplify balance display.Florian Dold
2015-12-16missing filesFlorian Dold
2015-12-07Towards reserve creation.Florian Dold
2015-12-05Consistent names for event types.Florian Dold
2015-12-05Make wallet handshake conform more to spec.Florian Dold
2015-12-03webext popuptg(x)
2015-11-25Add skeleton for WebExtensions walletFlorian Dold