New issue
Advanced search Search tips

Issue 899216 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 19
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

browsingData api functions missing from documentation

Project Member Reported by dullweber@chromium.org, Oct 26

Issue description

browsingData.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
 
Description: Show this description
It looks like they are also not available to extensions because they are missing from the json file.
Project Member

Comment 3 by bugdroid1@chromium.org, 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

Status: Fixed (was: Assigned)

Sign in to add a comment