| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-02 | Refactor Utils.hasChromePrefix and add tests. | Stephen Blott | |
| 2014-10-29 | Fix tests | mrmr1993 | |
| 2014-10-27 | Note need for more command tests. | Stephen Blott | |
| 2014-10-27 | Ensure advanced commands are in command groups. | Stephen Blott | |
| 2014-10-27 | Validate each advanced command is in a command group. | Stephen Blott | |
| 2014-10-27 | Fix tests for favicons. | Stephen Blott | |
| 2014-10-26 | Reduce max removeTab to chrome.session.MAX_SESSION_RESULTS. | Stephen Blott | |
| 2014-10-26 | Add tests to validate command structures. | Stephen Blott | |
| 2014-09-06 | Structured passkeys; changes following code review; major rewrite of options. | Stephen Blott | |
| 2014-09-02 | Structured passkeys, internally and on the options and popup pages. | Stephen Blott | |
| 2014-08-24 | PassKey tests (1) | Stephen Blott | |
| 2014-06-14 | Merge pull request #1058 from mijoharas/custom_search_engines | Phil Crosby | |
| Custom search engines | |||
| 2014-05-29 | Adding in search engines feature to fix #1009 | mike-work | |
| 2014-05-18 | Import of bookmark-folder-search code and tests. | Stephen Blott | |
| 2014-05-16 | Address philc's comments. | Stephen Blott | |
| 2014-05-16 | Import relevancy improvement code. | Stephen Blott | |
| 2014-04-30 | Merge branch 'smblott-github-sync-chrome-instances' | Phil Crosby | |
| Conflicts: tests/unit_tests/utils_test.coffee | |||
| 2014-04-27 | Response to @philc's comments regarding sync. | Stephen Blott | |
| 2014-04-19 | Add a couple more test cases for Sync. | Stephen Blott | |
| 2014-04-19 | Test that all stored settings are JSONified. | Stephen Blott | |
| 2014-04-19 | Delay initializing sync until other components have started. | Stephen Blott | |
| 2014-04-19 | Add remote sync test for setting cleared. | Stephen Blott | |
| 2014-04-19 | Add test cases for "asynchronous" sync. | Stephen Blott | |
| 2014-04-19 | Add tests for sync. | Stephen Blott | |
| 2014-04-19 | Fix indentation and disable sync.log() messages. | Stephen Blott | |
| 2014-04-19 | Settings tests pass, Sync still has an error. | Stephen Blott | |
| 2014-04-18 | Merge pull request #945 from shyiko/master | Phil Crosby | |
| Fixed detection of links which are only partially inside the viewport | |||
| 2013-11-06 | Update version number to 1.44 | Phil Crosby | |
| 2013-10-28 | Fixed sporadic utils_test failure (which could be reproduced when ↵ | Stanley Shyiko | |
| settings_test did not precede utils_test) | |||
| 2013-05-11 | Update version number | Phil Crosby | |
| 2012-11-14 | RegexpCache: reorganise and improve tests. | Stephen Blott | |
| 2012-11-14 | Clean up regexp unit tests. | Stephen Blott | |
| 2012-11-13 | Smartcase matching for vomnibar. | Stephen Blott | |
| Vomnibar queries are case insensitive, unless the query contains a capital letter. | |||
| 2012-11-12 | Improve unit test structure and coverage. | Stephen Blott | |
| 2012-11-11 | Changes in responce to philc's recommendations. | Stephen Blott | |
| See: https://github.com/philc/vimium/pull/715 | |||
| 2012-11-11 | More domain completer tests. | Stephen Blott | |
| 2012-11-11 | Additional unit tests for domain completer. | Stephen Blott | |
| 2012-11-11 | Remove comments regarding non-existent bug. | Stephen Blott | |
| 2012-11-11 | Extend removing entries to the domain completer. | Stephen Blott | |
| 2012-11-11 | Remove history entries. | Stephen Blott | |
| When a chrome history entry is removed, remove that entry from our history too. Same when the entire history is removed. | |||
| 2012-11-05 | Factor pushMatchingRanges, improve comments/tests | Stephen Blott | |
| 1. Factor out `pushMatchingRanges`: This then allows us to ... 2. Add unit tests for `pushMatchingRanges` In effect, these tests verify where matches are highlighted in suggestions. 3. Added Utils.zip. This helps simplify `pushMatchingRanges` unit tests. 4. Improve comments. | |||
| 2012-11-04 | Generalise RegexpCache, refactor, add tests. | Stephen Blott | |
| This is a no-op, currently. It's just setting up the RegexpCache interface for subsequent development. | |||
| 2012-11-03 | Merge pull request #702 from smblott-github/relevancy-fix | Jez Ng | |
| Improve consistency and fix bug in relevancy calculation. | |||
| 2012-11-03 | Bug fix. Not all query terms matched. | Stephen Blott | |
| Additionally, add relevant test cases. | |||
| 2012-11-03 | Extend unit tests for RankingUtils. | Stephen Blott | |
| 1. Add additional tests for `RankingUtils.matches()`. 2. Add tests for `RankingUtils.wordRelevancy()`. | |||
| 2012-11-02 | Make tests pass against strict comparisons. | Jez Ng | |
| 2012-11-02 | Fix unit test. | Jez Ng | |
| Earlier commit made without having compiled the changed code... | |||
| 2012-11-02 | Modify test to check for inorder bookmarks traversal. | Jez Ng | |
| 2012-10-29 | Integrate with Travis CI. | Jez Ng | |
| 2012-10-29 | Convert strings to numbers when saving options page. | Jez Ng | |
| This avoids the need to continually re-parse the strings each time we load the option value. | |||
