summaryrefslogtreecommitdiff
path: root/ext/bg/settings-popup-preview.html
Commit message (Collapse)AuthorAge
* Dynamic loader load style (#521)toasted-nutbread2020-05-19
| | | | | | | | | * Remove unnecessary load of /fg/css/client.css * Replace dynamicLoader.loadStyles with dynamicLoader.loadStyle * Replace Popup._injectStylesheet with dynamicLoader.loadStyle * Remove unused global
* Popup proxy host refactor (#516)toasted-nutbread2020-05-08
| | | | | | | | | | | | | | | | | | | | | | | * Rename PopupProxyHost to PopupFactory * Update FrontendApiReceiver to support non-async handlers * Make some functions non-async * Make setCustomCss non-async * Make setContentScale non-async * Remove static * Rename variables * Pass frameId into PopupFactory's constructor * Change FrontendApiReceiver source from popup-proxy-host to popup-factor * Rename _invokeHostApi to _invoke * Rename PopupProxy.getHostUrl to getUrl
* Add Yomichan icon SVG (#478)toasted-nutbread2020-04-26
| | | | | | | * Create Yomichan icon SVG and 32x32 PNG * Update icons * Add 32x32 icon definition to HTML pages
* Create popup-preview-frame-main.jstoasted-nutbread2020-04-19
|
* Use a single api.jstoasted-nutbread2019-12-13
|
* remove one more /fg/js/util.jssiikamiika2019-12-09
|
* fix popup previewsiikamiika2019-12-08
| | | | resolves #302
* Move settings scriptstoasted-nutbread2019-12-01
|
* Create DOM utility filetoasted-nutbread2019-11-26
|
* Rename extension.js to core.js to better reflect its usetoasted-nutbread2019-11-26
|
* Add faviconstoasted-nutbread2019-11-02
|
* Placeholder and improve consistency of stylesheet rule prioritiestoasted-nutbread2019-10-13
|
* Change #yomichan-float to .yomichan-floattoasted-nutbread2019-10-13
| | | | Since there can be more than one popup, using a class makes more sense than an ID.
* Add support for a popup previewtoasted-nutbread2019-10-12