| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-22 | Remove redundant stub | mrmr1993 | |
| 2014-11-22 | Make delayed tab registration synchronous, real-time-based | mrmr1993 | |
| 2014-11-18 | Tab recency; register visit only after 750ms. | Stephen Blott | |
| 2014-11-09 | Merge pull request #1231 from smblott-github/tabs-order | Stephen Blott | |
| Tabs order; order tabs by recency for empty searches. | |||
| 2014-11-08 | Tabs order; more tests. | Stephen Blott | |
| 2014-11-08 | Tabs order; add tests. | Stephen Blott | |
| 2014-11-06 | Add (initial, basic) isUrl tests (more needed). | Stephen Blott | |
| 2014-11-06 | Fix domain tests. | Stephen Blott | |
| 2014-11-02 | Merge pull request #1219 from mrmr1993/fix-google-groups | Stephen Blott | |
| Force our key event handlers to have the highest possible priority | |||
| 2014-11-02 | Refactor Utils.hasChromePrefix and add tests. | Stephen Blott | |
| 2014-11-02 | Force our key event handlers to have the highest possible priority | mrmr1993 | |
| * The `window` object receives key events before the `document` object, and so any event listeners on `window` get priority. This commit switches from binding `keydown`, `keypress`, `keyup` on `document` to on `window`. * We were using `event.stopPropagation()` to prevent other event listeners from firing if we had handled an event. This stopped the event from propagating to other elements/objects and triggering their event listeners, but didn't block event listeners registered on the same object as ours. Switching to `event.stopImmediatePropagation()` ensures that our event listener is the last to run for the event. Fixing these issues allows Vimium to regain control over key events in Google Groups (eg. the [vimium-dev group](https://groups.google.com/forum/vimium-dev)). | |||
| 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-08-12 | Merge pull request #922 from camflint/FixBuildAndTestTasksOnWindows | Phil Crosby | |
| Fix build and test tasks on Windows | |||
| 2014-08-12 | Add a TODO to tighten up the contract of some tests | Phil Crosby | |
| 2014-08-05 | Match mixed-case relationship links in goNext/goPrevious | Vincent Bernat | |
| Link types are case-insensitive: http://www.w3.org/TR/html5/links.html#linkTypes This should fix #1115. | |||
| 2014-08-05 | Add a test for "link rel='next'" kind of link. | Vincent Bernat | |
| While this is not strictly valid, we don't put the link markup into `<head>` to avoid adding more code just for those two new tests. | |||
| 2014-06-14 | Merge pull request #1058 from mijoharas/custom_search_engines | Phil Crosby | |
| Custom search engines | |||
| 2014-06-08 | Fix build and test on Windows. | spccdt | |
| 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-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 | |
