Open Bug 1765369 Opened 2 years ago Updated 23 days ago

The warning group is no longer working for the cookiePartitionedForeign category

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

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:

  1. Go to https://senglehardt.com/test/dfpi/simple.html
  2. Open the devtools and switch to the "Console" tab
  3. Observe the console message

Nicolas to take a look at this.

Severity: -- → S3
Flags: needinfo?(nchevobbe)
Priority: -- → P3

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)
Duplicate of this bug: 1653057
You need to log in before you can comment on or make changes to this bug.