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 2 open bugs)
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•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year 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•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year 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•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
Depends on D133087
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 5•1 year ago
|
||
Depends on D133088
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4ffae25ab5a9 [remote] Add shared module to handle stack frames. r=webdriver-reviewers,jdescottes https://hg.mozilla.org/integration/autoland/rev/fd8c95f5ea3a [webdriver-bidi] Add support for "stackTrace" to "log.entryAdded". r=webdriver-reviewers,jdescottes https://hg.mozilla.org/integration/autoland/rev/598f068edcbc [wdspec] Added tests to support stackTrace entries for log.entryAdded. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/31985 for changes under testing/web-platform/tests
Comment 8•1 year 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
Upstream PR merged by moz-wptsync-bot
Description
•