Closed
Bug 1941813
Opened 1 year ago
Closed 13 days ago
Include top-most frame of the stacktrace to all "log.entryAdded" events for Console API messages
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(firefox151 fixed)
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [webdriver:m19])
Attachments
(1 file)
With the landed changes on https://github.com/w3c/webdriver-bidi/pull/854 we should always include the stack trace for Console API messages.
| Reporter | ||
Comment 1•1 year ago
|
||
Tests will be downstream synced via bug 1942564.
Depends on: 1942564
| Reporter | ||
Comment 2•1 year ago
|
||
As a first step we could just try to only include the top-most frame of the stack, that we could extract more easily. Later on we could include the full stack once it's clear how much performance it will cost.
| Reporter | ||
Comment 3•1 year ago
|
||
Lets also file new bug for adding the full stack
Points: --- → 3
Flags: needinfo?(hskupin)
Priority: -- → P2
Whiteboard: [webdriver:blocked] → [webdriver:m15]
| Reporter | ||
Comment 4•1 year ago
|
||
Updating the summary to what we discussed last week. Also I filed bug 1944136 to include the full stack. For this bug we no longer need the work from bug 1744705.
No longer depends on: 1744705
Flags: needinfo?(hskupin)
Summary: "log.entryAdded" event should always include stacktrace for Console API messages → Include top-most frame of the stacktrace to all "log.entryAdded" events for Console API messages
| Reporter | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m15] → [webdriver:m16]
Updated•9 months ago
|
Whiteboard: [webdriver:m16] → [webdriver:m17]
Updated•9 months ago
|
Priority: P2 → P3
| Reporter | ||
Updated•6 months ago
|
Whiteboard: [webdriver:m17] → [webdriver:m18]
| Reporter | ||
Updated•3 months ago
|
Whiteboard: [webdriver:m18] → [webdriver:m19]
| Assignee | ||
Updated•15 days ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•15 days ago
|
||
Pushed by aborovova@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/670a267f3e3b
https://hg.mozilla.org/integration/autoland/rev/a12fb2e96503
[webdriver-bidi] Include top-most frame of the stacktrace to all "log.entryAdded" events for Console API messages. r=whimboo
Status: ASSIGNED → RESOLVED
Closed: 13 days ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•