gecko-dev/devtools/shared/platform
Tom Tromey e25aa64b18 Bug 1290230 - move clipboard helper to new devtools platform module; r=gregtatum
MozReview-Commit-ID: 53tOehW9kxo

--HG--
extra : rebase_source : 3feb127498bf78607e5836d53739ac15226a6ed4
2016-08-12 12:52:40 -06:00
..
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.