| Commit message (Expand) | Author | Age |
* | Add _createPopupInternal to return both popup and new ID | toasted-nutbread | 2019-12-16 |
* | Add getContainerRect to popup | toasted-nutbread | 2019-12-16 |
* | Reorganize popup-only public functions | toasted-nutbread | 2019-12-16 |
* | Mark private members | toasted-nutbread | 2019-12-16 |
* | Mark private message handlers | toasted-nutbread | 2019-12-16 |
* | Mark private functions | toasted-nutbread | 2019-12-16 |
* | jsonRectToDOMRect => convertJsonRectToDOMRect | toasted-nutbread | 2019-12-16 |
* | Group nested message handlers together | toasted-nutbread | 2019-12-16 |
* | Update PopupProxyHost.popups to use a Map | toasted-nutbread | 2019-12-16 |
* | Update frontend API receiver handlers | toasted-nutbread | 2019-12-13 |
* | Replace hasOwnProperty with simplified hasOwn function | toasted-nutbread | 2019-11-26 |
* | Reposition popup on window resize rather than clear the search | toasted-nutbread | 2019-10-17 |
* | Update *show* APIs to unified showContent and setContent | toasted-nutbread | 2019-10-17 |
* | Assign first popup on the search page as a depth of 1 | toasted-nutbread | 2019-10-15 |
* | Update how custom CSS is applied | toasted-nutbread | 2019-10-12 |
* | Don't pass options around for calls to termsShow, kanjiShow, etc. | toasted-nutbread | 2019-10-12 |
* | Remove .show popup proxy API since it's not used | toasted-nutbread | 2019-10-12 |
* | Make popups store options | toasted-nutbread | 2019-10-12 |
* | Throw Error instead of string | toasted-nutbread | 2019-10-08 |
* | Rename Popup.setVisible to setVisibleOverride | toasted-nutbread | 2019-10-05 |
* | Fix tab focus being changed due to settings changes | toasted-nutbread | 2019-09-29 |
* | Merge pull request #212 from toasted-nutbread/frontend-cleanup | Alex Yatskov | 2019-09-15 |
|\ |
|
| * | Remove destructuring from searchAt, containsPoint, docRangeFromPoint | toasted-nutbread | 2019-09-14 |
* | | Fix nested popups being shown if parent is hidden | toasted-nutbread | 2019-09-13 |
|/ |
|
* | Add writingMode to PopupProxy* termsShow and kanjiShow | toasted-nutbread | 2019-09-11 |
* | change Popup.children to Popup.child | siikamiika | 2019-09-02 |
* | make containsPoint async everywhere | siikamiika | 2019-09-02 |
* | Fix messaging issues when iframes are present in the document | toasted-nutbread | 2019-09-02 |
* | Add option for maximum nested popup depth | toasted-nutbread | 2019-09-02 |
* | Add support for showing recursive popups | toasted-nutbread | 2019-09-02 |