AnujPanta1

WebInspector contributor

52 commits (9mo)
View all commits on GitHub ↗

Summary

Works almost entirely in Web Inspector, with a sustained focus on making the inspector protocol function under Site Isolation — per-frame FrameDOMAgent and FrameDOMStorageAgent, a UIProcess-side Storage domain for cookie inspection, and cross-origin iframe support across the DOM tree, Event Listeners, Accessibility, and Sources panels. Nothing here is classified as a security fix or hardening; the pattern is feature plumbing that deliberately moves DOM, storage, and cookie access across the very process boundaries Site Isolation exists to enforce. The audit angle: the per-frame agents and the new UIProcess Storage domain are fresh cross-process surface, and the commands that reach across origins — resolveNode/requestNode, Page.getResourceContent, the DOM editing and undo-stack coordination paths — are where an isolation check is easiest to omit.

Components

WebInspector
57%
WebCore
27%
Site Isolation
10%
WebKit
6%

Security Fix History

Hardening Commits

Recent Commits

1 / 4

← All Contributors