| 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. |
Rakina, PTAL `content/*`.
| 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. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/60522.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[iframe] Reset the size when navigating cross-origin
This patch resets the intrinsic size info from `<iframe>`
content when the content navigates cross-origin, to prevent
leaking the size information.
To do this, when `DocumentLoader` for an `<iframe>` child
content checks if it's a cross-origin navigation in
`CommitNavigation()`, and clears the natural dimension if so.
`FrameLoader` is changed to keep the old document origin.
`RenderWidgetHostViewChildFrame` needs a new queue for the
intrinsic size events, as its `frame_connector_` isn't set yet
at the `CommitNavigation()` timing.
`content_switch_dependent_feature_overrides.cc` is needed to
change to enable the flag in the browser when testing. In the
non-testing environments, the flag in Blink and Browser are
automatically synchronized.
The existing test `responsive-iframe-navigation.html` is
extended to test cross-origin as a new variant. In addition,
it tests the initial viewport size of the child frame.
All changes are under a runtime flag.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/60522
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |