Bug 188801 - Web Inspector: `console.inspect(sessionStorage)` first time does not show Session Storage content view if Storage tab was previously unvisited
Summary: Web Inspector: `console.inspect(sessionStorage)` first time does not show Ses...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-08-21 11:52 PDT by Joseph Pecoraro
Modified: 2018-08-23 13:21 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.79 KB, patch)
2018-08-23 11:00 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2018-08-21 11:52:06 PDT
`console.inspect(sessionStorage)` first time does not show Session Storage content view if Storage tab was previously unvisited

Steps to Reproduce:
1. Inspect this page
2. Show Elements Tab (having not shown Storage Tab)
3. js> inspect(sessionStorage)
  => Expected Storage Tab to be shown with the Session Storage selected

Regression:
Probably a long ago one. Maybe lazy tab construction?
Comment 1 Devin Rousso 2018-08-23 11:00:25 PDT
Created attachment 347937 [details]
Patch
Comment 2 Matt Baker 2018-08-23 11:22:48 PDT
Comment on attachment 347937 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2018-08-23 13:20:23 PDT
Comment on attachment 347937 [details]
Patch

Clearing flags on attachment: 347937

Committed r235242: <https://trac.webkit.org/changeset/235242>
Comment 4 WebKit Commit Bot 2018-08-23 13:20:24 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-08-23 13:21:48 PDT
<rdar://problem/43655286>