Bug 1462885 Comment 29 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Narcis Beleuzu [:NarcisB] from comment #27)

> :sotaro , the fail reappeared on mozilla-beta as a Tier2 failure.
> Could you please take a look?
> 

The fix addresses the infinite loop in ImageBridgeParent::NotifyImageComposites(), but "Cannot find image bridge for process" could happen often with WebRender because of its architecture. It seems better to change NS_ASSERTION to NS_WARNING.
(In reply to Narcis Beleuzu [:NarcisB] from comment #27)

> :sotaro , the fail reappeared on mozilla-beta as a Tier2 failure.
> Could you please take a look?
> 

The fix addresses the infinite loop in ImageBridgeParent::NotifyImageComposites(), but "Cannot find image bridge for process" could sometimes happen with WebRender because of its architecture. It seems better to change NS_ASSERTION to NS_WARNING.

Back to Bug 1462885 Comment 29