Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Adding version checking | Alex Yatskov | 2016-05-29 |
| | |||
* | Delete unused functions | Alex Yatskov | 2016-05-29 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-29 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-29 |
| | |||
* | New fact creation | Alex Yatskov | 2016-05-29 |
| | |||
* | Display supported field tags | Alex Yatskov | 2016-05-28 |
| | |||
* | Fixing field table | Alex Yatskov | 2016-05-28 |
| | |||
* | Options page now works as intended | Alex Yatskov | 2016-05-28 |
| | |||
* | More cleanup | Alex Yatskov | 2016-05-28 |
| | |||
* | More work on options page | Alex Yatskov | 2016-05-28 |
| | |||
* | Show proper options | Alex Yatskov | 2016-05-28 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-28 |
| | |||
* | Improvements to options page | Alex Yatskov | 2016-05-28 |
| | |||
* | WIP | Alex Yatskov | 2016-05-22 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-22 |
| | |||
* | Adding default options | Alex Yatskov | 2016-05-22 |
| | |||
* | Field selector working | Alex Yatskov | 2016-05-22 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-21 |
| | |||
* | WIP | Alex Yatskov | 2016-05-21 |
| | |||
* | Styling | Alex Yatskov | 2016-05-21 |
| |