| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-09 | Fix utils.getCurrentVersion() | sainaen | |
| The code of this function before patch doesn't work for two reasons: 1) it makes async call, so it actually returns `undefined` 2) you need appropriate permission to call chrome.management.get() in manifest | |||
| 2013-03-07 | Replaces workaround and should let travis work again | Timo Sand | |
| 2013-01-02 | Make smartcase locale-aware. | Jez Ng | |
| 2012-11-13 | Include "chrome-extension" in chrome prefixes. | Stephen Blott | |
| You can bookmark chrome-extension://... pages. But you can't use them: vimium sends you to the default search engine. This commit fixes the issue. | |||
| 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-10-29 | Split out compareVersions into the Utils file. | Jez Ng | |
| 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-24 | Use insertCSS() API instead of manually created style element. | Jez Ng | |
| For some reason addCssToPage seemed to break on Chrome 24. Closes #676. | |||
| 2012-10-23 | Revert previous change whereby "+" characters inserted between search | Stephen Blott | |
| terms are not URLencoded. | |||
| 2012-10-23 | Code cleanup, as requested by in3/Jez Ng here: | Stephen Blott | |
| - https://github.com/philc/vimium/pull/682. | |||
| 2012-10-21 | Configurable vomnibox default/fallback search engine. | Stephen Blott | |
| 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-09 | More lint fixes. | Jez Ng | |
| 2012-09-06 | Touching up. | Jez Ng | |
| 2012-09-06 | Merge remote-tracking branch 'liesen/idiomatic-coffee-utils' into next-release | Jez Ng | |
| 2012-09-06 | Remove unused Class | Johan Liesén | |
| 2012-09-06 | Move instant tests to the top of the function: return early if possible | Johan Liesén | |
| 2012-09-06 | Lay out long TLDs on one line | Johan Liesén | |
| 2012-09-06 | Align regex comments on the same line as the expression | Johan Liesén | |
| 2012-09-05 | Tidy up if-statement | Johan Liesén | |
| 2012-09-05 | Wrap lines at 110 chars | Johan Liesén | |
| 2012-09-04 | More idiomatic CoffeeScript | Johan Liesén | |
| 2012-09-04 | More idiomatic CoffeeScript for Utils.isUrl | Johan Liesén | |
| 2012-09-04 | Style fixes. | Jez Ng | |
| Errors were detected using coffeelint. | |||
| 2012-08-26 | Fix rectangle flashing on pages with a relative-positioned <body>. | Jez Ng | |
| 2012-08-20 | More refactoring-cleanup. | Jez Ng | |
| * vimium_frontend now has a pretty decent set of exports * Generic linkHints code has been moved to DomUtils, so future features can reuse the code. | |||
| 2012-08-19 | Use more idiomatic CS. | Jez Ng | |
| 2012-08-04 | Refactor link hints to be more functional. | Jez Ng | |
| This paves the way for the hints code to be reused in other modes. | |||
| 2012-06-20 | Refactor prefix recognition, add about: prefix as well. | Jez Ng | |
| 2012-06-20 | Teach URL canonicalizer about 'view-source:' prefix. | Jez Ng | |
| 2012-06-17 | Use the browser's built-in bind() instead of our proxy() | Phil Crosby | |
| 2012-06-12 | Add a global extend function | Phil Crosby | |
| 2012-06-12 | Port utils.js to coffeescript | Phil Crosby | |
| 2012-06-12 | Port keyboard_utils.js to coffeescript | Phil Crosby | |
| 2012-06-12 | port dom_utils.js to coffeescript | Phil Crosby | |
| 2012-06-12 | port clipboard.js to coffeescript | Phil Crosby | |
| 2012-06-10 | Perform a google search if they hit enter with no selection. | Phil Crosby | |
| 2012-05-29 | make utils.js work in a commonjs format. | Phil Crosby | |
| 2012-05-29 | Use a less wasteful escapeHtml function | Phil Crosby | |
| 2012-05-29 | Have Function.curry take varargs instead of an array. | Phil Crosby | |
| 2012-05-05 | Put content scripts and background scripts in separate directories, so the ↵ | Phil Crosby | |
| purpose and execution mode are more clear. Sorry if you had patches in your local copies and this breaks them -- these renames were a long time coming, and now is better than later. | |||
| 2012-05-05 | Get rid of the inheritance features of Class.extend, since we don't need ↵ | Phil Crosby | |
| them atm. | |||
| 2012-05-05 | Name everything "completor". There's very little different between ↵ | Phil Crosby | |
| completors and completorSources. | |||
| 2012-05-05 | Explain what the smart completor is. | Phil Crosby | |
| 2012-05-05 | Bring clarity to what "createInternalMatch" is doing... | Phil Crosby | |
| 2012-05-05 | vomnibar -> vomnibox | Phil Crosby | |
| 2012-05-05 | move the async completer next to the classes which use it. | Phil Crosby | |
| 2012-05-05 | Add overview documentation to explain the completion workflow. | Phil Crosby | |
| 2012-05-05 | Rename func => functionName | Phil Crosby | |
