uazo / bromite-buildtools

my build machine for bromite development
GNU General Public License v3.0
333 stars 10 forks source link

Clearing data from "Clear Browsing Data" #48

Open uazo opened 1 year ago

uazo commented 1 year ago
uazo commented 1 year ago

things deleted only with DATA_TYPE_HISTORY

uazo commented 1 year ago

test patch done:

Windows version image

Android version image

uazo commented 1 year ago

wip patch https://github.com/uazo/bromite/blob/2212b173db4294c03e565f996f6ba4dab8de8aba/build/patches/00Add-setting-to-clear-data-on-exit.patch

uazo commented 1 year ago

the patch inserts an ui for a feature that is currently active and managed by policy (and activates support in android). for now the data is saved to disk and deleted when closing (windows) or opening (android) the browser.

next steps:

issue:

uazo commented 1 year ago

check also https://source.chromium.org/chromium/chromium/src/+/main:services/network/public/mojom/network_context.mojom;l=916;drc=15fc570ec23e16389c5349f9d0bd405a9af95575

EDIT: checked, already cleared

uazo commented 1 year ago

check the storage deletion of getUniqueId() storage

uazo commented 1 year ago

see also https://bugs.chromium.org/p/chromium/issues/detail?id=1464260 and https://bugs.chromium.org/p/chromium/issues/detail?id=1458394

uazo commented 1 year ago

add cleaning of the Favicons database

Universalizer commented 1 year ago

add cleaning of the Favicons database

Thank You Very Much.