"external/wpt/jpegxl"Nit: List this line in sorted order.
"external/wpt/jpegxl"The changes to this file seem unrelated to the changes to image_decoder.cc. Should these changes be moved to a separate CL?
If we keep these changes in this CL, please describe these changes in the commit message.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (image_extension == "jxl") {This should also be guarded by `ase::FeatureList::IsEnabled(features::kJXLImageFormat)`, right?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This should also be guarded by `ase::FeatureList::IsEnabled(features::kJXLImageFormat)`, right?
true! done
Nit: List this line in sorted order.
Done
The changes to this file seem unrelated to the changes to image_decoder.cc. Should these changes be moved to a separate CL?
If we keep these changes in this CL, please describe these changes in the commit message.
ok here is a sepearat CL, guess it's best to merge this first -> https://chromium-review.googlesource.com/c/chromium/src/+/7456255
| 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 |
| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Gate JXL decoder by feature flag
Ensure JXL sniffing and decoder creation only run when the runtime feature is enabled.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |