[Webkit-unassigned] [Bug 181456] New: Web Inspector: Unclear when Storage is a Partitioned storage (LocalStorage, IndexedDB, WebSQL, CacheStorage)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 9 15:29:31 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=181456

            Bug ID: 181456
           Summary: Web Inspector: Unclear when Storage is a Partitioned
                    storage (LocalStorage, IndexedDB, WebSQL,
                    CacheStorage)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

Unclear when Storage is a Partitioned storage

Steps to Reproduce:
1. Inspect a page using Local Storage on B.com
  => Storage tab shows "Local Storage - B.com"
2. Inspect a page on A.com with a B.com subframe using Local Storage
  => Storage tab shows "Local Storage - B.com"

However in these cases the Local Storage data is different. The second case is partitioned. So they are really:

    (1) LocalStorage - B.com
    (2) LocalStorage - A.com/B.com

This applies to all partitioned storages.

We should make it clear when you are looking at something that is partitioned so the differences in content are apparent.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180109/d0d7fc7a/attachment-0001.html>


More information about the webkit-unassigned mailing list