Closed
Bug 1710000
Opened 4 years ago
Closed 4 years ago
Allow the "remote-listening" observer to also print other messages to stderr
Categories
(Remote Protocol :: Agent, enhancement, P2)
Remote Protocol
Agent
Tracking
(firefox90 fixed)
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [bidi-m1-mvp])
Attachments
(1 file)
Bug 1710000 - [remote] Allow the "remote-listening" observer to also print other messages to stderr.
48 bytes,
text/x-phabricator-request
|
Details | Review |
Right now the Remote Agent's command line handler prints a line to stderr where the DevTools server is listening on:
eprintln!("DevTools listening on {}", url.to_string_lossy());
With the hard-coded prefix DevTools listening on
it won't allow us to just also print a line for WebDriver BiDi when the protocol is enabled.
As such when notifying the remote-listening
observer the complete string should be passed-in.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Summary: Allow the "remote-listening" observer to also print WebDriver BiDi messages to stderr → Allow the "remote-listening" observer to also print other messages to stderr
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8307b8b0bc7c
[remote] Allow the "remote-listening" observer to also print other messages to stderr. r=remote-protocol-reviewers,jgraham
Comment 3•4 years ago
|
||
Backed out for causing mochitests failures on browser_agent.js.
Flags: needinfo?(hskupin)
Assignee | ||
Comment 4•4 years ago
|
||
There is a test that I didn't check. :/ Accounting for the prefix will make it work.
Flags: needinfo?(hskupin)
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd2903038e81
[remote] Allow the "remote-listening" observer to also print other messages to stderr. r=remote-protocol-reviewers,jgraham,jdescottes
Assignee | ||
Updated•4 years ago
|
Points: --- → 2
Priority: -- → P2
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•