| adb |
|
|
| constants.js |
|
521 |
| moz.build |
|
542 |
| remote-client-manager.js |
This class is designed to be a singleton shared by all DevTools to get access to
existing clients created for remote debugging.
|
4101 |
| test |
|
|
| version-checker.js |
Compute the minimum and maximum supported version for remote debugging for the provided
version of Firefox. Backward compatibility policy for devtools supports at most 2
versions older than the current version.
@param {String} localVersion
The version of the local Firefox instance, eg "67.0"
@return {Object}
- minVersion {String} the minimum supported version, eg "65.0a1"
- maxVersion {String} the first unsupported version, eg "68.0a1"
|
6038 |