browsingData api functions missing from documentation |
||
Issue descriptionbrowsingData.removeServiceWorkers and browsingData.removeCacheStorage have been implemented a long time ago but they are missing from https://developer.chrome.com/extensions/browsingData We should add them to browsing_data.json
,
Oct 26
It looks like they are also not available to extensions because they are missing from the json file.
,
Nov 19
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/44faf674da5d14f7488462e44ae23a85a8790a3f commit 44faf674da5d14f7488462e44ae23a85a8790a3f Author: Christian Dullweber <dullweber@chromium.org> Date: Mon Nov 19 12:49:06 2018 Add browsingData.removeServiceWorkers and removeCacheStorage Service worker deletion and cache storage deletion have been implemented years ago but these methods are not mentioned in the json. Bug: 899216 Change-Id: I625748f6cbf4608c8b9430e84133d65ea1cd2530 Reviewed-on: https://chromium-review.googlesource.com/c/1301596 Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#609254} [modify] https://crrev.com/44faf674da5d14f7488462e44ae23a85a8790a3f/chrome/browser/extensions/api/browsing_data/browsing_data_test.cc [modify] https://crrev.com/44faf674da5d14f7488462e44ae23a85a8790a3f/chrome/common/extensions/api/browsing_data.json [modify] https://crrev.com/44faf674da5d14f7488462e44ae23a85a8790a3f/chrome/common/extensions/docs/examples/api/browsingData/basic/popup.js [modify] https://crrev.com/44faf674da5d14f7488462e44ae23a85a8790a3f/chrome/common/extensions/docs/templates/intros/browsingData.html
,
Nov 19
|
||
►
Sign in to add a comment |
||
Comment 1 by dullweber@chromium.org
, Oct 26