summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Replace window.yomichan_backend with window.yomichanBackendtoasted-nutbread2019-12-20
| |
| * Replace window.yomichan_search with DisplaySearch.instancetoasted-nutbread2019-12-20
| |
| * Replace window.yomichan_display with DisplayFloat.instancetoasted-nutbread2019-12-20
| |
| * Remove unused yomichan_frontendtoasted-nutbread2019-12-20
| |
| * Fix apiOptionsGet being used on the background pagetoasted-nutbread2019-12-20
| |
| * Fix missing API functions being used on the background pagetoasted-nutbread2019-12-20
| |
| * Update handlebars cachetoasted-nutbread2019-12-20
| |
| * Update how orphan state is observedtoasted-nutbread2019-12-20
| |
| * Move optionsUpdate message handler into Yomichan classtoasted-nutbread2019-12-20
| |
| * Change how getUrl message is handledtoasted-nutbread2019-12-20
| |
| * Simplify options passed to docRangeFromPointtoasted-nutbread2019-12-17
| |
| * Override pointer-events with importanttoasted-nutbread2019-12-17
| |
| * Only return unique elements from docElementsFromPointtoasted-nutbread2019-12-17
| | | | | | | | This fixes #294
| * Fix undefined referencetoasted-nutbread2019-12-16
| |
| * Make PopupProxy functions async enabled status match Popuptoasted-nutbread2019-12-16
| |
| * Don't return promises for frontend message handlerstoasted-nutbread2019-12-16
| |
| * isVisibleAsync => isVisibletoasted-nutbread2019-12-16
| |
| * isVisible => isVisibleSynctoasted-nutbread2019-12-16
| |
| * Remove unused child gettertoasted-nutbread2019-12-16
| |
| * Mark private memberstoasted-nutbread2019-12-16
| |
| * Add setParent to popuptoasted-nutbread2019-12-16
| |
| * Add Popup.isProxytoasted-nutbread2019-12-16
| |
| * Add _createPopupInternal to return both popup and new IDtoasted-nutbread2019-12-16
| |
| * Add setChildrenSupported to popuptoasted-nutbread2019-12-16
| |
| * Remove unused property assignmenttoasted-nutbread2019-12-16
| |
| * Add getContainer to popuptoasted-nutbread2019-12-16
| |
| * Add getContainerRect to popuptoasted-nutbread2019-12-16
| |
| * Move container definitiontoasted-nutbread2019-12-16
| |
| * Mark private functionstoasted-nutbread2019-12-16
| |
| * Reorganize popup-only public functionstoasted-nutbread2019-12-16
| |
| * Reorganize popup public functions to match popup proxytoasted-nutbread2019-12-16
| |
| * Group poup static functions togethertoasted-nutbread2019-12-16
| |
| * Move popup public propertiestoasted-nutbread2019-12-16
| |
| * Mark private memberstoasted-nutbread2019-12-16
| |
| * Mark private message handlerstoasted-nutbread2019-12-16
| |
| * Mark private functionstoasted-nutbread2019-12-16
| |
| * jsonRectToDOMRect => convertJsonRectToDOMRecttoasted-nutbread2019-12-16
| | | | | | | | Also make static
| * Group nested message handlers togethertoasted-nutbread2019-12-16
| |
| * Update PopupProxyHost.popups to use a Maptoasted-nutbread2019-12-16
| |
| * Flag members as privatetoasted-nutbread2019-12-16
| |
| * Mark PopupProxy internal functions as privatetoasted-nutbread2019-12-16
| |
| * Clear files after getting the valuetoasted-nutbread2019-12-15
| |
| * Move conditions-ui into settings foldertoasted-nutbread2019-12-14
| |
| * Isolate values returned across window contextstoasted-nutbread2019-12-14
| |
| * Isolate functions passed across window contextstoasted-nutbread2019-12-14
| |
| * Isolate arguments passed across window contextstoasted-nutbread2019-12-14
| |
| * Read file in the current window context before passing to backendtoasted-nutbread2019-12-14
| |
| * Fix incorrect functiontoasted-nutbread2019-12-13
| |
| * Fix command handlingtoasted-nutbread2019-12-13
| |
| * Add functions for modifying mutable optionstoasted-nutbread2019-12-13
| |