gecko-dev/devtools/client/memory
Nicolas Chevobbe 2834d00a38 Bug 1636924 - Remove unnecessary isTopLevel and type properties from onTargetAvailable/onTargetDestroyed callback parameter. r=ochameau.
Since targetFronts now have isTopLevel and targetType properties, we can directly use
those, as the targetFront is included in the callback parameter.
This patch remove those properties and refactor consumer code.

Differential Revision: https://phabricator.services.mozilla.com/D74651
2020-05-15 16:03:32 +00:00
..
actions Bug 1622996 - Refactor devtools codebase to use optional chaining (automated changes). r=jdescottes 2020-03-19 21:13:38 +00:00
components Bug 1622996 - Refactor devtools codebase to use optional chaining (automated changes). r=jdescottes 2020-03-19 21:13:38 +00:00
reducers Bug 1603176: Introduce updateMemoryFront action. r=jdescottes 2020-02-24 14:07:15 +00:00
test Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
.eslintrc.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
app.js Bug 1596686 - Use absolute paths for require calls r=gl 2019-12-27 12:23:47 +00:00
constants.js Bug 1603176: Introduce updateMemoryFront action. r=jdescottes 2020-02-24 14:07:15 +00:00
dominator-tree-lazy-children.js Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers 2020-03-08 21:45:16 +00:00
index.xhtml
initializer.js Bug 1603176: Install target-switing mechanism. r=jdescottes 2020-02-24 20:15:27 +00:00
models.js Bug 1604539 - Rename shared/fronts to client/fronts in the devtools codebase r=nchevobbe 2020-03-20 13:58:56 +00:00
moz.build Bug 1609716 - Unify xpcshell test folders in devtools. r=jdescottes 2020-01-20 13:56:04 +00:00
panel.js Bug 1636924 - Remove unnecessary isTopLevel and type properties from onTargetAvailable/onTargetDestroyed callback parameter. r=ochameau. 2020-05-15 16:03:32 +00:00
reducers.js Bug 1603176: Introduce updateMemoryFront action. r=jdescottes 2020-02-24 14:07:15 +00:00
store.js Bug 1596686 - Use absolute paths for require calls r=gl 2019-12-27 12:23:47 +00:00
utils.js Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00