gecko-dev/widget/android
Sebastian Kaspari 27711ce457 Bug 1227603 - Add support for sub-distributions based on MCC/MNC (SIM). r=margaret,mfinkle
We will now search for distributions in the following folders:

 * 1) Data distributions (APK or OTA):
   * 1.1) <dataDir>/distribution/<mcc>/<mnc> - For bundled distributions for specific network providers
   * 1.2) <dataDir>/distribution/<mcc>       - For bundled distributions for specific countries
   * 1.3) <dataDir>/distribution/default     - For bundled distributions with no matching mcc/mnc
   * 1.4) <dataDir>/distribution             - Default non-bundled distribution

 * 2) System distributions:
   * 2.1) /system/<package>/distribution/<mcc>/<mnc> - For bundled distributions for specific network providers
   * 2.2) /system/<package>/distribution/<mcc>       - For bundled distributions for specific countries
   * 2.3) /system/<package>/distribution/default     - For bundled distributions with no matching mcc/mnc
   * 2.4) /system/<package>/distribution             - Default non-bundled system distribution

--HG--
extra : commitid : BQteGpZX27n
extra : rebase_source : 34d4d468377a9b7487b734fdbb3a8a741828167f
extra : amend_source : b93804da7e3e97c46a3dd7a95da1c3b65e2a29d4
2016-01-15 10:11:34 +01:00
..
android
bindings Bug 1238761 - Autogenerate constants for MotionEvent; r=snorp 2016-01-15 13:05:45 -05:00
jni Bug 1238761 - Add specializations of jni::Ref for primitive arrays; r=snorp 2016-01-15 13:05:44 -05:00
AndroidBridge.cpp Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00
AndroidBridge.h Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00
AndroidBridgeUtilities.h
AndroidContentController.cpp Bug 1238761 - Rewrite AndroidContentController to work with multiple nsWindows; r=rbarker 2016-01-15 13:05:45 -05:00
AndroidContentController.h Bug 1238761 - Rewrite AndroidContentController to work with multiple nsWindows; r=rbarker 2016-01-15 13:05:45 -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
AndroidJavaWrappers.cpp Bug 1227706 - Remove unused GLController calls and events; r=snorp 2015-12-23 22:03:34 -05:00
AndroidJavaWrappers.h Bug 1227706 - Remove unused GLController calls and events; r=snorp 2015-12-23 22:03:34 -05: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
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 1238761 - Attach NativePanZoomController through GLController; r=snorp 2016-01-15 13:05:45 -05:00
GeneratedJNIWrappers.cpp Bug 1227603 - Add support for sub-distributions based on MCC/MNC (SIM). r=margaret,mfinkle 2016-01-15 10:11:34 +01:00
GeneratedJNIWrappers.h Bug 1227603 - Add support for sub-distributions based on MCC/MNC (SIM). r=margaret,mfinkle 2016-01-15 10:11:34 +01:00
GfxInfo.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04: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 1237201 part 9 - Fix remaining issues. r=nfroyd 2016-01-14 22:12:13 +01: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 Bug 1216839 - Crash when loading icon from android:// protocol with xhr r=sicking 2015-10-21 13:53:08 -07:00
nsAndroidProtocolHandler.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
nsAppShell.cpp Bug 1237690 - Fix possible deadlock in nsAppShell::SyncRunEvent; r=snorp 2016-01-13 14:35:27 -05:00
nsAppShell.h Bug 1237690 - Fix possible deadlock in nsAppShell::SyncRunEvent; r=snorp 2016-01-13 14:35:27 -05:00
nsClipboard.cpp
nsClipboard.h
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 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 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -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 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
nsWindow.cpp Bug 1238761 - Autogenerate constants for MotionEvent; r=snorp 2016-01-15 13:05:45 -05:00
nsWindow.h Bug 1238761 - Remove obsolete APZ code; r=rbarker 2016-01-15 13:05:45 -05:00
PrefsHelper.h Bug 1238761 - Add specializations of jni::Ref for primitive arrays; r=snorp 2016-01-15 13:05:44 -05:00