| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
comment for the enum value
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
vrp_flags: manual cross-renderer victim spawning
Extend cross-renderer VRP flags to allow the attacker page to open the
victim with window.open or iframes or other mechanisms.
Key changes:
- Implement VrpNavigationThrottle in content/browser/vrp_flags/ to intercept navigations matching registered victim ports (victim.test:<port>).
- Register VrpNavigationThrottle in NavigationThrottleRegistryImpl for all frame navigations (main frame, popups, and OOPIF subframes).
- Bind pending VrpFlags Mojo receivers to the target RenderProcessHost when navigation response processing begins.
- Delete single-use VictimSpawnObserver in favor of unified NavigationThrottle
interception for both browser-initiated and manual spawns.
- Add browser tests covering JS window.open popups, iframe embedding, and cross-origin postMessage communication.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |