aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2014-04-19Settings tests pass, Sync still has an error.Stephen Blott
2014-04-18Merge pull request #945 from shyiko/masterPhil Crosby
Fixed detection of links which are only partially inside the viewport
2013-11-06Update version number to 1.44Phil Crosby
2013-10-28Fixed sporadic utils_test failure (which could be reproduced when ↵Stanley Shyiko
settings_test did not precede utils_test)
2013-10-28Fixed detection of links which are only partially inside the viewportStanley Shyiko
2013-09-12Changed deprecated chrome.extension on chrome.runtime in all files and fix testsMaksim Ryzhikov
2013-05-11Update version numberPhil Crosby
2013-05-09Add runtime.getManifest() stub to Chrome mocksainaen
2013-05-06Add onMessage() stub to Chrome extension API mocksainaen
2013-03-03Update the shoulda.js submodule.Jez Ng
2012-11-14RegexpCache: reorganise and improve tests.Stephen Blott
2012-11-14Clean up regexp unit tests.Stephen Blott
2012-11-13Smartcase matching for vomnibar.Stephen Blott
Vomnibar queries are case insensitive, unless the query contains a capital letter.
2012-11-12Improve unit test structure and coverage.Stephen Blott
2012-11-11Changes in responce to philc's recommendations.Stephen Blott
See: https://github.com/philc/vimium/pull/715
2012-11-11More domain completer tests.Stephen Blott
2012-11-11Additional unit tests for domain completer.Stephen Blott
2012-11-11Remove comments regarding non-existent bug.Stephen Blott
2012-11-11Extend removing entries to the domain completer.Stephen Blott
2012-11-11Remove 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-05Factor pushMatchingRanges, improve comments/testsStephen 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-04Generalise 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-03Merge pull request #702 from smblott-github/relevancy-fixJez Ng
Improve consistency and fix bug in relevancy calculation.
2012-11-03Bug fix. Not all query terms matched.Stephen Blott
Additionally, add relevant test cases.
2012-11-03Extend unit tests for RankingUtils.Stephen Blott
1. Add additional tests for `RankingUtils.matches()`. 2. Add tests for `RankingUtils.wordRelevancy()`.
2012-11-02Make tests pass against strict comparisons.Jez Ng
2012-11-02Fix unit test.Jez Ng
Earlier commit made without having compiled the changed code...
2012-11-02Modify test to check for inorder bookmarks traversal.Jez Ng
2012-10-29Integrate with Travis CI.Jez Ng
2012-10-29Move a bunch of stuff under pages/ for tidiness.Jez Ng
Also correct a bug with the show / hide advanced commands button.
2012-10-29Convert 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-29Split out compareVersions into the Utils file.Jez Ng
2012-10-29Make the numbers used in the filtered link hints configurable.Jez Ng
Closes #380.
2012-10-29Factor out scrolling code into a new file.Jez Ng
Also fix a bunch of div-scrolling behavior. Closes #486.
2012-10-29More tests, because I like having coverage.Jez Ng
2012-10-29Update shoulda.js submodule pointer.Jez Ng
2012-10-23Refactor 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-23Tweak options page description and ensure tests pass.Jez Ng
2012-10-20Refactor 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-10Update shoulda.js submodule pointer.Jez Ng
2012-09-09Add more tests, and remove old settings code.Jez Ng
2012-09-09Add JSCoverage support.Jez Ng
2012-09-08Merge branch 'next-release'Jez Ng
2012-09-08Fix formatting.Jez Ng
2012-09-08Set up PhantomJS testing.Jez Ng
2012-09-04Tests for Utils.isUrlJohan Liesén
2012-07-26Fix tests.Jez Ng
2012-06-12Uppercase utils -> UtilsPhil Crosby
2012-06-10Move the tests for utils.convertToUrl into coffeescriptPhil Crosby
2012-06-10Run 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.