Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixing exception | Alex Yatskov | 2016-07-23 |
| | |||
* | Support looking up definitions for buttons and inputs. | Alex Yatskov | 2016-07-23 |
| | |||
* | Deleting dead code, bumping version. | Alex Yatskov | 2016-07-23 |
| | |||
* | Use document.write to populate IFRAME, as this avoids flicker on navbar | Alex Yatskov | 2016-07-23 |
| | | | | | buttons and performs better. Will have to conditionally do the old behavior for Firefox. | ||
* | Cleanup | Alex Yatskov | 2016-07-23 |
| | |||
* | Renaming classes | Alex Yatskov | 2016-07-23 |
| | |||
* | Support looking up image tags | Alex Yatskov | 2016-07-23 |
| | |||
* | WIP | Alex Yatskov | 2016-07-23 |
| | |||
* | Work on supporting different text sources | Alex Yatskov | 2016-07-22 |
| | |||
* | Stub | Alex Yatskov | 2016-07-22 |
| | |||
* | Fixing range optimization | Alex Yatskov | 2016-07-21 |
| | |||
* | Version bump | Alex Yatskov | 2016-07-20 |
| | |||
* | Fixing audio not working on some pages | Alex Yatskov | 2016-07-20 |
| | |||
* | Formatting legal page | Alex Yatskov | 2016-07-19 |
| | |||
* | Fixing Kanji behavior, bumping version | Alex Yatskov | 2016-07-18 |
| | |||
* | Pronounce => Play Audio | Alex Yatskov | 2016-07-18 |
| | |||
* | More error updates | Alex Yatskov | 2016-07-17 |
| | |||
* | Better error message | Alex Yatskov | 2016-07-17 |
| | |||
* | Audio support | Alex Yatskov | 2016-07-17 |
| | |||
* | Add option to enable and disable audio playback | Alex Yatskov | 2016-07-15 |
| | |||
* | Simplify requests | Alex Yatskov | 2016-07-14 |
| | |||
* | Bumping version number | Alex Yatskov | 2016-07-10 |
| | |||
* | Support additional replacement fields | Alex Yatskov | 2016-07-10 |
| | |||
* | Updating options page for smaller layout | Alex Yatskov | 2016-07-06 |
| | |||
* | Temporarily removing gecko code from master until everything works in | Alex Yatskov | 2016-07-06 |
| | | | | | | | firefox branch. This reverts commit 30585892b812dbf19c15bd010d6032fffa204c0d, reversing changes made to bd89db4ec5a55e7b08b27a3d736a32e859084aff. | ||
* | Revert "Remove firefox related warning for chrome branch" | Alex Yatskov | 2016-07-06 |
| | | | | This reverts commit 125877a653d4333c6a67964138213a3849769550. | ||
* | Remove firefox related warning for chrome branch | Alex Yatskov | 2016-07-05 |
| | |||
* | Request permission to access localhost | ispedals | 2016-06-19 |
| | | | | | | Permission is required to do XHR request to the domain. Otherwise Gecko attempts to use CORS to negotiate the request, which AnkiConnect does not expect. | ||
* | Polyfill caretRangeFromPoint() | ispedals | 2016-06-19 |
| | | | | | Gecko did not implment the older caretRangeFromPoint() and instead implemented the newer caretPositionFromPoint() | ||
* | Use iFrame srcdoc attribute to set the content of the popup | ispedals | 2016-06-19 |
| | | | | | | | | Previously the contentdocument of the iFrame was opened and document.write() was being used set the contents of the popup. In Gecko, content scripts do not have the same security context as of the embedded page, so the call to document.open() results in a SecurityError. | ||
* | Add mimetype to XHR call | ispedals | 2016-06-19 |
| | | | | This silences warnings about the JSON files being ill-formed | ||
* | Workaround spidermonkey bug so dictionary data loads | ispedals | 2016-06-19 |
| | | | | | We need to make a copy of the iteration variable in the for-of loop so that the distinct values are available in the callback. | ||
* | Add polyfills for Gecko's WebExtension implementation | ispedals | 2016-06-19 |
| | | | | | | | | Gecko currently does not support chrome.storage.sync and chrome.runtime.onInstalled. Use chrome.storage.local instead of sync and ignore calls to onInstalled. The implication of not having runtime.onInstalled is that the options page is not shown on first-run. | ||
* | Use non-deprecated options_ui instead of options_page in manifest | ispedals | 2016-06-18 |
| | |||
* | Add Gecko as a supported application to manifest | ispedals | 2016-06-18 |
| | |||
* | Support tagging | Alex Yatskov | 2016-06-14 |
| | |||
* | Cache audio samples | Alex Yatskov | 2016-06-14 |
| | |||
* | Use `let` instead of `const` in for loops. | Alex Yatskov | 2016-06-14 |
| | |||
* | Cleanup | Alex Yatskov | 2016-06-14 |
| | |||
* | Audio | Alex Yatskov | 2016-06-14 |
| | |||
* | Elementary audio playback support | Alex Yatskov | 2016-06-14 |
| | |||
* | Removing HTML option | Alex Yatskov | 2016-06-14 |
| | |||
* | Option stubs | Alex Yatskov | 2016-06-14 |
| | |||
* | Improved text scanning | Alex Yatskov | 2016-06-14 |
| | |||
* | Better selection handling, fixing scan length being treated as a string. | Alex Yatskov | 2016-06-14 |
| | |||
* | Option preference page on install. | Alex Yatskov | 2016-06-14 |
| | |||
* | Version bump | Alex Yatskov | 2016-06-14 |
| | |||
* | Updating homepage url | Alex Yatskov | 2016-06-14 |
| | |||
* | Bumping version | Alex Yatskov | 2016-05-29 |
| | |||
* | Better glossary formatting | Alex Yatskov | 2016-05-29 |
| |