mirror of
https://github.com/servo/servo.git
synced 2025-10-18 09:19:16 +01:00
This commit modifies layout context to propagate any issues that occur during image resolution. At the moment, when errors occur during image resolution we propagate None upwards. This hides any potential issues that may be actionable, for example, we may want to avoid trying to load an image that failed to load for whatever reason or has an invalid url. This commit instead propagates these errors upwards to consumers where they may become actionable. This is part of an investigation into #36679. Signed-off-by: Astraea Quinn Skoutelli <astraea.quinn.skoutelli@huawei.com> Signed-off-by: Astraea Quinn Skoutelli <astraea.quinn.skoutelli@huawei.com> |
||
---|---|---|
.. | ||
background.rs | ||
clip_path.rs | ||
conversions.rs | ||
gradient.rs | ||
mod.rs | ||
stacking_context.rs |