Bug 290160
Summary: | [WebInspector] make customizable limit for content resources kept for network page of WebInspector | ||
---|---|---|---|
Product: | WebKit | Reporter: | Przemyslaw Gorszkowski <pgorszkowski> |
Component: | New Bugs | Assignee: | Przemyslaw Gorszkowski <pgorszkowski> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Przemyslaw Gorszkowski
Currently, `maximumResourcesContentSize` is hardcoded (200MB) in `NetworkResourcesData`. On system with limited memory (embedded devices) it would be good to have a possibility to change it and set it to lower value. The idea is to have it customizable by env var with limit <50(current `maximumSingleResourceContentSize`), 200 (current `maximumResourcesContentSize`)>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Przemyslaw Gorszkowski
Pull request: https://github.com/WebKit/WebKit/pull/42798
Radar WebKit Bug Importer
<rdar://problem/148082875>
EWS
Committed 293008@main (fb4a8f7902cf): <https://commits.webkit.org/293008@main>
Reviewed commits have been landed. Closing PR #42798 and removing active labels.