Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conditionally use Promise-based extension API when creating windows | bitpshr | 2018-07-04 | 1 | -4/+4 |
| | |||||
* | set the popup id returned by create promise | vittominacori | 2018-06-18 | 1 | -3/+4 |
| | |||||
* | set an id to the metamask notification popup | vittominacori | 2018-06-17 | 1 | -1/+2 |
| | |||||
* | Notification manager method docs. | Dan | 2018-04-21 | 1 | -4/+31 |
| | |||||
* | Even more documentation for various controllers and libs. | Dan | 2018-04-19 | 1 | -3/+6 |
| | |||||
* | remove console log | Jeffrey Tong | 2018-03-12 | 1 | -2/+0 |
| | |||||
* | add comments that need clarification on naming convention | Jeffrey Tong | 2018-03-12 | 1 | -6/+8 |
| | |||||
* | fixed multiple notification windows when executing batch | Jeffrey Tong | 2018-03-08 | 1 | -1/+4 |
| | |||||
* | removed check for width & height on multiple popup windows | Jeffrey Tong | 2018-03-08 | 1 | -3/+1 |
| | |||||
* | Sign Typed Request styling fixes | Chi Kei Chan | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Signature request fixes. | Dan | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | notification-manager - remove promise listener | kumavis | 2017-04-29 | 1 | -3/+0 |
| | | | | | | | | seems chrome changed their API? MDN suggests that a Promise should be returned but getting `undefined` https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/windows/create Chrome docs suggest its a callback API lolwut https://developer.chrome.com/extensions/windows#method-create | ||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | notification-manager - rename show -> showPoup + make getPopup private | kumavis | 2017-04-01 | 1 | -10/+10 |
| | |||||
* | introduce platform api and rename notifications to notification-manager | kumavis | 2017-03-31 | 1 | -0/+74 |