Bug 294907
| Summary: | Web Inspector: Replace MessageSource::AppCache in WebCore | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Razvan Caliman <rcaliman> |
| Component: | Web Inspector | Assignee: | Razvan Caliman <rcaliman> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Razvan Caliman
https://bugs.webkit.org/show_bug.cgi?id=286641 removed Web Inspector support for AppCache and rewrote the old inspector protocol snapshots to prevent issues with inspecting older devices.
There still are uses of `MessageSource::AppCache` in WebCore. These should be replaced with `MessageSource::Other` so we can drop the "appcache" message Console ChannelSource from `Console.json` and inspector protocol going forward.
Context: https://github.com/WebKit/WebKit/pull/46798#discussion_r2161926432
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/154202768>
Razvan Caliman
Pull request: https://github.com/WebKit/WebKit/pull/47122
EWS
Committed 296659@main (b3fe8b76f052): <https://commits.webkit.org/296659@main>
Reviewed commits have been landed. Closing PR #47122 and removing active labels.