Bug 244369
| Summary: | [Reporting API] Track limit of 100 reports by report type | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | WebCore Misc. | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 189365 | ||
Brent Fulgham
The Reporting API requires that we limit the count of each type of report to 100 (https://www.w3.org/TR/reporting-1/#notify-observers, Step 4.2.3-4).
We currently limit the entire set to 100, but should keep track of individual types of reports (once we add more than the CSPViolationReportBody).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99463125>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/4957
EWS
Committed 255307@main (f2b771d11e79): <https://commits.webkit.org/255307@main>
Reviewed commits have been landed. Closing PR #4957 and removing active labels.