Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Bloodhound for URL bar suggestions & move suggestions to browser process #8824

Merged
merged 22 commits into from
May 18, 2017

Commits on May 18, 2017

  1. Configuration menu
    Copy the full SHA
    258b937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b59bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfeb861 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd1bb22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be7ad9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c215ab3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cf76c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d49e4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d719a7 View commit details
    Browse the repository at this point in the history
  10. Use bloodhound lib for suggestions

    Fix #7453
    bbondy committed May 18, 2017
    Configuration menu
    Copy the full SHA
    4d89a15 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6fe984d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b02eeb3 View commit details
    Browse the repository at this point in the history
  13. Add tests for urlBarSuggestionsReducer

    Also fixes various other failing unit tests
    bbondy committed May 18, 2017
    Configuration menu
    Copy the full SHA
    7ff4a15 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    08fd817 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eeda733 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6d3cade View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    46c7bf0 View commit details
    Browse the repository at this point in the history
  18. Fix some failing tests post suggestion changes

    - search suggestions failing test
    - tab tests tab transfer can detach into new windows
    bbondy committed May 18, 2017
    Configuration menu
    Copy the full SHA
    1dab48d View commit details
    Browse the repository at this point in the history
  19. Improve sorting of results

    This makes results appear much better now and fixes the various use cases you found
    bbondy committed May 18, 2017
    Configuration menu
    Copy the full SHA
    b37785e View commit details
    Browse the repository at this point in the history
  20. Tab should cycle between results

    Fix #5878
    
    Auditors: @bsclifton
    bbondy committed May 18, 2017
    1 Configuration menu
    Copy the full SHA
    afd891f View commit details
    Browse the repository at this point in the history
  21. Don't do suggestion actions on non-char key presses

    Auditors: @bsclifton
    
    Fix #5878
    
    Test comming in a follow up commit now, just pushing without so you can get a build going
    bbondy committed May 18, 2017
    1 Configuration menu
    Copy the full SHA
    ff41f60 View commit details
    Browse the repository at this point in the history
  22. Match entered paths better

    Matches things better if the user puts a / in the input
    bbondy committed May 18, 2017
    Configuration menu
    Copy the full SHA
    f94239a View commit details
    Browse the repository at this point in the history