| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-08 | Search completion; exclusion [WIP]. | Stephen Blott | |
| 2015-05-08 | Search completion; search keyword on SPACE. | Stephen Blott | |
| 2015-05-08 | Search completion; search keyword on SPACE. | Stephen Blott | |
| 2015-05-08 | Search completion; suppress custom search keyword. | Stephen Blott | |
| 2015-05-08 | Search completion; tweak example text. | Stephen Blott | |
| 2015-05-08 | Search completion; fix unit tests. | Stephen Blott | |
| 2015-05-08 | Search completion; exclusivity. | Stephen Blott | |
| If we have a custom search engine with a completer, then exclude suggestions from other completion engines. | |||
| 2015-05-08 | Search completion; add debug code to completer dispatch. | Stephen Blott | |
| 2015-05-08 | Search completion; add front end cache. | Stephen Blott | |
| 2015-05-08 | Search completion; refactor query terms. | Stephen Blott | |
| 2015-05-08 | Search completion; tweak timeouts and caching. | Stephen Blott | |
| 2015-05-07 | Clear RegexpCache when option saved. | Stephen Blott | |
| Fixes #1641. | |||
| 2015-05-07 | Search completion; tweak domain completer. | Stephen Blott | |
| 2015-05-06 | Reinject content scripts into ALL frames. | Stephen Blott | |
| Fixes #1628. Thanks go to @gdh1995. | |||
| 2015-05-06 | Search completion; fix yet more tweaks. | Stephen Blott | |
| 2015-05-06 | Search completion; yet more tweaks. | Stephen Blott | |
| 2015-05-06 | Use https:// for default search engine. | Stephen Blott | |
| Google bounces all searches to https:// anyway. | |||
| 2015-05-06 | Search completion; more tweaks. | Stephen Blott | |
| 2015-05-06 | Search completion; many tweaks and refactor Suggestion constructor. | Stephen Blott | |
| 2015-05-06 | Search completion; move all filter messages to a single port. | Stephen Blott | |
| 2015-05-06 | Search 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-05 | Search completion; misc. | Stephen Blott | |
| 2015-05-05 | Search completion; changes in response to @mrmr1993. | Stephen Blott | |
| 2015-05-05 | Search completion; user is typing. | Stephen Blott | |
| Add plumbing to allow the front end to directly inform completers when the user is typing. | |||
| 2015-05-05 | Fix unregisterFrame logic. | Stephen Blott | |
| 2015-05-05 | Remove now-unnecessary comment. | Stephen Blott | |
| 2015-05-05 | Resolve space leak. | Stephen Blott | |
| Remaining following 290f5877b95585e73c6ac1b73b11d8df39b724cd. | |||
| 2015-05-05 | Guard 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-05 | Search completion; tweak scoring. | Stephen Blott | |
| 2015-05-04 | Search completion; disable experimental feature. | Stephen Blott | |
| 2015-05-04 | Search completion; fix mistake with autoSelect. | Stephen Blott | |
| 2015-05-04 | Search completion; instrument for debugging. | Stephen Blott | |
| 2015-05-04 | Search completion; simplify/document suggestion options. | Stephen Blott | |
| 2015-05-04 | Search completion; do not highlight search terms. | Stephen Blott | |
| Highlighting the search terms suggests they are in some way contributing to the match. They are not, so don't highlight them. This gets particularly ugly when you have short, single-letter costom search engines (eg. w), and have all of the "w"s highlighted -- for not useful reason. | |||
| 2015-05-04 | Search completion; force the first match to the top of the list. | Stephen Blott | |
| This may or may not be a good idea. It means that the first completion is just a tab away. | |||
| 2015-05-04 | Search completion; hardwire search engines. | Stephen Blott | |
| These should be removed later. | |||
| 2015-05-04 | Search completion; prevent vomnibar flicker. | Stephen Blott | |
| 2015-05-04 | Search completion; tweak scoring and synchronization. | Stephen Blott | |
| 2015-05-03 | Search completion; make completion lookup asynchronous. | Stephen Blott | |
| 2015-05-03 | Search completion; generalize Amazon. | Stephen Blott | |
| 2015-05-03 | Search completion; tweaks and fixes. | Stephen Blott | |
| 2015-05-03 | Search completion; DuckDuckGo. | Stephen Blott | |
| 2015-05-03 | Search completion; Google maps out, Amazon, Bing in. | Stephen Blott | |
| 2015-05-03 | Search completion; Google maps. | Stephen Blott | |
| 2015-05-03 | Search completion; Wikipedia. | Stephen Blott | |
| 2015-05-03 | Search completion; tweaks and refactoring. | Stephen Blott | |
| 2015-05-02 | Search completion; refactor, add Youtube. | Stephen Blott | |
| Major refactoring. Unified tratment of custom search engines and general searches. | |||
| 2015-05-02 | Search completion; generalize Google regexp. | Stephen Blott | |
| 2015-05-02 | Search completion; vomnibar integration. | Stephen Blott | |
| 2015-05-02 | Search completion; cache at a higher level. | Stephen Blott | |
| ... and tweak caching constants. | |||
