Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

History feed #1656

Merged
merged 7 commits into from
Aug 27, 2019
Merged

History feed #1656

merged 7 commits into from
Aug 27, 2019

Conversation

keianhzo
Copy link
Contributor

Fixes #1283 Adds support for the History feed

Copy link
Contributor

@bluemarvin bluemarvin left a comment

Choose a reason for hiding this comment

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

I saw two issues while testing History so far:

  1. webxr.today is showing up in the history feed
    STR: Open history, webxr.today is shown in the history feed.
  2. redirects are showing up in the history feed
    STR: Use google for a search. Click a link in the results. If you look at the history you will see the history redirect URL in the list. The GeckoView HistoryDelegate has flags so that you can filter out redirect URLs.

@bluemarvin
Copy link
Contributor

I believe each unique URL should only appear once in the history list.

@bluemarvin
Copy link
Contributor

The history and bookmarks windows not working on NoAPI and HTC seem to be a pre-existing issue as I can repro the bookmark issue on master. Once rebased, we should land. I'll file a different issue to fix the windows not being visible.

Also avoid storing URLs manually and rely o the history delegate for all history management
Also fixed an issue with history sections and made the historyListener a delegate as having multiple listeners is not really necessary
Also fixed history cleanup ranges
@bluemarvin
Copy link
Contributor

Let land and address any issues in follow ups.

@bluemarvin bluemarvin merged commit d2f07b0 into master Aug 27, 2019
@bluemarvin bluemarvin deleted the history_feed branch August 27, 2019 20:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement history feed
2 participants