[Webkit-unassigned] [Bug 190298] New: Web Inspector: REGRESSION (r236766): Storage tab no longer updates after main frame navigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 4 16:35:46 PDT 2018


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

            Bug ID: 190298
           Summary: Web Inspector: REGRESSION (r236766): Storage tab no
                    longer updates after main frame navigation
           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: mattbaker at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Summary:
Storage tab no longer updates after main frame navigation.

Steps to Reproduce:
1. Inspect any page with cookies
2. Open Storage tab
3. Reload inspected page
  => Storage tab content view and navigation sidebar are empty

This regressed in https://trac.webkit.org/changeset/236766.

Note:
Prior to the patch that caused the regression, StorageSidebarPanel only listened for StorageManager.Event.Cleared (now DOMStorageManager). Cleared events from other managers were ignored. A main frame navigation causes all these managers to now broadcast Cleared events, which are interleaved with events for their respective storage objects being added. This causes the content tree in the Storage sidebar panel to get thrashed during frame navigation.

-- 
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/20181004/7b5a8e01/attachment-0001.html>


More information about the webkit-unassigned mailing list