toasted-nutbread
|
3033fea31e
|
Treat null templates as the default value
|
2019-12-29 12:33:03 -05:00 |
|
toasted-nutbread
|
024f969bfd
|
Update comment on getClipboardText
|
2019-12-22 20:35:26 -05:00 |
|
toasted-nutbread
|
dec7f6cabb
|
Add comment describing what token is used for
|
2019-12-22 20:35:26 -05:00 |
|
toasted-nutbread
|
8b89e99eff
|
Remove contenteditable="true" from textarea
|
2019-12-22 20:35:26 -05:00 |
|
toasted-nutbread
|
11b94d5a82
|
Make apiClipboardGet use plaintext
Also clear the value before returning
|
2019-12-22 20:35:26 -05:00 |
|
toasted-nutbread
|
bf93d9f5f9
|
Improve performance of DisplaySearch's clipboard monitor
|
2019-12-22 20:35:26 -05:00 |
|
toasted-nutbread
|
362e317a5d
|
Change FrontendApiSender.callbacks to be a map
|
2019-12-21 14:30:13 -05:00 |
|
toasted-nutbread
|
a2175f2c29
|
Move PopupProxyHost initialization
|
2019-12-21 13:27:32 -05:00 |
|
toasted-nutbread
|
7ae0584077
|
Update initialization
|
2019-12-21 13:19:31 -05:00 |
|
toasted-nutbread
|
35216332bf
|
Replace window.yomichan_backend with window.yomichanBackend
|
2019-12-20 23:21:29 -05:00 |
|
toasted-nutbread
|
f8365b8092
|
Replace window.yomichan_search with DisplaySearch.instance
|
2019-12-20 23:20:56 -05:00 |
|
toasted-nutbread
|
b2cc694d95
|
Replace window.yomichan_display with DisplayFloat.instance
|
2019-12-20 23:20:42 -05:00 |
|
toasted-nutbread
|
8c236cca44
|
Remove unused yomichan_frontend
|
2019-12-20 23:20:22 -05:00 |
|
toasted-nutbread
|
7b9731e616
|
Fix apiOptionsGet being used on the background page
|
2019-12-20 22:54:28 -05:00 |
|
toasted-nutbread
|
ec8b805e8f
|
Fix missing API functions being used on the background page
|
2019-12-20 22:46:20 -05:00 |
|
toasted-nutbread
|
d7bf128333
|
Update handlebars cache
|
2019-12-20 21:51:34 -05:00 |
|
toasted-nutbread
|
2519f99f54
|
Update how orphan state is observed
|
2019-12-20 13:44:33 -05:00 |
|
toasted-nutbread
|
2a95f1420f
|
Move optionsUpdate message handler into Yomichan class
|
2019-12-20 13:36:54 -05:00 |
|
toasted-nutbread
|
e14bd75a4f
|
Change how getUrl message is handled
|
2019-12-20 13:15:26 -05:00 |
|
toasted-nutbread
|
cab2a39981
|
Simplify options passed to docRangeFromPoint
|
2019-12-17 20:56:32 -05:00 |
|
toasted-nutbread
|
4b5138b96e
|
Override pointer-events with important
|
2019-12-17 20:54:57 -05:00 |
|
toasted-nutbread
|
ff1f256ffa
|
Only return unique elements from docElementsFromPoint
This fixes #294
|
2019-12-17 20:53:12 -05:00 |
|
toasted-nutbread
|
9557d8048b
|
Fix undefined reference
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
68a0293867
|
Make PopupProxy functions async enabled status match Popup
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
d6c64643b1
|
Don't return promises for frontend message handlers
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
0fb2357ec7
|
isVisibleAsync => isVisible
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
29734ea6e9
|
isVisible => isVisibleSync
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
72ab6f1f45
|
Remove unused child getter
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
801df8000f
|
Mark private members
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
7c68490d2e
|
Add setParent to popup
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
30e13354b3
|
Add Popup.isProxy
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
289a1849c4
|
Add _createPopupInternal to return both popup and new ID
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
41fadfd0a9
|
Add setChildrenSupported to popup
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
7140a19100
|
Remove unused property assignment
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
c4719cb7f4
|
Add getContainer to popup
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
4ba93b0770
|
Add getContainerRect to popup
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
37da5fef59
|
Move container definition
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
c3ea952844
|
Mark private functions
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
44bde5c676
|
Reorganize popup-only public functions
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
4014bbab42
|
Reorganize popup public functions to match popup proxy
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
8164ccfbfc
|
Group poup static functions together
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
fab0d70358
|
Move popup public properties
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
2c3a145866
|
Mark private members
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
8a127e07f3
|
Mark private message handlers
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
525a3a50d1
|
Mark private functions
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
2c8c6866ef
|
jsonRectToDOMRect => convertJsonRectToDOMRect
Also make static
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
3f8cc83c25
|
Group nested message handlers together
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
88ac8f4ead
|
Update PopupProxyHost.popups to use a Map
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
8efbf9bd0d
|
Flag members as private
|
2019-12-16 19:54:41 -05:00 |
|
toasted-nutbread
|
bf02eb2ea1
|
Mark PopupProxy internal functions as private
|
2019-12-16 19:54:41 -05:00 |
|