Open
Bug 1598239
Opened 5 years ago
Updated 2 years ago
Don't create ObjectActors for items in preview
Categories
(DevTools :: Console, task, P3)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
The preview
field is used to display a glimpse of an object.
If the user wants to see more and expands the object, we make a request to the server to retrieve the properties of the object.
That means we shouldn't hold actors for the preview items.
This also means the the preview
property is sometimes abused, and used as the placeholder for properties (e.g. for mapEntry
items devtools/server/actors/object/property-iterator.js#305-309).
We should try to clean this up to ensure we don't consume unnecessary memory.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•