gecko/widget/android
Kartikaya Gupta e10ad61242 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
AndroidBridge.cpp Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis 2013-05-30 09:55:23 -04:00
AndroidBridge.h Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis 2013-05-30 09:55:23 -04:00
AndroidDirectTexture.cpp
AndroidDirectTexture.h
AndroidGraphicBuffer.cpp
AndroidGraphicBuffer.h
AndroidJavaWrappers.cpp Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis 2013-05-30 09:55:23 -04:00
AndroidJavaWrappers.h Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis 2013-05-30 09:55:23 -04:00
AndroidJNI.cpp Bug 871905 - Fix build error on android platform. r=vicamo 2013-05-16 11:13:39 +08:00
AndroidJNIWrapper.cpp Bug 866093 - Set Android Context Objects, use any-thread FindClass, compile AudioCapture classes. r=jesup f=blassey 2013-05-02 08:42:53 +02:00
AndroidJNIWrapper.h Bug 866093 - Set Android Context Objects, use any-thread FindClass, compile AudioCapture classes. r=jesup f=blassey 2013-05-02 08:42:53 +02:00
GfxInfo.cpp Bug 868826 - Fix stagefright blocklist for JB devices - r=bjacob 2013-05-09 06:10:21 +12:00
GfxInfo.h
Makefile.in Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
moz.build Bug 874689 - Move android file picker to a js component. r=mfinkle 2013-05-29 08:08:55 -07:00
nsAppShell.cpp Bug 860940 - Add static factory-style methods to create AndroidGeckoEvent instances in widget code. r=cpeterson 2013-04-17 17:39:12 -04:00
nsAppShell.h
nsClipboard.cpp
nsClipboard.h
nsDeviceContextAndroid.cpp Bug 746983 - Remove unused local variable in nsDeviceContextAndroid, clean up whitespace, and fix grammar in comment. r=blassey 2013-04-26 10:10:59 -04:00
nsDeviceContextAndroid.h
nsIAndroidBridge.idl Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis 2013-05-30 09:55:23 -04:00
nsIdleServiceAndroid.cpp
nsIdleServiceAndroid.h Bug 867101 - Fix more implicit conversion to already_AddRefed; r=Ms2ger 2013-04-28 14:52:10 +03:00
nsIMEPicker.cpp
nsIMEPicker.h
nsLookAndFeel.cpp
nsLookAndFeel.h
nsPrintOptionsAndroid.cpp
nsPrintOptionsAndroid.h
nsScreenManagerAndroid.cpp Backed out 8 changesets (bug 803299) because it makes Tcheckerboard and Tpan so much worse 2013-05-29 17:14:27 -04:00
nsScreenManagerAndroid.h
nsWidgetFactory.cpp Bug 874689 - Move android file picker to a js component. r=mfinkle 2013-05-29 08:08:55 -07:00
nsWindow.cpp Backed out 8 changesets (bug 803299) because it makes Tcheckerboard and Tpan so much worse 2013-05-29 17:14:27 -04:00
nsWindow.h Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel 2013-04-24 14:42:40 -04:00