gecko-dev/devtools
Nicolas Chevobbe a6eb334b73 Bug 1835990 - [devtools] Don't release underlying object actor on ObjectInspector unmount for debugger tooltip. r=devtools-reviewers,bomsy.
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
2023-06-02 12:16:21 +00:00
..
client Bug 1835990 - [devtools] Don't release underlying object actor on ObjectInspector unmount for debugger tooltip. r=devtools-reviewers,bomsy. 2023-06-02 12:16:21 +00:00
docs Bug 1834453 - [devtools] Add documentation for the sourcemaps ignore list r=devtools-reviewers,ochameau 2023-06-01 17:43:59 +00:00
perfdocs
platform Bug 1826062 - Automatic fixes for Prettier 2.0.5 upgrade. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,owlish 2023-05-20 12:26:49 +00:00
server Bug 1824612 - Convert consumers of toolkit/components/extensions to ES modules. r=robwu,webcompat-reviewers,geckoview-reviewers,settings-reviewers,application-update-reviewers,credential-management-reviewers,devtools-reviewers,cookie-reviewers,twisniewski,sgalich,valentin,nalexander,mconley,m_kato 2023-05-31 15:27:03 +00:00
shared Bug 1559232 - Update the syntax of offset-position. r=devtools-reviewers,emilio 2023-06-01 20:04:52 +00:00
startup Bug 1704521 - [devtools] Remove F12 experiment preference r=devtools-reviewers,nchevobbe 2023-05-31 15:26:36 +00:00
.eslintrc.js Bug 1835250 - [devtools] Migrate compatibility constants and helpers to dedicated modules. r=jdescottes,devtools-reviewers,Standard8. 2023-05-31 04:55:22 +00:00
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build
rename.py Bug 1793760 - [devtools] Use same URL for development version of react. r=jdescottes 2022-10-10 11:44:59 +00:00
templates.mozbuild Bug 1793760 - [devtools] Use same URL for development version of react. r=jdescottes 2022-10-10 11:44:59 +00:00
tsconfig.json