Bug 294907

Summary: Web Inspector: Replace MessageSource::AppCache in WebCore
Product: WebKit Reporter: Razvan Caliman <rcaliman>
Component: Web InspectorAssignee: 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
Reported 2025-06-24 08:42:32 PDT
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
Radar WebKit Bug Importer
Comment 1 2025-06-24 09:19:43 PDT
Razvan Caliman
Comment 2 2025-06-24 09:29:20 PDT
EWS
Comment 3 2025-06-26 04:21:15 PDT
Committed 296659@main (b3fe8b76f052): <https://commits.webkit.org/296659@main> Reviewed commits have been landed. Closing PR #47122 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.