gecko/widget/android
Jim Chen 0ea0adc841 Bug 1197957 - Switch PROFILE_READY state to correspond to profile-after-change; r=snorp
Originally, the GeckoThread PROFILE_READY state was chosen to correspond
to the profile-do-change event, to give priority to JNI code (e.g.
window creation) over other events that may be registered under
profile-after-change event. However, this leads to broken tests because
our testing infra expects things like window creation to happen during
profile-after-change at the earliest. This is because we have to wait
for addons like SpecialPowers to be loaded between profile-do-change and
profile-after-change. This patch changes the PROFILE_READY state to
correspond to the profile-after-change event, so things are consistent
again.
2015-09-21 10:13:33 -04:00
..
android
bindings Backed out 4 changesets (bug 1182665) for android reftest orange CLOSED TREE 2015-09-11 11:21:56 -07:00
jni Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
AndroidBridge.cpp Bug 1203428 - E10S for device storage API r=cyu 2015-09-15 11:01:07 -07:00
AndroidBridge.h Bug 1203428 - E10S for device storage API r=cyu 2015-09-15 11:01:07 -07:00
AndroidBridgeUtilities.h
AndroidContentController.cpp
AndroidContentController.h Bug 1188225 - Implement ChromeProcessController::HandleDoubleTap. r=botond 2015-08-13 18:26:00 -04:00
AndroidDirectTexture.cpp
AndroidDirectTexture.h
AndroidGraphicBuffer.cpp Bug 1187088 - Use UNIFIED_SOURCES in widget/android; r=snorp 2015-08-04 17:47:28 -04:00
AndroidGraphicBuffer.h
AndroidJavaWrappers.cpp Bug 895274 part.244 Rename NS_TOUCH_CANCEL to eTouchCancel r=smaug 2015-09-15 00:14:35 +09:00
AndroidJavaWrappers.h Bug 1131470 - Part 2: Update screen configuration HAL to report orientation angle. r=snorp,mwu 2015-08-18 14:55:15 -07:00
AndroidJNI.cpp Bug 1189881 - Move GeckoJavaSampler::getProfilerTime out of AndroidJNI.cpp. r=jchen 2015-09-17 16:17:26 -05:00
AndroidJNIWrapper.cpp Bug 1192077 - Convert AndroidBridge JNIEnv calls; r=esawin 2015-08-13 00:53:39 -04:00
AndroidJNIWrapper.h
ANRReporter.cpp Bug 1182641 - Implement new native methods for ANRReporter; r=snorp 2015-07-29 15:11:15 -04:00
ANRReporter.h Bug 1182641 - Implement new native methods for ANRReporter; r=snorp 2015-07-29 15:11:15 -04:00
GeneratedJNINatives.h Bug 1197957 - Introduce GeckoView.Window class; r=snorp 2015-09-21 10:13:32 -04:00
GeneratedJNIWrappers.cpp Bug 1197957 - Introduce GeckoView.Window class; r=snorp 2015-09-21 10:13:32 -04:00
GeneratedJNIWrappers.h Bug 1197957 - Introduce GeckoView.Window class; r=snorp 2015-09-21 10:13:32 -04:00
GfxInfo.cpp Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan 2015-08-04 16:17:36 -07:00
GfxInfo.h Bug 1194806 - part 2 - mark overrides as such in widget/android/; r=snorp 2015-08-14 22:06:20 -04:00
moz.build Bug 1189881 - Move GeckoJavaSampler::getProfilerTime out of AndroidJNI.cpp. r=jchen 2015-09-17 16:17:26 -05:00
NativeJSContainer.cpp Bug 1191529 - Remove JSIdArray and AutoIdArray and replace with Rooted<IdVector>; r=mccr8, r=jonco 2015-08-05 11:02:00 -07:00
NativeJSContainer.h Bug 1186467 - Rewrite NativeJSContainer to use new native JNI scheme; r=snorp 2015-08-04 17:47:28 -04:00
nsAndroidProtocolHandler.cpp
nsAndroidProtocolHandler.h
nsAppShell.cpp Bug 1197957 - Switch PROFILE_READY state to correspond to profile-after-change; r=snorp 2015-09-21 10:13:33 -04:00
nsAppShell.h Bug 1197957 - Dispatch nsWindow native calls to Gecko thread; r=snorp 2015-09-21 10:13:33 -04:00
nsClipboard.cpp
nsClipboard.h
nsDeviceContextAndroid.cpp
nsDeviceContextAndroid.h Bug 1194806 - part 2 - mark overrides as such in widget/android/; r=snorp 2015-08-14 22:06:20 -04:00
nsIAndroidBridge.idl Bug 1180295 - Store the viewport width and height as integers instead of floats in ImmutableViewportMetrics. r=rbarker 2015-08-18 14:27:19 -04:00
nsIdleServiceAndroid.cpp
nsIdleServiceAndroid.h Bug 1194806 - part 2 - mark overrides as such in widget/android/; r=snorp 2015-08-14 22:06:20 -04:00
nsIMEPicker.cpp Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan 2015-08-04 16:17:36 -07:00
nsIMEPicker.h
nsLookAndFeel.cpp Bug 1075089 - Move popup menu frame offset to LookAndFeel and fix default offset for OS X. r=Enn 2015-08-04 16:41:00 -04:00
nsLookAndFeel.h
nsPrintOptionsAndroid.cpp
nsPrintOptionsAndroid.h
nsScreenManagerAndroid.cpp Backed out 4 changesets (bug 1182665) for android reftest orange CLOSED TREE 2015-09-11 11:21:56 -07:00
nsScreenManagerAndroid.h Bug 1194806 - part 2 - mark overrides as such in widget/android/; r=snorp 2015-08-14 22:06:20 -04:00
nsWidgetFactory.cpp
nsWindow.cpp Bug 1197957 - Dispatch nsWindow native calls to Gecko thread; r=snorp 2015-09-21 10:13:33 -04:00
nsWindow.h Bug 1197957 - Implement GeckoView.Window.open in nsWindow; r=snorp 2015-09-21 10:13:32 -04:00