Closed
Bug 926501
Opened 7 years ago
Closed 7 years ago
VariablesView rawObject helper should make enumerable container
Categories
(DevTools :: Object Inspector, defect)
DevTools
Object Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 27
People
(Reporter: jryans, Assigned: jryans)
References
Details
Attachments
(1 file)
1.18 KB,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
As Victor mentioned in bug 925928, I am able to use onlyEnumVisible to filter out non-enum properties, including proto. However, I am also using the rawObject setter, which currently puts the entire object in a non-enum container, so everything disappears if I use onlyEnumVisible.
Assignee | ||
Comment 1•7 years ago
|
||
Try push: https://tbpl.mozilla.org/?tree=Try&rev=d294b590e851
Attachment #816664 -
Flags: review?(vporof)
Updated•7 years ago
|
Attachment #816664 -
Flags: review?(vporof) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•7 years ago
|
Component: Developer Tools: Framework → Developer Tools: Object Inspector
Comment 2•7 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/bd3b467614f4
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 3•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/bd3b467614f4
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 27
Updated•3 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•