gecko/mobile/android/base
Kartikaya Gupta 77f46817f9 Bug 704114 - Fix missing texture crash [r=pcwalton]
During startup there is a race condition where the
LayerRenderer might request a paint of the root layer before
the root layer has successfully generated a texture.
This might happen if the transaction lock is already held
when the root layer attempts to generate the texture. Fix
by inserting a null guard that aborts the paint if the texture
has not been generated.
2011-11-21 12:17:24 -05:00
..
gfx Bug 704114 - Fix missing texture crash [r=pcwalton] 2011-11-21 12:17:24 -05:00
locales
resources
ui Bug 700559 - Fix crash in startSnap() [r=pcwalton] 2011-11-21 09:20:33 -05:00
AlertNotification.java
AndroidManifest.xml.in
App.java.in
AwesomeBar.java
AwesomeBarTabs.java
BrowserToolbar.java
ConfirmPreference.java
CrashReporter.java.in
DoorHanger.java
DoorHangerPopup.java
Favicons.java
GeckoApp.java Bug 703421 - Implement the Android draw metadata listener to fix races. r=kats 2011-11-18 18:07:14 -08:00
GeckoAppShell.java Bug 703421 - Implement the Android draw metadata listener to fix races. r=kats 2011-11-18 18:07:14 -08:00
GeckoAsyncTask.java
GeckoBatteryManager.java
GeckoConnectivityReceiver.java
GeckoEvent.java
GeckoEventListener.java
GeckoInputConnection.java
GeckoPreferences.java
GeckoStateListDrawable.java
GeckoThread.java
GlobalHistory.java
LauncherShortcuts.java.in
Makefile.in Bug 703421 - Implement the Android draw metadata listener to fix races. r=kats 2011-11-18 18:07:14 -08:00
NotificationHandler.java.in
package-name.txt.in
PromptService.java
Restarter.java.in
strings.xml.in
SurfaceLockInfo.java
Tab.java
Tabs.java
TabsTray.java