aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-09Search completion; refactor SearchCompleter activation.Stephen Blott
2015-05-09Search completion; refactor MultiCompleter.Stephen Blott
2015-05-08Search completion; reduce delay.Stephen Blott
2015-05-08Search completion; exclusion [WIP].Stephen Blott
2015-05-08Search completion; search keyword on SPACE.Stephen Blott
2015-05-08Search completion; search keyword on SPACE.Stephen Blott
2015-05-08Search completion; suppress custom search keyword.Stephen Blott
2015-05-08Search completion; tweak example text.Stephen Blott
2015-05-08Search completion; fix DOM tests.Stephen Blott
2015-05-08Search completion; fix unit tests.Stephen Blott
2015-05-08Search completion; exclusivity.Stephen Blott
If we have a custom search engine with a completer, then exclude suggestions from other completion engines.
2015-05-08Search completion; clear (not replace) the cache.Stephen Blott
2015-05-08Search completion; add debug code to completer dispatch.Stephen Blott
2015-05-08Search completion; add space after inserted text.Stephen Blott
2015-05-08Search completion; some code touch up.Stephen Blott
2015-05-08Search completion; add front end cache.Stephen Blott
2015-05-08Search completion; refactor vomnibar launch.Stephen Blott
2015-05-08Search completion; refactor query terms.Stephen Blott
2015-05-08Search completion; tweak timeouts and caching.Stephen Blott
2015-05-08Search completion; do not refetch on duplicate queries.Stephen Blott
2015-05-07Merge pull request #1644 from smblott-github/reset-exclusion-rule-cacheStephen Blott
Clear RegexpCache when exclusion option is saved.
2015-05-07Clear RegexpCache when option saved.Stephen Blott
Fixes #1641.
2015-05-07Search completion; tweak domain completer.Stephen Blott
2015-05-06Reinject content scripts into ALL frames.Stephen Blott
Fixes #1628. Thanks go to @gdh1995.
2015-05-06Search completion; fix yet more tweaks.Stephen Blott
2015-05-06Search completion; yet more tweaks.Stephen Blott
2015-05-06Fix 889decf6c183a185022c22f21143e5436381b942 for tests.Stephen Blott
2015-05-06Use https:// for default search engine.Stephen Blott
Google bounces all searches to https:// anyway.
2015-05-06Search completion; more tweaks.Stephen Blott
2015-05-06Search completion; many tweaks and refactor Suggestion constructor.Stephen Blott
2015-05-06Search completion; move all filter messages to a single port.Stephen Blott
2015-05-06Search completion; simplify messaging code.Stephen Blott
This eliminates the need to repeatedly install and remove listeners for @filterPort in the vomnibar. It also eleiminates the need for "keepAlive" in reponses. All as suggested by @mrmr1993 in #1635.
2015-05-05Possible re-working of #1627.Stephen Blott
2015-05-05Merge remote-tracking branch 'mrmr1993/fix-insert-mode-for-shadow-dom'Stephen Blott
2015-05-05Merge remote-tracking branch 'mrmr1993/fix-insert-mode-for-shadow-dom' into ↵Stephen Blott
search-engine-completion-v2
2015-05-05Better javascript: test case.Stephen Blott
Fixed as per @mrmr1993's comment here: https://github.com/philc/vimium/commit/1a1b8ec05aaca867261a3556317697d8cdaf7b6c
2015-05-05Search completion; misc.Stephen Blott
2015-05-05Search 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-05Search completion; changes in response to @mrmr1993.Stephen Blott
2015-05-05Search completion; user is typing.Stephen Blott
Add plumbing to allow the front end to directly inform completers when the user is typing.
2015-05-05Search completion; rework asynchronous lookups.Stephen Blott
2015-05-05Note post-1.51 changes.Stephen Blott
2015-05-05Fix 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-05Fix unregisterFrame logic.Stephen Blott
2015-05-05Remove now-unnecessary comment.Stephen Blott
2015-05-05Resolve space leak.Stephen Blott
Remaining following 290f5877b95585e73c6ac1b73b11d8df39b724cd.
2015-05-05Guard against missing sender.Stephen Blott
When a tab is closing, Chrome sometimes doesn't set sender.tab. To reproduce, navigate (by entering the URLs directly) between www.bing.com and www.google.com. Fixes #1630. Partially. We still have a space leak.
2015-05-05Search completion; tweak scoring.Stephen Blott
2015-05-05Search completion; fix autoselect on empty vomnibar.Stephen Blott
2015-05-04Search completion; revert incorrect change.Stephen Blott