aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/query-parser.js
Commit message (Collapse)AuthorAge
* document.js refactor (#719)toasted-nutbread2020-08-09
| | | | | | | | | | | | | | | | | | | * Refactor document.js into a class * Move public functions first * Rename private functions * Rename * Rename argument * Use instance of DocumentUtil * Update tests * Refactor * Rename (test-)document.js to (test-)document-util.js
* Query parser text scanner options refactor (#717)toasted-nutbread2020-08-09
| | | | | | | * Add _setSelectedParser helper * Update TextScanner internal options representation * Update QueryParser internal options representation
* Query parser refactor (#683)toasted-nutbread2020-07-24
* Rename files to better match class name * Don't pass setContent to QueryParser; use a generic event instead