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

Bookmarked history entries now show context menu in about:history #3336

Merged
merged 1 commit into from
Aug 23, 2016
Merged

Bookmarked history entries now show context menu in about:history #3336

merged 1 commit into from
Aug 23, 2016

Conversation

bsclifton
Copy link
Member

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Ran git rebase -i to squash commits if needed.

Fixes #3330

} else if (tags.size > 0 && !tag) {
// If called without tags BUT entry has tags, null out lastAccessedTime.
// This is a bookmark entry that we want to clear history for (but NOT delete/untag bookmark)
return sites.setIn([index, 'lastAccessedTime'], null)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hah I was going to suggest that as the fix, thanks.

@bbondy
Copy link
Member

bbondy commented Aug 23, 2016

++

@bbondy bbondy merged commit 1bdb8d9 into brave:master Aug 23, 2016
@luixxiul luixxiul added this to the 0.11.6dev milestone Aug 23, 2016
@bridiver
Copy link
Collaborator

I don't think this is a complete fix. We are sending everything in sites to about:history and that seems incorrect to me. We should only be sending actual history items.

@bbondy
Copy link
Member

bbondy commented Aug 24, 2016

The sites are the last 500 history we keep, when last access time is defined, but there's a follow up for it as a micro optimization to exclude those.

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.

5 participants