Devtools Storage.clearDataForOrigin fails |
||
Issue descriptionChrome 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)
,
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
,
Dec 29 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by phulce@chromium.org
, Dec 29 2016