| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-10-28 | Fixed detection of links which are only partially inside the viewport | Stanley Shyiko | |
| 2013-09-12 | Changed deprecated chrome.extension on chrome.runtime in all files and fix tests | Maksim Ryzhikov | |
| 2013-05-11 | Update version number | Phil Crosby | |
| 2013-05-09 | Add runtime.getManifest() stub to Chrome mock | sainaen | |
| 2013-05-06 | Add onMessage() stub to Chrome extension API mock | sainaen | |
| 2013-03-03 | Update the shoulda.js submodule. | Jez Ng | |
| 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 | Move a bunch of stuff under pages/ for tidiness. | Jez Ng | |
| Also correct a bug with the show / hide advanced commands button. | |||
| 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. | |||
| 2012-10-29 | Split out compareVersions into the Utils file. | Jez Ng | |
| 2012-10-29 | Make the numbers used in the filtered link hints configurable. | Jez Ng | |
| Closes #380. | |||
| 2012-10-29 | Factor out scrolling code into a new file. | Jez Ng | |
| Also fix a bunch of div-scrolling behavior. Closes #486. | |||
| 2012-10-29 | More tests, because I like having coverage. | Jez Ng | |
| 2012-10-29 | Update shoulda.js submodule pointer. | Jez Ng | |
| 2012-10-23 | Refactor and fix findAndFollowLink. Closes #650. | Jez Ng | |
| * Fix bug where symbols that were themselves word boundaries were not getting matched * Factor out some operations for efficiency * Add tests | |||
| 2012-10-23 | Tweak options page description and ensure tests pass. | Jez Ng | |
| 2012-10-20 | Refactor handlerStack. Closes #657. | Jez Ng | |
| Previously, handlerStack was designed only for removal of the handler right at the top of the stack. However, some handlers sought to remove themselves when they were not at the top of the stack, creating confusion. The new handlerStack ensures that such removal can always be done safely. | |||
| 2012-09-10 | Update shoulda.js submodule pointer. | Jez Ng | |
| 2012-09-09 | Add more tests, and remove old settings code. | Jez Ng | |
| 2012-09-09 | Add JSCoverage support. | Jez Ng | |
| 2012-09-08 | Merge branch 'next-release' | Jez Ng | |
| 2012-09-08 | Fix formatting. | Jez Ng | |
| 2012-09-08 | Set up PhantomJS testing. | Jez Ng | |
| 2012-09-04 | Tests for Utils.isUrl | Johan Liesén | |
| 2012-07-26 | Fix tests. | Jez Ng | |
| 2012-06-12 | Uppercase utils -> Utils | Phil Crosby | |
| 2012-06-10 | Move the tests for utils.convertToUrl into coffeescript | Phil Crosby | |
| 2012-06-10 | Run all tests from within the Cakefile. Not sure why I used a subprocess before. | Phil Crosby | |
| Maybe to make any stacktraces thrown by tests shorter. | |||
