gecko-dev/widget/android
Jim Chen a0129dc275 Bug 1250314 - Let changes flush when committing or canceling composition; r=esawin
Flush IME changes when committing or canceling the composition, before
sending a notification, so that the Gecko and Java sides are on the same
page.

Also, use the GeckoEditableListener constants when calling notifyIME so
we don't rely on the Gecko platform constants having the same values as
our Java constants.
2016-02-26 14:38:57 -05:00
..
android
bindings Bug 1230750 - Export GENERATED_FILES headers from moz.build. r=ted.mielczarek 2016-01-24 02:19:45 -05:00
jni Bug 1244875 - Refactor JNI templates; r=snorp 2016-02-09 17:27:28 -05:00
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
AndroidBridge.cpp Bug 1246788 - Properly synchronize and manage UI thread tasks; r=rbarker 2016-02-10 18:54:55 -05:00
AndroidBridge.h Bug 1246788 - Properly synchronize and manage UI thread tasks; r=rbarker 2016-02-10 18:54:55 -05:00
AndroidBridgeUtilities.h Bug 1116641 - Change JNI macro usages to use AutoJNIClass; r=snorp 2015-01-09 19:33:56 -05:00
AndroidContentController.cpp Bug 1249943 - Make test_basic_pan work on Fennec and Linux as well. r=botond 2016-02-25 11:15:14 -05:00
AndroidContentController.h Bug 1249943 - Make test_basic_pan work on Fennec and Linux as well. r=botond 2016-02-25 11:15:14 -05:00
AndroidDirectTexture.cpp
AndroidDirectTexture.h Bug 1155621 - Make nsIntRect and nsIntPoint typedefs of mozilla::gfx::IntRect and mozilla::gfx::IntPoint. r=Bas 2015-04-21 17:04:57 +02:00
AndroidGraphicBuffer.cpp Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel. 2016-01-07 20:57:38 -08:00
AndroidGraphicBuffer.h Bug 1155621 - Make nsIntRect and nsIntPoint typedefs of mozilla::gfx::IntRect and mozilla::gfx::IntPoint. r=Bas 2015-04-21 17:04:57 +02:00
AndroidJNI.cpp Bug 1238761 - Remove obsolete APZ code; r=rbarker 2016-01-15 13:05:45 -05:00
AndroidJNIWrapper.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
AndroidJNIWrapper.h
AndroidJavaWrappers.cpp Bug 1243070 - Remove obsolete size-change code; r=snorp 2016-02-01 17:38:14 -05:00
AndroidJavaWrappers.h Bug 1243070 - Remove obsolete size-change code; r=snorp 2016-02-01 17:38:14 -05:00
GeneratedJNINatives.h Bug 1225936 - Support scroll events in APZ on Fennec r=kats,jchen 2016-02-12 15:00:34 -08:00
GeneratedJNIWrappers.cpp Bug 1249915 - Add ability to synthesize native touch events on Fennec for mochitests. r=snorp 2016-02-23 10:17:46 -05:00
GeneratedJNIWrappers.h Bug 1250314 - Let changes flush when committing or canceling composition; r=esawin 2016-02-26 14:38:57 -05:00
GfxInfo.cpp Bug 1249640: Part 4 Android to use new blocking. r=snorp 2016-02-22 14:23:00 +01:00
GfxInfo.h Bug 1249640: Part 4 Android to use new blocking. r=snorp 2016-02-22 14:23:00 +01:00
NativeJSContainer.cpp Bug 1244875 - Update JNI usages; r=snorp 2016-02-09 17:27:28 -05:00
NativeJSContainer.h Bug 1186467 - Rewrite NativeJSContainer to use new native JNI scheme; r=snorp 2015-08-04 17:47:28 -04:00
PrefsHelper.h Bug 1244875 - Update JNI usages; r=snorp 2016-02-09 17:27:28 -05:00
moz.build Bug 1189881 - Move GeckoJavaSampler::getProfilerTime out of AndroidJNI.cpp. r=jchen 2015-09-17 16:17:26 -05:00
nsAndroidProtocolHandler.cpp Bug 1244875 - Update JNI usages; r=snorp 2016-02-09 17:27:28 -05:00
nsAndroidProtocolHandler.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
nsAppShell.cpp Bug 1248695 - Check for null browser app object when handling UI telemetry events; r=snorp 2016-02-16 16:57:49 -05:00
nsAppShell.h Bug 1243070 - Remove obsolete size-change code; r=snorp 2016-02-01 17:38:14 -05:00
nsClipboard.cpp Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp 2015-01-09 19:33:57 -05:00
nsClipboard.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsDeviceContextAndroid.cpp Bug 1156742 Part 9: Add a new nsIDeviceContextSpec for proxied printing. r=roc 2016-01-05 10:08:57 +00:00
nsDeviceContextAndroid.h Bug 1156742 Part 9: Add a new nsIDeviceContextSpec for proxied printing. r=roc 2016-01-05 10:08:57 +00:00
nsIAndroidBridge.idl Bug 1243049 - Convert browser.js prefs code to use observer; r=margaret 2016-02-01 17:38:14 -05:00
nsIMEPicker.cpp Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan 2015-08-04 16:17:36 -07:00
nsIMEPicker.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsIdleServiceAndroid.cpp
nsIdleServiceAndroid.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
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 Bug 1182665 - Don't try to call JNI methods in nsScreenManagerAndroid if it's not available r=esawin 2015-09-28 09:36:59 -05: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 Bug 1119609 part.3 Implement converting methods from key/code value to key/code name index r=smaug 2015-02-19 15:50:19 +09:00
nsWindow.cpp Bug 1250314 - Let changes flush when committing or canceling composition; r=esawin 2016-02-26 14:38:57 -05:00
nsWindow.h Bug 1249915 - Add ability to synthesize native touch events on Fennec for mochitests. r=snorp 2016-02-23 10:17:46 -05:00