| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// as="script". The `kModulePreloadStyleJson` feature flag enables as="style"Need to update this to `ModulePreloadStyleJsonEnabled`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
DCHECK_NE(context_type, mojom::blink::RequestContextType::UNSPECIFIED);Can we do `CHECK_NE` for these too?
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/styleguide/c++/c++.md#check_dcheck_and-notreached
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
// as="script". The `kModulePreloadStyleJson` feature flag enables as="style"Need to update this to `ModulePreloadStyleJsonEnabled`
Done
DCHECK_NE(context_type, mojom::blink::RequestContextType::UNSPECIFIED);Can we do `CHECK_NE` for these too?
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/styleguide/c++/c++.md#check_dcheck_and-notreached
| 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. |
| Code-Review | +1 |
LGTM! Apologies for the delay..
| 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/57436.
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. |
[CSS Modules] Support JSON and CSS in <link type=modulepreload>
Adds support for preloading JSON and CSS modules via the "as" parameter
using the same fetching mechanism that script module preloads use.
Basic tests are added in this CL, and more detailed tests are coming
straight to WPT via
https://github.com/web-platform-tests/wpt/pull/56617.
| 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/57436
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |