Add support for "stackTrace" to ConsoleLogEntry and JavascriptLogEntry
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(firefox97 fixed)
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [bidi-m2-mvp], [wptsync upstream])
Attachments
(3 files)
Once support for ConcoleLogEntry
and JavascriptLogEntry
has been added we have to also support attaching the stacktrace for trace
level ConsoleLogEntry
entries, and JavascriptLogEntry
.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Note that via https://github.com/w3c/webdriver-bidi/pull/135 we might not want to add the stackTrace
for every ConsoleLogEntry
type.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
(In reply to Henrik Skupin (:whimboo) [⌚️UTC+1] from comment #1)
Note that via https://github.com/w3c/webdriver-bidi/pull/135 we might not want to add the
stackTrace
for everyConsoleLogEntry
type.
Based on the merged changes the stacktrace needs to be included for console API calls for the following methods: assert
, error
, warn
and trace
.
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D133087
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D133088
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4ffae25ab5a9
https://hg.mozilla.org/mozilla-central/rev/fd8c95f5ea3a
https://hg.mozilla.org/mozilla-central/rev/598f068edcbc
Description
•