mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
a6eb334b73
The ObjectInspector releases actors on unmount to avoid consuming memory, but this introduces unwanted behavior in the Debugger tooltip as the tooltip can be hidden and shown again, with the same underlying Object front. In such case, you were not able to expand any of the properties anymore, which is very frustrating. To prevent this, we add a new prop to the ObjectInspector to drive the auto release of the object actor, and we set it to false for the tooltip ObjectInspector. A test case is added to ensure we don't regress this. Differential Revision: https://phabricator.services.mozilla.com/D179703 |
||
---|---|---|
.. | ||
client | ||
docs | ||
perfdocs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
rename.py | ||
templates.mozbuild | ||
tsconfig.json |