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. |
#if (BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID)) && \
BUILDFLAG(ENABLE_CAST_RECEIVER)
should this whole expression just be `BUILDFLAG(ENABLE_CAST_RECEIVER)`? I don't think we have the cast receiver enabled on any OSes that aren't one of fuchsia, linux, or android.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#if (BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID)) && \
BUILDFLAG(ENABLE_CAST_RECEIVER)
should this whole expression just be `BUILDFLAG(ENABLE_CAST_RECEIVER)`? I don't think we have the cast receiver enabled on any OSes that aren't one of fuchsia, linux, or android.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Fuchsia WebEngine can be configured to allow loading Mixed Content from
Can you update this comment?
This explains why this is needed for Fhchsia WebEngine, but now this is a common problem for the cast receiver supporting systems?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
// Fuchsia WebEngine can be configured to allow loading Mixed Content from
Can you update this comment?
This explains why this is needed for Fhchsia WebEngine, but now this is a common problem for the cast receiver supporting systems?
Done. I think as more cast receivers updated to a newer web runtime, they also started facing this issue.
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. |
Allow mixed content for cast android builds.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |