Bug 1944579 Comment 4 Edit History

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

Was able to confirm SHIP causes the regression.
Was able to confirm SHIP causes the regression. `window.history.length = 1` with SHIP disabled and `window.history.length = 2` with SHIP enabled.
Was able to confirm SHIP causes the regression. `window.history.length = 1` with SHIP disabled and `window.history.length = 2` with SHIP enabled. It appears SHIP enabled starts out with `2` as soon as the page is loaded.
Was able to confirm SHIP causes the regression. 

This seems specific to Fenix: `window.history.length = 1` with SHIP disabled and `window.history.length = 2` with SHIP enabled. It appears SHIP enabled starts out with `2` initially.

On GV, visiting the same page:  `window.history.length = 1` on both cases. Can't truly reproduce on GV because a custom error page is involved, but it is suspicious that the initial counts on Fenix aren't as expected.

Back to Bug 1944579 Comment 4