Closed
Bug 1750993
Opened 3 years ago
Closed 3 years ago
waitForInitialNavigationCompleted shouldn't print full URLs in trace log
Categories
(Remote Protocol :: Marionette, defect, P2)
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [bidi-m3-mvp])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Since bug 1747359 landed we print the full URL of the initial page that has been loaded. For non about:blank
pages this is quite a lot of output. It can be seen when loading a data URL and then reconnecting the session.
To fix that we should truncate the trace output.
Updated•3 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D134387
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/da1020c4d273
[marionette] Always truncate URIs in Navigate.jsm. r=webdriver-reviewers,jdescottes
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Assignee | ||
Updated•3 years ago
|
Points: --- → 1
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•