The UpdateResources() stops updates handling when there is an error. It seems not good in some cases. For example, ExternalImage handling error should not distract BlobImage handling. It seems that it could be one cause of Bug 1645841.
Bug 1688144 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The UpdateResources() stops updates handling when there is an error during a message handling. It seems not good in some cases. For example, ExternalImage handling error should not distract BlobImage handling. It seems that it could be one cause of Bug 1645841.
It seems better to add more error logs to WebRenderBridgeParent::UpdateResources().