Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Added changes use local/sessionStorage objects in object actor#1046

Merged
nchevobbe merged 1 commit into
firefox-devtools:masterfrom
MikeRatcliffe:storage-reps
Apr 19, 2018
Merged

Added changes use local/sessionStorage objects in object actor#1046
nchevobbe merged 1 commit into
firefox-devtools:masterfrom
MikeRatcliffe:storage-reps

Conversation

@MikeRatcliffe
Copy link
Copy Markdown

The changes here are harmless and don't depend upon the patch from https://bugzil.la/1454103

We were sometimes missing keys on local and session storage because we were trying to iterate over these special objects using the wrong methods.

This patch along with the bugzilla patch allow us to display the storage types entries in a similar way to a map or sets entries are displayed.

Screenshots of the new storage object display in the Web Console and Debugger

Web Console (collapsed)

web console collapsed

Web Console (expanded)

web console expanded

Debugger (expanded)

debugger expanded

Copy link
Copy Markdown
Member

@nchevobbe nchevobbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks Mike !

@nchevobbe nchevobbe merged commit 03e9ff8 into firefox-devtools:master Apr 19, 2018
@MikeRatcliffe MikeRatcliffe deleted the storage-reps branch April 19, 2018 07:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants