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

Show bookmarks in history auto-complete #5084

Merged
merged 1 commit into from
Oct 24, 2016

Conversation

aekeus
Copy link
Member

@aekeus aekeus commented Oct 24, 2016

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).

Bookmark sites are by definition also history items. Removing them from the
history section of the auto-complete causes them not to be selected when
a matching auto-complete term is entered.

This commit fixes that behaviour.

Auditors: @bbondy
cc @bradleyrichter

Test Plan: (Courtesy of @Sh1d0w)

  • Visit github.com several times and confirm it appears under History section in url bar suggestions
  • Bookmark it and confirm it properly appears under bookmarks section in url bar suggestions
  • Now from settings disable "Show bookmarks suggestions" for the autocomplete
  • Type github.com in the url bar and ensure it appears under history section as it should

Fixes: #5024

Bookmark sites are by definition also history items. Removing them from the
history section of the auto-complete causes them not to be selected when
a matching auto-complete term is entered.

This commit fixes that behaviour.

Auditors: @bbondy

Test Plan: (Courtesy of @Sh1d0w)

  * Visit github.com several times and confirm it appears under History section in url bar suggestions
  * Bookmark it and confirm it properly appears under bookmarks section in url bar suggestions
  * Now from settings disable "Show bookmarks suggestions" for the autocomplete
  * Type github.com in the url bar and ensure it appears under history section as it should

Fixes: #5024
@aekeus aekeus added this to the 0.12.7dev milestone Oct 24, 2016
@bbondy
Copy link
Member

bbondy commented Oct 24, 2016

++

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bookmarked website behaviour in autocomplete.
5 participants