summaryrefslogtreecommitdiff
path: root/ext/fg/js/source.js
Commit message (Expand)AuthorAge
* Button and image scanning (#705)toasted-nutbread2020-08-02
* Use DOMTextScanner (#536)toasted-nutbread2020-06-21
* Text source refactor (#527)toasted-nutbread2020-05-10
* Fix setStartOffset not appending (#526)toasted-nutbread2020-05-09
* Text scanning update (#507)toasted-nutbread2020-05-06
* Style fixes (#494)toasted-nutbread2020-05-02
* Catch WrongDocumentError thrown by compareBoundaryPoints (#491)toasted-nutbread2020-05-02
* Update license author field to broader to explicitly reflect thatAlex Yatskov2020-04-10
* Don't use innerHTMLtoasted-nutbread2020-02-23
* Check type of other for equals functionstoasted-nutbread2020-02-15
* Fix equals function on TextSourceRange when imposter elements are usedtoasted-nutbread2020-01-26
* Update license info URLtoasted-nutbread2020-01-01
* Update copyrighttoasted-nutbread2020-01-01
* Update unused argumentstoasted-nutbread2019-11-26
* Use const rather than let where possibletoasted-nutbread2019-11-26
* Use single quotestoasted-nutbread2019-11-26
* Fix seekForward and seekBackward not handling length=0 case correctlytoasted-nutbread2019-11-08
* add missing return to fix vertical text modesiikamiika2019-10-16
* Fix getElementWritingMode returning deprecated values on Edgetoasted-nutbread2019-10-13
* Refactor seekForward and seekBackwardtoasted-nutbread2019-09-28
* Fix incorrect checktoasted-nutbread2019-09-28
* Directly return rather than use a temporary variabletoasted-nutbread2019-09-28
* Change skipped node types to use a switch statementtoasted-nutbread2019-09-28
* Normalize XHTML document node.nodeNode to upper casetoasted-nutbread2019-09-15
* Merge pull request #201 from toasted-nutbread/omit-contains-point-checkAlex Yatskov2019-09-05
|\
| * Omit containsPoint check on searchAttoasted-nutbread2019-09-03
* | Move static DOM scanning functions into TextSourceRangetoasted-nutbread2019-09-02
|/
* Merge pull request #196 from toasted-nutbread/vertical-text-popup-positionAlex Yatskov2019-09-02
|\
| * Improve popup position for vertical texttoasted-nutbread2019-08-31
* | Create container for imposter elementtoasted-nutbread2019-09-01
* | Make the imposter element tracked using TextSourceRangetoasted-nutbread2019-08-31
|/
* fix off by one errorsiikamiika2019-08-19
* ensure that content is iterablesiikamiika2019-08-15
* reimplement ignored chars inside source.js onlysiikamiika2019-08-15
* ignore zero-width non-joinersiikamiika2019-08-14
* add option to automatically hide search results (fixes #71)Alex Yatskov2017-09-16
* frontend cleanupAlex Yatskov2017-08-15
* unify filesAlex Yatskov2017-08-13