-
Notifications
You must be signed in to change notification settings - Fork 975
history not always being recorded under about:history on certain websites #13634
Comments
Hi, I would like to work on this bug as part of my college course. This is my Brave version: |
Watching YT videos in a single tab doesn't add all the video links in history. It only adds one entry for the first page visited in the tab. Subsequent page loads of same domain are not listed. However opening a new video in a new tab adds it to the history list. #3848 fix could be the root problem here. |
We should really look into this issue and see if we can get a fix for this milestone. IMO, not correctly adding the users history into |
In Muon, the When the user is browsing, the When the navigation type value is determined, it's not taking the
To fix this bug, we'd need to revert the Will share with team and discuss which would be a better option |
Discussed with team- we're not going to address this as we'll get the fix for free when moving to the direct fork of Chromium (see https://github.com/brave/brave-browser) More details available here: |
Description
On certain websites, the history isn't always being added/recorded under
about:history
when browsing within that specific website. The initial origin is logged, but anything else within that website won't be logged. However, if you open a page from that specific website in a new tab, the history will correctly be logged inabout:history
.Steps to Reproduce
Example 1:
about:history
and you'll notice the entry being added correctlyabout:history
and you'll notice that entries haven't been addedabout:history
(you'll notice the entries appearing)Example 2:
about:history
and you'll notice that there's only one YouTube entryabout:history
and you'll notice that the entries are correctly being addedActual result:
Expected result:
History should always be recorded under
about:history
when browsing a website.Reproduces how often:
100% reproducible using the above STR.
Brave Version
about:brave info:
Reproducible on current live release:
Yes, currently reproducible under
0.21.24
19c78a1 which is the latest release.Additional Information
@bsclifton also reproduced this on his machine using macOS.
The text was updated successfully, but these errors were encountered: