| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-28 | Simplify hint-string generation; simplification. | Stephen Blott | |
| 2015-09-20 | Merge pull request #1086 from mrmr1993/countMatches | Phil Crosby | |
| Rework to make match counting code for searches more DRY and easier to read | |||
| 2015-09-11 | Tweak comment from #1813. | Stephen Blott | |
| 2015-09-11 | Move escaping regex special chars to its own utility function | mrmr1993 | |
| 2015-09-10 | Don't decode javascript URIs on 46.0.2467.2 and later | mrmr1993 | |
| The fix for Chromium issue 483000 landed in this version, so it is no longer necessary for #1611 | |||
| 2015-08-28 | fix a bug that Utils using DomUtils | gdh1995 | |
| remove Utils.createElementFromHtml since it's not in use | |||
| 2015-08-26 | Use createElementNS for XML documents and remove XML specific codepaths | mrmr1993 | |
| This implements @gdh1995's idea from #1796. | |||
| 2015-06-20 | The second part of b09822eb349ec88a573d4f450e9b57e8fa3c6473 is incorrect. | Stephen Blott | |
| Revert it. | |||
| 2015-06-20 | Fix SimpleCache bugs. | Stephen Blott | |
| This fixes two bugs in SimpleCache. 1. Rotate the cache on the next tick. There is a marginally small chance that the cache will rotate between calls to .has() and .get(). So, we do the rotation ansynchronously. This guarantees that these two functions will always see the same cache state. 2. The implementation of .clear() (which is unused, I think) has at some point become out of date (and incorrect) w.r.t. the implementation of .rotate(). | |||
| 2015-05-31 | Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-text | Stephen Blott | |
| Direct keyboard access to custom-search engines via keyword flag | |||
| 2015-05-29 | Verify keyword for custom search-engine activation. | Stephen Blott | |
| For ... map s Vomnibar.activate keyword=g ... we verify that "g" is indeed a custom search-engine keyword before setting it. If it is not, we output a console.log message and launch a vanilla vomnibar. (An alternative would be to bail.) | |||
| 2015-05-29 | Move search-engine parsing to Utils. | Stephen Blott | |
| This will allow us to use the same search-engine parsing code in the background page and in content scripts. | |||
| 2015-05-29 | Only perform settings migration in the background page | mrmr1993 | |
| 2015-05-18 | Merge branch 'vomnibar-insert-history-with-tab' | Stephen Blott | |
| Conflicts: background_scripts/completion.coffee | |||
| 2015-05-17 | use a less brittle approach to decoding URIs. | Stephen Blott | |
| 2015-05-17 | TabToOpen: respect trailing options when extracting query terms. | Stephen Blott | |
| A custom search engine like this... i: https://www.google.ie/search?q=%s&num=30&newwindow=1&biw=1918&bih=1015&tbm=isch Google image search Should not match a URL like this... https://www.google.ie/search?q=bbc+sport | |||
| 2015-05-17 | TabToOpen: more tidy up pre-PR. | Stephen Blott | |
| 2015-05-17 | TabToOpen: tidy up pre-PR. | Stephen Blott | |
| 2015-05-16 | Refactor query extraction to Utils.extractQuery(). | Stephen Blott | |
| If we go with this and #1662, then we can share the utility. | |||
| 2015-05-14 | Rework how SimpleCache works. | Stephen Blott | |
| Change the implementation of SimpleCache such that it does not rely upon timers. The problem with times is that they retain a reference to the object even if Vimium itself loses all references. This approach seems simpler, and perfectly adequate for our purposes. | |||
| 2015-05-11 | Merge branch 'search-engine-completion-v5' | Stephen Blott | |
| 2015-05-10 | Search completion; fix synchronisation issue. | Stephen Blott | |
| 2015-05-10 | Search completion; reuse previous query. | Stephen Blott | |
| 2015-05-10 | Search completion; refactor job-running logic. | Stephen Blott | |
| 2015-05-10 | Search completion; rework SimpleCache. | Stephen Blott | |
| 2015-05-10 | Search completion; refactor searchEngineCompleter. | Stephen Blott | |
| This revamps how search-engine configuration is handled, and revises some rather strange legacy code. | |||
| 2015-05-09 | Search completion; refactor SearchCompleter activation. | Stephen Blott | |
| 2015-05-08 | Search completion; search keyword on SPACE. | Stephen Blott | |
| 2015-05-08 | Search completion; clear (not replace) the cache. | Stephen Blott | |
| 2015-05-06 | Search completion; more tweaks. | Stephen Blott | |
| 2015-05-05 | Search completion; misc. | Stephen Blott | |
| 2015-05-05 | Search completion; better SimpleCache. | Stephen Blott | |
| SimpleCache should reset the timer very time it's rotated (including when the allowed number of entries is exceeded. | |||
| 2015-05-05 | Fix javascript: URIs. | Stephen Blott | |
| This is @mrmr9393's suggestion from #1636. It mimic's Chrome's behaviour when a javascript: URI is enetered into the omnibox (or clicked). Fixes #1611. | |||
| 2015-05-03 | Search completion; make completion lookup asynchronous. | Stephen Blott | |
| 2015-05-03 | Search completion; tweaks and refactoring. | Stephen Blott | |
| 2015-05-02 | Search completion; minor tweaks. | Stephen Blott | |
| Including: - Make completers classes. That way, we may be able to get better code reuse. | |||
| 2015-05-02 | Search completion; refactor to separate file. | Stephen Blott | |
| 2015-05-01 | Always URL decode javascript: URLs. | Stephen Blott | |
| 2015-04-30 | URL decode bookmarklets, if necessary. | Stephen Blott | |
| 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 | |
