| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-30 | Visual/edit modes: another minor code review. | Stephen Blott | |
| 2015-01-28 | Visual/edit modes: yet more minor changes. | Stephen Blott | |
| - Use a has for singletons (as it was previously), but with a distinct identity generated by Utils.getIdentity. - Fix counts not be using in a number of places. | |||
| 2015-01-21 | Edit mode: first working visual mode. | Stephen Blott | |
| 2014-12-30 | Merge branch 'master' into post-1.46 | Stephen Blott | |
| 2014-12-30 | Merge branch 'passkeys---union-of-rules' of ↵ | Stephen Blott | |
| https://github.com/smblott-github/vimium into smblott-github-passkeys---union-of-rules | |||
| 2014-12-30 | Exclusions; use querySelector to find sub-elements. | Stephen Blott | |
| As @philc pointed out in #1366, this is less brittle. | |||
| 2014-12-28 | Consistent treatment of search terms; update comment.. | Stephen Blott | |
| 2014-12-28 | Consistent treatment of search terms. | Stephen Blott | |
| 2014-12-21 | Exclusion; fiddle with styling. | Stephen Blott | |
| 2014-12-21 | Exclusion; warn on chrome pages. | Stephen Blott | |
| 2014-12-21 | Exclusion; unique keys. | Stephen Blott | |
| 2014-12-19 | Tidy cursor hider, move haveChromeVersion to utils. | Stephen Blott | |
| 2014-12-14 | Merge branch 'vomnibarToPage' of https://github.com/smblott-github/vimium ↵ | Stephen Blott | |
| into smblott-github-vomnibarToPage Conflicts: background_scripts/main.coffee content_scripts/vimium.css content_scripts/vomnibar.coffee lib/utils.coffee | |||
| 2014-11-24 | Frames; eliminate Array::rotate. | Stephen Blott | |
| Array::rotate extends the array object, polluting its name space; so, instead, we just rotate the array manually. | |||
| 2014-11-23 | Frames; tidy up. | Stephen Blott | |
| 2014-11-23 | Monitor a tab's frames as a list with the current frame at its head | mrmr1993 | |
| 2014-11-06 | Add (initial, basic) isUrl tests (more needed). | Stephen Blott | |
| 2014-11-06 | Include scheme for domain suggestions; tighter test for valid domain. | Stephen Blott | |
| 2014-11-06 | Don't suggest domains which aren't. | Stephen Blott | |
| 2014-11-02 | Refactor Utils.hasChromePrefix and add tests. | Stephen Blott | |
| 2014-11-02 | Fix browser prefix detection | mrmr1993 | |
| 2014-09-17 | Allow open popups from bookmarklets. Fix #968. | Shrikant Sharat | |
| Use the `openUrlInCurrentTab` message to open bookmarklets so they are opened via `chrome.tabs.update` instead of an injected script element. This allows bookmarklets to open popups. | |||
| 2014-04-19 | Handle data: URIs as a chrome prefix | mrmr1993 | |
| 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-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-09-06 | Touching up. | 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-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 | |
