Bug 232697
| Summary: | Web Inspector: update local overrides after editing instead of replacing them | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=232699 | ||
Devin Rousso
after editing a local override, the existing `WI.LocalResourceOverride` is removed and then a new one is created/added
this is kinda wasteful, especially for larger overridden resources, as we have to recreate an entire `WI.ResourceContentView` again (which includes `CodeMirror`)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/85285632>