Skip to content

Propagate errors during rendering WebRender instead of panicking #1631

@sotaroikeda

Description

@sotaroikeda

#768 propagates errors when initializing WebRender. But it is not enough to propagate errors instead of panicking, since actual shader compilations happen when they are used under Renderer::render() in normal use cases. Then the render() panics when the compilations failed. gecko want to avoid the panic.

The problem of gecko is tracked by Bug 1390138

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions