gecko-dev/mobile
Kartikaya Gupta 059609fb24 Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis
Prior to this change, isBrowserContentDocumentDisplayed returned false
from the time that the isFirstPaint flag was set in layout to the time
that layout handed off the rendered document to the compositor. However
the way the function is used meant that it needs to return false until
the compositor actually composites the "first-paint" rendering,
otherwise other events can sneak in and run before the compositor. This
patch moves the tracking for the flag into GeckoLayerClient so that it
can be queried and modified synchronously from both the Gecko thread in
browser.js and the compositor thread in setFirstPaintViewport.
2013-05-30 09:55:23 -04:00
..
android Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis 2013-05-30 09:55:23 -04:00
locales Bug 840705 - Use HTTPS instead of HTTP for Yahoo integration (Yahoo Mail and Yahoo RSS). r=bsmith, r=gavin 2013-05-27 14:10:36 +08:00