-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option for displaying the tab history #1496
Comments
Not sure if we want another command/option, but... If we were to do this, it might be natural as a vomnibar mode. |
Chrome doesn't currently have an API for this, but you could open/find an issue on the Chromium bug tracker to propose one. It's a pity because I'd really like to see this feature. If you're interested in a challenge, it looks like you could make a decent attempt at hacking together such an API by
From that point, it should be simple to hook into the Vomnibar and show the history there.
This seems like a good, useful feature. If this is really a terrible issue, then we could add it onto the history navigation commands (long hold for history — but which would require key handling in the frontend), or lose some low-value commands like url editing and pin tab instead. Personally, I think we should be careful about adding new commands which don't add much value, but shouldn't not add good ones because we've hit some arbitrary boundary of "too many". |
If I'm understanding this issue correctly, the requested feature is equivalent to the list of items shown when you right click the back button in the toolbar? If so, I ended up using |
How do you deal with history like
and user actions on them? I can't see where/how you distinguish back/forward from the Facebook event, or how an original navigation is considered different from a back/forward. It seems like your history could diverge from the tab's actual history quite quickly if you use back/forward a lot. Edit: and |
I only keep track of the history states that aren't duplicates. Rather than using the |
Chromium issue for the API: 41321 The API has a design doc that's been approved, so it's just waiting on the blocking issue (236848), which seems to be progressing, albeit slowly. I suggest we watch that issue and wait for the proper API to come out (although I would be interested to see a fully functioning polyfill!). |
Can we get a page's navigation history on the frontend? That is, a new |
Reliably? No, sorry. If there was a chrome API we could do this easily. If the Chromium devs decide to implement that or somebody creates an effective polyfill, then I'd love to add this feature. |
It would be nice if vimium has the ability for displaying the history for the tab in a list to be activated by a keyboard shortcut.
The text was updated successfully, but these errors were encountered: