Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Recent list not clear after deleting history

  • 5 replies
  • 1 has this problem
  • 465 views
  • Last reply by HelpaNoob

more options

Just finished the Windows 10 1903 feature release upgrade. Firefox allows me to browse just fine, there is only a slight problem that is annoying as I like to keep browser cache/history clear.

When I right-click to launch FF, the list of Recent searches in the menu is forever long. I've tried the Remove Item From List, but the list never gets any shorter. I used the normal procedure for Clear History and Cookies/Data in Privacy & Settings. Clearing Everything from everywhere that I know of.

However, the Recent list never gets any shorter. I even tried deleting the cache2 folder with FF closed, but no luck.

I've attached an image of the list in hopes someone can offer any advice. Thanks a bunch in advance.

Cheers

Just finished the Windows 10 1903 feature release upgrade. Firefox allows me to browse just fine, there is only a slight problem that is annoying as I like to keep browser cache/history clear. When I right-click to launch FF, the list of Recent searches in the menu is forever long. I've tried the Remove Item From List, but the list never gets any shorter. I used the normal procedure for Clear History and Cookies/Data in Privacy & Settings. Clearing Everything from everywhere that I know of. However, the Recent list never gets any shorter. I even tried deleting the cache2 folder with FF closed, but no luck. I've attached an image of the list in hopes someone can offer any advice. Thanks a bunch in advance. Cheers
Attached screenshots

Chosen solution

This looks like the Windows Taskbar list (jump list).

See also:

etting browser.taskbar.lists.enabled to false removes everything from the jump list. Setting browser.taskbar.lists.tasks.enabled to false just removes the tasks (leaves the history).

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

Read this answer in context 👍 1

All Replies (5)

more options

Type about:preferences#privacy<enter> in the address bar. The button next to History, select Use Custom Settings.

At the bottom of the page, turn on Clear History When Firefox Closes. At the far right, press the Settings button. Turn on ONLY Cache and Form And Search History leaving the others off.


[v57+] Places Maintenance is built into Firefox.

Type about:support<enter> in the address bar.

You will find Places Database near the bottom. Press the Verify Integrity button.

When done, copy and post the results here.

more options

Thank you for the quick response FredMcD

I've followed your directions but still have the problem. Here is the integrity results. I forgot to mention that I'm using version 67.0.4 (64-bit)

> Task: checkIntegrity + The places.sqlite database is sane + The favicons.sqlite database is sane > Task: invalidateCaches + The caches have been invalidated > Task: checkCoherence + The database is coherent > Task: expire + Database cleaned up > Task: originFrecencyStats + Recalculated origin frecency stats > Task: vacuum + Initial database size is 5120KiB + The database has been vacuumed + Final database size is 5120KiB > Task: stats + Places.sqlite size is 5120KiB + Favicons.sqlite size is 480KiB + pragma_user_version is 52 + pragma_page_size is 32768 + pragma_cache_size is -2048 + pragma_journal_mode is wal + pragma_synchronous is 1 + History can store a maximum of 112348 unique pages + Table moz_places has 92 records + Table moz_historyvisits has 0 records + Table moz_inputhistory has 0 records + Table moz_hosts has 0 records + Table moz_bookmarks has 109 records + Table moz_keywords has 0 records + Table sqlite_sequence has 0 records + Table moz_anno_attributes has 3 records + Table moz_annos has 0 records + Table moz_items_annos has 71 records + Table sqlite_stat1 has 16 records + Table moz_bookmarks_deleted has 8 records + Table moz_meta has 5 records + Table moz_origins has 56 records + Index sqlite_autoindex_moz_inputhistory_1 + Index sqlite_autoindex_moz_hosts_1 + Index sqlite_autoindex_moz_keywords_1 + Index sqlite_autoindex_moz_anno_attributes_1 + Index sqlite_autoindex_moz_bookmarks_deleted_1 + Index sqlite_autoindex_moz_origins_1 + Index moz_places_url_hashindex + Index moz_places_hostindex + Index moz_places_visitcount + Index moz_places_frecencyindex + Index moz_places_lastvisitdateindex + Index moz_historyvisits_placedateindex + Index moz_historyvisits_fromindex + Index moz_historyvisits_dateindex + Index moz_bookmarks_itemindex + Index moz_bookmarks_parentindex + Index moz_bookmarks_itemlastmodifiedindex + Index moz_places_guid_uniqueindex + Index moz_bookmarks_guid_uniqueindex + Index moz_keywords_placepostdata_uniqueindex + Index moz_annos_placeattributeindex + Index moz_items_annos_itemattributeindex + Index moz_bookmarks_dateaddedindex + Index moz_places_originidindex > Task: _refreshUI

more options

HelpaNoob said

> Task: checkIntegrity
+ The places.sqlite database is sane

Good, no problems there. What about about:preferences#privacy ?

more options

Chosen Solution

This looks like the Windows Taskbar list (jump list).

See also:

etting browser.taskbar.lists.enabled to false removes everything from the jump list. Setting browser.taskbar.lists.tasks.enabled to false just removes the tasks (leaves the history).

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

more options

That did the trick cor-el Thank you both