зеркало из https://github.com/mozilla/gecko-dev.git
16e6d381ac
MozReview-Commit-ID: 62Hp5ISxowJ --HG-- extra : rebase_source : daa8efb3409031fea553f4fd0c9d0746e38dc308 extra : histedit_source : b4c23aacf678ba0d0ac9c09191a7c494ead11a08 |
||
---|---|---|
.. | ||
chrome | ||
content | ||
README.md | ||
moz.build |
README.md
This directory is treated specially by the loaders.
In particular, when running in chrome, a resource like "devtools/shared/platform/mumble" will be found in the chrome subdirectory; and when running in content, it will be found in the content subdirectory.
Outside of tests, it's not ok to require a specific version of a file; and there is an eslint test to check for that. That is, require("devtools/shared/platform/client/mumble") is an error.
When adding a new file, you must add two copies, one to chrome and one to content. Otherwise, one case or the other will fail to work.