Open
Bug 1765369
Opened 3 years ago
Updated 8 months ago
The warning group is no longer working for the cookiePartitionedForeign category
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: timhuang, Unassigned)
References
Details
After Bug 1759496, the warning group message will no longer work for the cookiePartitionedForeign category. It's because we change to report to the window ID of the iframes. The grouping is defined by the window ID. So, the messages will be only grouped if they are coming from the same iframe, but they used to be grouped if they are the same tab.
Steps to reproduce:
- Go to https://senglehardt.com/test/dfpi/simple.html
- Open the devtools and switch to the "Console" tab
- Observe the console message
Comment 1•3 years ago
|
||
Nicolas to take a look at this.
Severity: -- → S3
Flags: needinfo?(nchevobbe)
Priority: -- → P3
Comment 2•2 years ago
|
||
By design we only have warning group per innerWindowId, so this is not only restricted to cookiePartitionedForeign warnings.
We have 2 options:
- only group by category and "page load". Not sure how this would play out in the Browser Console
- group by top browsing context id and page load
I think it makes sense to group by tab as the message that we have put a generic <URL> , so it shouldn't be restricted to a given window id.
Flags: needinfo?(nchevobbe)
You need to log in
before you can comment on or make changes to this bug.
Description
•