(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #14) > I don't have any STRs, but I think that this is dup of bug 1605361 > > What if we tried to avoid values <= 0 passed to `createImageData`? > > https://searchfox.org/mozilla-release/rev/f8fb0274699faa048544b22a6bbfc5449d11c703/devtools/client/netmonitor/src/widgets/WaterfallBackground.js#68 > > Honza This part was already fixed in Bug 1684689 :) We know pass widths at least equal to 1. See comment 8.
Bug 1685459 Comment 15 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 Jan Honza Odvarko [:Honza] (always need-info? me) from comment #14) > I don't have any STRs, but I think that this is dup of bug 1605361 > > What if we tried to avoid values <= 0 passed to `createImageData`? > > https://searchfox.org/mozilla-release/rev/f8fb0274699faa048544b22a6bbfc5449d11c703/devtools/client/netmonitor/src/widgets/WaterfallBackground.js#68 > > Honza This part was already fixed in Bug 1684689 :) We now pass widths at least equal to 1. See comment 8.