Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Updating README.md | Alex Yatskov | 2016-07-04 |
| | |||
* | Deleting images | Alex Yatskov | 2016-07-03 |
| | |||
* | Merge branch 'master' of https://github.com/FooSoft/yomichan-chrome | Alex Yatskov | 2016-07-02 |
|\ | |||
| * | Merge pull request #7 from ispedals/firefox | Alex Yatskov | 2016-06-20 |
| |\ | | | | | | | Firefox | ||
| | * | 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 |
| |/ | |||
* / | Updating README.md | Alex Yatskov | 2016-07-02 |
|/ | |||
* | 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 |
| | |||
* | Merge pull request #1 from ispedals/patch-1 | Alex Yatskov | 2016-06-11 |
|\ | | | | | Document build requirements | ||
| * | Document build requirements | ispedals | 2016-06-11 |
|/ | |||
* | Updating README | Alex Yatskov | 2016-05-30 |
| | |||
* | 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 |
| |