gecko-dev/devtools/docs/contributor
Alexandre Poirot 1efc237714 Bug 1810095 - [devtools] Remove now-unused Storage target scoped actor. r=devtools-reviewers,devtools-backward-compat-reviewers,jdescottes
This actor was only used by the legacy listener.
Its main method was listStores which exposed all the storage type actors.
Now they are exposed via storage Resource watchers.

This requires to tweak the decision making to show the storage panel
as the actor no longer exists... Unfortunately we can't check for
resource traits on the watcher actor as the browser toolbox
on older runtime won't expose it.

Note that this.front wasn't used for a little while in ui.js.

I had to keep a few things in the frontend in order to still be able
to connect to old servers. But I put lots of comments to do proper cleanup later.

Differential Revision: https://phabricator.services.mozilla.com/D166770
2023-01-29 20:50:48 +00:00
..
backend Bug 1578975 - [devtools] Remove now-unused setupInParent code. r=devtools-reviewers,jdescottes 2023-01-29 20:50:48 +00:00
contributing Bug 1749473 - fix all pygments warnings r=sylvestre 2023-01-27 13:41:10 +00:00
files Bug 1807899 - Remove the trailing whitespace and Windows CR on md files r=linter-reviewers,necko-reviewers,marco,jesup 2022-12-30 15:23:21 +00:00
frontend Bug 1807898 - [devtools] Set Telemetry sessionID by the Telemetry helper. r=devtools-reviewers,nchevobbe 2023-01-04 18:28:33 +00:00
getting-started Bug 1807899 - Remove the trailing whitespace and Windows CR on md files r=linter-reviewers,necko-reviewers,marco,jesup 2022-12-30 15:23:21 +00:00
resources
styles
tests Bug 1749473 - fix all pygments warnings r=sylvestre 2023-01-27 13:41:10 +00:00
tools Bug 1810095 - [devtools] Remove now-unused Storage target scoped actor. r=devtools-reviewers,devtools-backward-compat-reviewers,jdescottes 2023-01-29 20:50:48 +00:00
.gitignore
README.md
book.json
bugs-issues.md
contributing.md
devtools-alert-example.png
devtools-alert-improvement.png
devtools-alert-invalid.png
devtools-alert-investigate.png
devtools-alert-notes-owner.png
devtools-alert-regroup.png
devtools-performance-dashboard.png
index.md Bug 1578975 - [devtools] Remove now-unused setupInParent code. r=devtools-reviewers,jdescottes 2023-01-29 20:50:48 +00:00
index.rst Bug 1578975 - [devtools] Remove now-unused setupInParent code. r=devtools-reviewers,jdescottes 2023-01-29 20:50:48 +00:00
performance-sheriffing.md
preferences.md Bug 1789201 - [devtools] Expose Services as a global to all DevTools modules. r=perftest-reviewers,nchevobbe,julienw,AlexandruIonescu 2022-09-09 07:22:51 +00:00
release.md Bug 1790583 - DevTools release task service worker test page link is outdated. r=Honza 2022-10-04 05:52:53 +00:00

README.md

Firefox Developer Tools: Contributor Docs

This is a guide to working on the code for Firefox Developer Tools. If you're looking for help with using the tools, see the user docs. For other ways to get involved, check out our community site.