.. |
android
|
|
|
bindings
|
|
|
jni
|
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 |
AndroidBridge.cpp
|
Bug 1154952 - Delete AndroidBridge on Gecko shutdown; r=snorp
|
2015-04-17 12:22:47 -04:00 |
AndroidBridge.h
|
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
|
2015-04-22 08:29:24 +02:00 |
AndroidBridgeUtilities.h
|
Bug 1116641 - Change JNI macro usages to use AutoJNIClass; r=snorp
|
2015-01-09 19:33:56 -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
|
|
|
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 |
AndroidJavaWrappers.cpp
|
Bug 1146024 - Fix up input routing for APZ on Fennec. r=kats
|
2015-04-20 16:16:17 -04:00 |
AndroidJavaWrappers.h
|
Merge inbound to m-c a=merge CLOSED TREE
|
2015-04-22 17:15:53 -07:00 |
AndroidJNI.cpp
|
Bug 1146024 - Fix up input routing for APZ on Fennec. r=kats
|
2015-04-20 16:16:17 -04:00 |
AndroidJNIWrapper.cpp
|
Bug 1142841: Convert all nsRefPtr<nsIRunnable> to nsCOMPtr<nsIRunnable>. r=ehsan
|
2015-03-17 09:29:17 -07:00 |
AndroidJNIWrapper.h
|
|
|
APZCCallbackHandler.cpp
|
Bug 1146020 - Make APZCCallbackHandler extend from ChromeProcessController. r=kats
|
2015-03-27 15:18:19 -04:00 |
APZCCallbackHandler.h
|
Bug 1146020 - Make APZCCallbackHandler extend from ChromeProcessController. r=kats
|
2015-03-27 15:18:19 -04:00 |
GeneratedJNIWrappers.cpp
|
Bug 1152308 - Remove obsolete methods for exiting; r=snorp
|
2015-04-17 12:22:47 -04:00 |
GeneratedJNIWrappers.h
|
Bug 1152308 - Remove obsolete methods for exiting; r=snorp
|
2015-04-17 12:22:47 -04:00 |
GfxInfo.cpp
|
Bug 1019209 - Allow GL initialization without Android bridge, delay some GL string initialization, clean up some AndroidBridge code. r=snorp
|
2015-02-18 16:50:31 -05:00 |
GfxInfo.h
|
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
|
2015-04-22 08:29:24 +02:00 |
moz.build
|
Bug 1100184 - Flatten netwerk/base/{public,src}/ directories. r=mcmanus, r=poiru
|
2015-01-20 03:58:00 -05:00 |
NativeJSContainer.cpp
|
Bug 1111290 - Part 1: Remove MOZ_(BEGIN|END)_ENUM_CLASS. r=waldo
|
2015-01-26 07:22:07 +09:00 |
NativeJSContainer.h
|
|
|
nsAndroidProtocolHandler.cpp
|
Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp
|
2015-01-09 19:33:57 -05:00 |
nsAndroidProtocolHandler.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsAppShell.cpp
|
Bug 1156943 - Make proper HangMonitor calls in Android nsAppShell; r=snorp
|
2015-04-22 11:30:13 -04:00 |
nsAppShell.h
|
|
|
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 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
nsDeviceContextAndroid.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 |
nsIAndroidBridge.idl
|
|
|
nsIdleServiceAndroid.cpp
|
|
|
nsIdleServiceAndroid.h
|
|
|
nsIMEPicker.cpp
|
Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp
|
2015-01-09 19:33:57 -05: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 |
nsLookAndFeel.cpp
|
Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp
|
2015-01-09 19:33:57 -05:00 |
nsLookAndFeel.h
|
|
|
nsPrintOptionsAndroid.cpp
|
|
|
nsPrintOptionsAndroid.h
|
|
|
nsScreenManagerAndroid.cpp
|
Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp
|
2015-01-09 19:33:57 -05:00 |
nsScreenManagerAndroid.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 |
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 1146024 - Fix up input routing for APZ on Fennec. r=kats
|
2015-04-20 16:16:17 -04:00 |
nsWindow.h
|
Bug 1146024 - Fix up input routing for APZ on Fennec. r=kats
|
2015-04-20 16:16:17 -04:00 |