Bug 1528052 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.

I thought initially we can avoid the resize event on the case where nsIPresShell::mIsFirstPaint is true, but [it breaks existing test cases a lot](https://treeherder.mozilla.org/#/jobs?repo=try&revision=ed56ae5dfe499a648e7724acce096b48e4637e49&selectedJob=231455703).

We should probably avoid the event only on the case MobileViewportManager::mIsFirstPaint is true. Here is (a try)[https://treeherder.mozilla.org/#/jobs?repo=try&revision=8dde1d3defb6ee2d31301c7d3b5f470ba95cf022].
I thought initially we can avoid the resize event on the case where nsIPresShell::mIsFirstPaint is true, but [it breaks existing test cases a lot](https://treeherder.mozilla.org/#/jobs?repo=try&revision=ed56ae5dfe499a648e7724acce096b48e4637e49&selectedJob=231455703).

We should probably avoid the event only on the case MobileViewportManager::mIsFirstPaint is true. Here is [a try](https://treeherder.mozilla.org/#/jobs?repo=try&revision=8dde1d3defb6ee2d31301c7d3b5f470ba95cf022).

Back to Bug 1528052 Comment 4