mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1355890 - Namespace Marionette component r=automatedtester
The Marionette XPCOM component is currently called @mozilla.org/marionette;1, but this change namespaces it under @mozilla.org/remote/marionette;1 to indicate that it is a remote protocol because not everyone will understand what that the own-name "Marionette" means. MozReview-Commit-ID: HwqAghsWA5W --HG-- extra : rebase_source : 411c79cf201870a486cf5086e42a00a59d210c83
This commit is contained in:
parent
583c888194
commit
4bf3b11bc0
@ -14,7 +14,7 @@ Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
XPCOMUtils.defineLazyServiceGetter(
|
||||
this, "env", "@mozilla.org/process/environment;1", "nsIEnvironment");
|
||||
|
||||
const MARIONETTE_CONTRACT_ID = "@mozilla.org/marionette;1";
|
||||
const MARIONETTE_CONTRACT_ID = "@mozilla.org/remote/marionette;1";
|
||||
const MARIONETTE_CID = Components.ID("{786a1369-dca5-4adc-8486-33d23c88010a}");
|
||||
|
||||
const PREF_PORT = "marionette.port";
|
||||
|
@ -1,4 +1,4 @@
|
||||
component {786a1369-dca5-4adc-8486-33d23c88010a} marionette.js
|
||||
contract @mozilla.org/marionette;1 {786a1369-dca5-4adc-8486-33d23c88010a}
|
||||
category command-line-handler b-marionette @mozilla.org/marionette;1
|
||||
category profile-after-change Marionette @mozilla.org/marionette;1
|
||||
contract @mozilla.org/remote/marionette;1 {786a1369-dca5-4adc-8486-33d23c88010a}
|
||||
category command-line-handler b-marionette @mozilla.org/remote/marionette;1
|
||||
category profile-after-change Marionette @mozilla.org/remote/marionette;1
|
||||
|
Loading…
Reference in New Issue
Block a user