| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-07 | Added UpToDate autocompletion engine | Pavel Yarmak | |
| 2017-09-30 | Merge branch 'curipha-search-compl-amazon-co-jp' | Stephen Blott | |
| 2017-09-30 | Use Japan instead of Jp. | Stephen Blott | |
| 2017-09-23 | Search completion; add support for Google.co.jp completion | Taichi | |
| 2017-09-23 | Search completion; add support for Amazon.co.jp completion | Taichi | |
| 2017-08-31 | Update URLs to HTTPS in code, pages and docs | David Beitey | |
| Updating URLs to use HTTPS provides greater privacy and reduces the potential of having content modified whilst in transit (as it happening more and more by ISPs, networks, state actors etc). These URLs themselves have been tested and confirmed to work over HTTPS. | |||
| 2015-09-10 | Merge pull request #1811 from PrestanceDesign/feature/add-qwant-search-engine | Stephen Blott | |
| Search completion; add support for Qwant completion | |||
| 2015-09-10 | Fix JSON incorrect parsing for Qwant autocompletion | Michael SALIHI | |
| 2015-09-10 | Search completion; add support for Qwant completion | Michael SALIHI | |
| 2015-09-09 | Search completion for amazon.de | Florian Kaiser | |
| 2015-06-06 | Re-work completions: extend engine wrapper to handle prefixes. | Stephen Blott | |
| This commit contains the bulk og the material changes for which the previous commits established the basis. 1) Add a general framework for detecting query prefixes in search URLs, adding them to query sent to the completion engine, and stripping them from the resulting suggestions. This allows the user to have a search engine... j: http://www.google.com/search?q=javascript+%s Javascript and have the prefix "javascript" included (automatically) in queries sent to completion engines, which results in substantially better suggestions. 2) Re-work completion for Google Maps in a simpler form. | |||
| 2015-06-06 | Re-work completions: initial refactor. | Stephen Blott | |
| The original completion-engine interface was based on three functions. With some experience, it seems there is a pattern involving explicit regular expressions which is used by all actual engine implementations. This is a refactoring to make those regular expressions explicit (and required), and is a first step towards adding additional fucntionality. This also simplifies the completion cache key (use JSON instead of some weird hash). | |||
| 2015-06-03 | Completion page; add example DECLARATIONS to page. | Stephen Blott | |
| Instead of just giving an example search URL, we can give the actual declaration (which the user can copy, paste and tweak). | |||
| 2015-06-03 | Completion page; make examples data (not comments). | Stephen Blott | |
| For each completion engine, this adds an @example properties (not comments) | |||
| 2015-05-31 | Re-write class with inheritence. | Stephen Blott | |
| 2015-05-31 | Tweak Google Maps URL. | Stephen Blott | |
| Conflicts: misc/completion_engines/completion_engines.md | |||
| 2015-05-31 | Fix completion engine regular expressions. | Stephen Blott | |
| We need to use "\\." to get a literal ".". | |||
| 2015-05-30 | Search completion; refactor regexp parsing (simplification). | Stephen Blott | |
| 2015-05-30 | Search completion; simplify completion-engine definitions. | Stephen Blott | |
| 2015-05-30 | Search completion; remove unused code. | Stephen Blott | |
| This removes a couple of lines which should have been removed previously. | |||
| 2015-05-30 | Search completion; add support for Google Maps completion. | Stephen Blott | |
| 2015-05-14 | Search completion; add Merriam-Webster. | Stephen Blott | |
| 2015-05-12 | Search completion; simplify engine definitions. | Stephen Blott | |
| 2015-05-11 | Search completion; fix typos and small bugs. | Stephen Blott | |
| Bugs: - The serch-engine completer wasn't being configured correctly for the case when we don't have a completion engine. - Handle Control-Shift-Left/Right in vomnibar. Also: better comments. | |||
| 2015-05-11 | Search completion; pre-merge tweaks. | Stephen Blott | |
| 2015-05-10 | Search completion; move completion engines to their own file. | Stephen Blott | |
| 2015-05-10 | Search completion; even more minor tweaks. | Stephen Blott | |
| 2015-05-10 | Search completion; more minor tweaks. | Stephen Blott | |
| 2015-05-10 | Search completion; strip duplicated code. | Stephen Blott | |
| 2015-05-10 | Search completion; use cached suggestions synchronously. | Stephen Blott | |
| Conflicts: background_scripts/completion_engines.coffee | |||
| 2015-05-10 | Search completion; reuse previous query. | Stephen Blott | |
| 2015-05-10 | Search completion; use cached suggestions synchronously. | Stephen Blott | |
| 2015-05-10 | Search completion; reuse previous query. | Stephen Blott | |
| 2015-05-08 | Search completion; reduce delay. | Stephen Blott | |
| 2015-05-08 | Search completion; exclusion [WIP]. | 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 front end cache. | Stephen Blott | |
| 2015-05-08 | Search completion; tweak timeouts and caching. | Stephen Blott | |
| 2015-05-07 | Search completion; tweak domain completer. | Stephen Blott | |
| 2015-05-06 | Search completion; fix yet more tweaks. | Stephen Blott | |
| 2015-05-06 | Search completion; yet more tweaks. | Stephen Blott | |
| 2015-05-06 | Search completion; more tweaks. | Stephen Blott | |
| 2015-05-05 | Search completion; misc. | Stephen Blott | |
