Bug 1528052 Comment 3 Edit History

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

The initial resize event is triggered from [ResizeReflowIgnoreOverride call in RefreshVisualViewportSize](https://hg.mozilla.org/mozilla-central/file/82134a2f7b89/layout/base/MobileViewportManager.cpp#l529) on the initial paint.  Probably we don't need the resize event at that time.

Also, in bug 1149555 unfortunately (accidentally?) we dropped (the check whether the size is changed)[https://hg.mozilla.org/mozilla-central/rev/b8174ee90b58#l3.102].
The initial resize event is triggered from [ResizeReflowIgnoreOverride call in RefreshVisualViewportSize](https://hg.mozilla.org/mozilla-central/file/82134a2f7b89/layout/base/MobileViewportManager.cpp#l529) on the initial paint.  Probably we don't need the resize event at that time.

Also, in bug 1149555 unfortunately (accidentally?) we dropped [the check whether the size is changed](https://hg.mozilla.org/mozilla-central/rev/b8174ee90b58#l3.102).

Back to Bug 1528052 Comment 3