You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
What:
Removing a page from history by hovering (or marking with arrow keys) the page in the URL bar suggestions, and pressing the DEL key.
Why:
Sometimes, while writing in the URL bar, there is a page we want to remove from history.
This is common behavior in other browsers (Firefox, Chrome..)
History items there are stored in the application state sites list. They are the items with no tags.
I think you'd need to implement js/state/siteUtil's removeSite so when it is called with no tag, and it has no tags left, then it removes the site.
What:
Removing a page from history by hovering (or marking with arrow keys) the page in the URL bar suggestions, and pressing the
DEL
key.Why:
Sometimes, while writing in the URL bar, there is a page we want to remove from history.
This is common behavior in other browsers (Firefox, Chrome..)
I know the changes should be on the URL bar suggestions component: https://github.com/brave/browser-laptop/blob/master/js/components/urlBarSuggestions.js
But I couldn't find the code responsible for sites history, and try to make them talk. Can someone give me a pointer?
The text was updated successfully, but these errors were encountered: