New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 677545 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 1
Type: Bug



Sign in to add a comment

Devtools Storage.clearDataForOrigin fails

Project Member Reported by phulce@chromium.org, Dec 29 2016

Issue description

Chrome Version: 57.0.2966.0
OS: All

What steps will reproduce the problem?
(1) Open a page that uses any form of storage (https://www.theverge.com for example)
(2) Open DevTools > Application > Clear storage
(3) Click on 'Clear site data' button

What is the expected result? Storage is cleared (there are no cookies for example)

What happens instead? Storage is not cleared (all cookies persist and an error is received in console if the devtools are inspected)

 
Project Member

Comment 2 by bugdroid1@chromium.org, Dec 29 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b2320b5dcc4882ca28f9211b141c03843c07a17d

commit b2320b5dcc4882ca28f9211b141c03843c07a17d
Author: phulce <phulce@chromium.org>
Date: Thu Dec 29 21:45:21 2016

DevTools: Fix storage handler host-setting

Fixes issue where clearDataForOrigin returned InternalError.

BUG= 677545 

Review-Url: https://codereview.chromium.org/2608793002
Cr-Commit-Position: refs/heads/master@{#440986}

[modify] https://crrev.com/b2320b5dcc4882ca28f9211b141c03843c07a17d/content/browser/devtools/protocol/storage_handler.cc
[modify] https://crrev.com/b2320b5dcc4882ca28f9211b141c03843c07a17d/content/browser/devtools/protocol/storage_handler.h

Comment 3 by phulce@chromium.org, Dec 29 2016

Status: Fixed (was: Started)

Sign in to add a comment