yomichan/ext/fg/js
toasted-nutbread 13b184707b Remove unnecessary functions
apiOptionsSet not required in bg/js/api.js after optionsSave; optionsSave already invokes apiOptionsSet.
apiOptionsSet not required in fg/js/api.js since it's never invoked by the foreground.
optionsSet handler not required in bg/js/backend.js since the message is never sent by the foreground.
2019-09-06 21:23:35 -04:00
..
api.js Remove unnecessary functions 2019-09-06 21:23:35 -04:00
document.js Fix typo 2019-09-02 11:43:49 -04:00
float.js Update nested initialization parameters passed via message rather than using the URL query string 2019-09-02 19:33:28 -04:00
frontend-api-receiver.js Fix messaging issues when iframes are present in the document 2019-09-02 19:33:28 -04:00
frontend-api-sender.js Fix messaging issues when iframes are present in the document 2019-09-02 19:33:28 -04:00
frontend.js Move static DOM scanning functions into TextSourceRange 2019-09-02 19:33:52 -04:00
popup-nested.js Add option to enable/disable scanning of source expressions in popups 2019-09-02 19:33:52 -04:00
popup-proxy-host.js change Popup.children to Popup.child 2019-09-02 19:33:52 -04:00
popup-proxy.js change Popup.children to Popup.child 2019-09-02 19:33:52 -04:00
popup.js Fix nested popups closing when the mouse leaves the parent's rect 2019-09-03 18:55:55 -04:00
source.js Move static DOM scanning functions into TextSourceRange 2019-09-02 19:33:52 -04:00
util.js Add support for showing recursive popups 2019-09-02 19:31:42 -04:00