| Commit message (Expand) | Author | Age |
* | Frontend refactor (#508) | toasted-nutbread | 2020-05-06 |
* | Text scanning update (#507) | toasted-nutbread | 2020-05-06 |
* | Dom text scanner fixes (#505) | toasted-nutbread | 2020-05-06 |
* | Popup init update (#497) | toasted-nutbread | 2020-05-06 |
* | Text selection fixes (#511) | siikamiika | 2020-05-07 |
* | Extract textSource text inside TextScanner (#500) | siikamiika | 2020-05-05 |
* | Modifier key profile condition (#487) | siikamiika | 2020-05-03 |
* | DOMTextScanner (#458) | toasted-nutbread | 2020-05-02 |
* | Style fixes (#494) | toasted-nutbread | 2020-05-02 |
* | Validate document nodes before use (#493) | toasted-nutbread | 2020-05-02 |
* | Catch WrongDocumentError thrown by compareBoundaryPoints (#491) | toasted-nutbread | 2020-05-02 |
* | Remove and unload the popup frame if an unexpected load occurs (#490) | toasted-nutbread | 2020-05-02 |
* | Don't parent the popup frame to elements which cause unload (#488) | toasted-nutbread | 2020-05-02 |
* | Refactor frontend API classes (#482) | toasted-nutbread | 2020-05-02 |
* | Remove Frontend inheritance (#486) | toasted-nutbread | 2020-05-02 |
* | Frontend refactor (part 1) (#484) | toasted-nutbread | 2020-04-27 |
* | Use dynamicLoader for main (#481) | toasted-nutbread | 2020-04-26 |
* | Add Yomichan icon SVG (#478) | toasted-nutbread | 2020-04-26 |
* | Error logging refactoring (#454) | toasted-nutbread | 2020-04-26 |
* | Update Popup and DisplayFloat optionsContext from Frontend (#464) | siikamiika | 2020-04-26 |
* | Use IIFE for entry points | toasted-nutbread | 2020-04-22 |
* | Move popup-nested content into float-main | toasted-nutbread | 2020-04-21 |
* | Create float-main.js | toasted-nutbread | 2020-04-19 |
* | Change frontend-initialize.js to content-script-main.js | toasted-nutbread | 2020-04-19 |
* | Add support for displaying images | toasted-nutbread | 2020-04-18 |
* | cache invalidation | siikamiika | 2020-04-18 |
* | simplify element source lazy load | siikamiika | 2020-04-18 |
* | cache closed shadow dom content windows | siikamiika | 2020-04-18 |
* | lazy load element sources | siikamiika | 2020-04-18 |
* | optimize source frame finding | siikamiika | 2020-04-18 |
* | use getFullscreenElement to check fullscreen | siikamiika | 2020-04-18 |
* | move open shadow root iframe finder to a function | siikamiika | 2020-04-18 |
* | show popup inside iframe for closed shadow dom | siikamiika | 2020-04-18 |
* | support iframes inside open shadow dom | siikamiika | 2020-04-18 |
* | disable root frame popup when iframe is fullscreen | siikamiika | 2020-04-18 |
* | Merge pull request #447 from toasted-nutbread/util-conversions | toasted-nutbread | 2020-04-18 |
|\ |
|
| * | Add isExtensionUrl utility function to yomichan object | toasted-nutbread | 2020-04-11 |
* | | Merge pull request #439 from siikamiika/popup-live-toggle | siikamiika | 2020-04-17 |
|\ \ |
|
| * | | fix _canEnable being used before setting options | siikamiika | 2020-04-14 |
| * | | don't focus tab when changing settings | siikamiika | 2020-04-14 |
| * | | prevent spawning multiple FrameOffsetForwarders | siikamiika | 2020-04-12 |
| * | | fix optionsContext URL for root popup | siikamiika | 2020-04-12 |
| * | | remove redundant call guard | siikamiika | 2020-04-11 |
| * | | simplify frontend disable override | siikamiika | 2020-04-11 |
| * | | use setters instead of EventDispatcher | siikamiika | 2020-04-11 |
| * | | fix preview frame error | siikamiika | 2020-04-11 |
| * | | change iframe popup live | siikamiika | 2020-04-11 |
| * | | cache created popups | siikamiika | 2020-04-11 |
| * | | extract different popup creation functions | siikamiika | 2020-04-11 |
| * | | allow disabling scan on search page live | siikamiika | 2020-04-11 |