aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion.coffee
AgeCommit message (Expand)Author
2017-04-20Firefox: some history entries have no title.Stephen Blott
2016-05-06Fix binary-search OOB.Stephen Blott
2016-04-17There's no need for a new suggestion property...Stephen Blott
2016-04-17Do not deduplicate javascript: URLs.Stephen Blott
2016-04-17For javascript URLs, do not match javascript content.Stephen Blott
2016-04-09Simplify javascript: URLs in vomnibar.Stephen Blott
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2016-02-09BgUtils; move tabRecency to bg_tiles.coffee.Stephen Blott
2015-09-11Move escaping regex special chars to its own utility functionmrmr1993
2015-06-07Speed up vomnibar load.Stephen Blott
2015-06-06Merge branch 'rework-completions'Stephen Blott
2015-06-06Re-work completions: only offer actual search URL matches.Stephen Blott
2015-06-06Re-work completions: extend engine wrapper to handle prefixes.Stephen Blott
2015-06-03Only offer suggestions from the current custom search engine.Stephen Blott
2015-06-02De-duplicate Google Maps URLs in vomnibar.Stephen Blott
2015-05-29Move search-engine parsing to Utils.Stephen Blott
2015-05-29Merge branch 'completion-on-custom-search-only' into completion-on-custom-sea...Stephen Blott
2015-05-28Custom-only: fix long-standing race condition.Stephen Blott
2015-05-28Custom-only: remove now unnecessary optimisation.Stephen Blott
2015-05-28Custom-only: ensure top-ranking completion is always in top slot.Stephen Blott
2015-05-28Custom-only: remove omniSearchWeightOption.Stephen Blott
2015-05-28Custom-only: strip non-custom search code.Stephen Blott
2015-05-27Remove unintentionally pushed console.log()s.Stephen Blott
2015-05-27Consistent highlighting of search suggestions.Stephen Blott
2015-05-27Fix significant typo.Stephen Blott
2015-05-27Do not de-duplicate tabs vomnibar entries.Stephen Blott
2015-05-27Custom-only: fix comment.Stephen Blott
2015-05-27Custom-only: verify match on query terms alone.Stephen Blott
2015-05-27Custom-only: single-line completions for custom search engines.Stephen Blott
2015-05-27Custom-only: always filter for the custom search engine.Stephen Blott
2015-05-27Custom-only: disable default search completion.Stephen Blott
2015-05-26Change vomnibar insert-text indicator.Stephen Blott
2015-05-21Search completion; must return an array from this filter.Stephen Blott
2015-05-20Search completion; tweak appearance of historical search queries (descriptions).Stephen Blott
2015-05-19Search completion; minor code review.Stephen Blott
2015-05-19Add insertText visual indicator.Stephen Blott
2015-05-19Search completion; tweak appearance of historical search queries.Stephen Blott
2015-05-18Fully fix 3646b8c999a9e4b864e8c529f84b64a3c2c74ff0.Stephen Blott
2015-05-18Search completion; filter out the default search.Stephen Blott
2015-05-18Revert "Search completion; promote the top completion."Stephen Blott
2015-05-18Search completion; retain previous suggestions (tweak highlighting).Stephen Blott
2015-05-18Search completion; retain previous suggestions (comments and tweaks).Stephen Blott
2015-05-18Search completion; retain previous (matching) suggestions.Stephen Blott
2015-05-18Merge branch 'search-completion-UX-tweaks'Stephen Blott
2015-05-18Merge branch 'vomnibar-insert-history-with-tab'Stephen Blott
2015-05-18Search completion; remove console.log().Stephen Blott
2015-05-18Search completion; promote the top completion.Stephen Blott
2015-05-18Search completion; do not adapt completion scoring.Stephen Blott
2015-05-18Disable relevancy debugging (again).Stephen Blott
2015-05-17use a less brittle approach to decoding URIs.Stephen Blott