-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Download History doesn't clear on exit - follow up to 492 #4004
Comments
I was able to reproduce on 0.65.16 Chromium: 74.0.3729.40 (Official Build) nightly (64-bit) on macOS. Selecting another item checkbox does clear Downloads but Downloads by itself does not clear on exit. |
cc: @mkarolin |
On Linux, even though there is an item listed in download, clear data modal shows Download items as |
Good find @LaurenWags! Reproduced on
|
Confirmed. The issue is that Specifically, for the removal of download history In our scenario, at this point we proceed with the shutdown so the task doesn't run. In the scenario without the shutdown, once the task runs, We need to figure out how to wait for the back end to finish the job. |
Given that Brave is not removing history properly I installed this. As that works like a charm. How do they handle the removal of history? |
Description
Found while testing #492
If you select only Download History to clear on exit, it is not cleared.
Steps to Reproduce
Taken from brave/brave-core#1213
Actual result:
brave://downloads is not empty
![Screen Shot 2019-04-04 at 2 31 55 PM](https://user-images.githubusercontent.com/28145373/55579551-84ae6800-56e6-11e9-9483-d3a77fe4fb5c.png)
Expected result:
brave://downloads should be empty
![Screen Shot 2019-04-04 at 2 32 32 PM](https://user-images.githubusercontent.com/28145373/55579555-8841ef00-56e6-11e9-82c8-62bfa298d2ec.png)
Reproduces how often:
easily
Brave version (brave://version info)
Reproducible on current release: n/a
Website problems only:
Additional Information
A few other things I checked:
The text was updated successfully, but these errors were encountered: