<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/test, branch 20.5.22.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=20.5.22.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=20.5.22.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2020-05-10T18:09:04+00:00</updated>
<entry>
<title>Simplify shadow test and add an open shadow DOM test (#533)</title>
<updated>2020-05-10T18:09:04+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-10T18:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f85508a25edb49de96bebb77a5832931f0819eff'/>
<id>urn:sha1:f85508a25edb49de96bebb77a5832931f0819eff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Japanese util refactor (#510)</title>
<updated>2020-05-06T23:37:36+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-06T23:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f361139d744e58a6c33841cee227d13d1970bb98'/>
<id>urn:sha1:f361139d744e58a6c33841cee227d13d1970bb98</id>
<content type='text'>
* Convert mixed japanese.js to utility class

* Copy functions from bg/js/japanese.js into mixed/js/japanese.js

* Remove bg/js/japanese.js

* Make wanakana dependency optional

* Update tests</content>
</entry>
<entry>
<title>Text scanning update (#507)</title>
<updated>2020-05-06T23:34:32+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-06T23:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d6ae3229614fb11fee799387d17347ea97509c59'/>
<id>urn:sha1:d6ae3229614fb11fee799387d17347ea97509c59</id>
<content type='text'>
* Fix unity test missing a parameter

* Update docSentenceExtract to not rescan content</content>
</entry>
<entry>
<title>Dom text scanner fixes (#505)</title>
<updated>2020-05-06T23:33:17+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-06T23:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f7df6254d6f71d5331b000dcbd27271bd2c3006f'/>
<id>urn:sha1:f7df6254d6f71d5331b000dcbd27271bd2c3006f</id>
<content type='text'>
* Fix test case

* Add test-dom-text-scanner

* Ensure that DOMTextScanner._node never becomes null

* Add remainder</content>
</entry>
<entry>
<title>Move util database modification functions (#499)</title>
<updated>2020-05-06T23:28:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-06T23:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=021ccb5ac3038f63d07ccc9575ee56480031a251'/>
<id>urn:sha1:021ccb5ac3038f63d07ccc9575ee56480031a251</id>
<content type='text'>
* Update onProgress callback to handle multiple arguments

* Add apiImportDictionaryArchive

* Add apiDeleteDictionary

* Make onProgress the last argument for consistency

* Remove deprecated util functions

* Fix issue with missing progress args

* Remove function calls which modify the database from Translator

* Update tests

* Fix errors not being serialized correctly in _createActionListenerPort</content>
</entry>
<entry>
<title>DOMTextScanner (#458)</title>
<updated>2020-05-02T17:05:43+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-02T17:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d4ae9aa501ece99ea6c5e6b8fb01c3005f5b7f03'/>
<id>urn:sha1:d4ae9aa501ece99ea6c5e6b8fb01c3005f5b7f03</id>
<content type='text'>
* Create new class for scanning text in a document

* Update test styles

* Add tests</content>
</entry>
<entry>
<title>Object property accessor API update (#485)</title>
<updated>2020-05-02T16:57:42+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-05-02T16:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=401fe9f8d027fe71f25d2f591f316781e1e0a436'/>
<id>urn:sha1:401fe9f8d027fe71f25d2f591f316781e1e0a436</id>
<content type='text'>
* Simplify function names

* Add delete and swap functions

* Remove custom setter

Not currently part of the expected use cases.

* Add documentation

* Update tests

* Add delete test functions

* Update tests to use fresh objects

* Add swap test functions

* Add empty tests

* Disable delete on arrays</content>
</entry>
<entry>
<title>Error logging refactoring (#454)</title>
<updated>2020-04-26T20:55:25+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-04-26T20:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=5b96559df819f496b39acb75c679f6b3d8c8e65d'/>
<id>urn:sha1:5b96559df819f496b39acb75c679f6b3d8c8e65d</id>
<content type='text'>
* Create new logging methods on yomichan object

* Use new yomichan.logError instead of global logError

* Remove old logError

* Handle unhandledrejection events

* Add addEventListener stub

* Update log function

* Update error conversion to support more types

* Add log event

* Add API log function

* Log errors to the backend

* Make error/warning logs update the badge

* Clear log error indicator on extension button click

* Log correct URL on the background page

* Fix incorrect error conversion

* Remove unhandledrejection handling

Firefox doesn't support it properly.

* Remove unused argument type from log function

* Improve function name

* Change console.warn to yomichan.logWarning

* Move log forwarding initialization into main scripts</content>
</entry>
<entry>
<title>Update tests</title>
<updated>2020-04-23T01:37:28+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-04-23T01:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=a761e420846c5a60ad70a5ad0df186c26f97ffd1'/>
<id>urn:sha1:a761e420846c5a60ad70a5ad0df186c26f97ffd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change some test variables using 'source' instead of 'content'</title>
<updated>2020-04-19T14:57:33+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2020-04-19T14:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=99c1a6a6bc0ce55eb2f20703a7f7f69c4bcefd9d'/>
<id>urn:sha1:99c1a6a6bc0ce55eb2f20703a7f7f69c4bcefd9d</id>
<content type='text'>
</content>
</entry>
</feed>
