Add debuggerAddress as attribute on the Remote Agent interface
Categories
(Remote Protocol :: Agent, task, P1)
Tracking
(firefox84 fixed)
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(2 files)
We would like to send the debuggerAddress of the Remote Agent via the capabilities in Marionette (bug 1671205). As such we need it's location to be shared, and as best on the interface so that Marionette can easily query for it.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
To allow other components in Firefox to easily find the address
under which the Remote Agent is accessible, add the host and port
information as "debuggerAddress" to the Remote Agent's interface
definition.
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D96008
Comment 4•4 years ago
|
||
Backed out along with Bug 1671205 for failures on test_capabilities.js
Assignee | ||
Comment 6•4 years ago
|
||
Here the missing link to the Treeherder view:
Problem here for Android is that I missed that the Remote Agent is not available on that platform. Also I missed that the same applies to release builds of Firefox. I will have to get the Marionette xpcshell tests fixed.
The failing TV job on Mac debug webrender can stay given that it will drastically improve the reproduction steps and will help us to get bug 1663533 fixed.
Assignee | ||
Comment 7•4 years ago
|
||
Note that I will just re-land the patches on this bug, and do the necessary Marionette fixes over on bug 1671205.
Comment 9•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dd12a0bec46f
https://hg.mozilla.org/mozilla-central/rev/15713ccc419b
Description
•