gecko-dev/widget/android
Makoto Kato cb4e448046 Bug 1252808 - Don't use mozilla_sampler_stop() directly. r=snorp
When SPS profiler is disabled (breakpad is disabled etc), mozilla_sampler_stop() is undefined.  We should use profiler_stop() instead.  profiler_stop calls mozilla_sampler_stop() when SPS profiler is built.

MozReview-Commit-ID: LmuDJEQV7Pr

--HG--
extra : rebase_source : 741a68fea1a76152d332c1ce97a926dab41d4073
2016-03-03 18:16:56 +09: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
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
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
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
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
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 1252808 - Don't use mozilla_sampler_stop() directly. r=snorp 2016-03-03 18:16:56 +09:00
ANRReporter.h Bug 1182641 - Implement new native methods for ANRReporter; r=snorp 2015-07-29 15:11:15 -04: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 730192 - allow headset controls to function by passing media keyevents through to Android OS; r=jchen 2016-03-01 07:49:54 -05:00
GeneratedJNIWrappers.h Bug 730192 - allow headset controls to function by passing media keyevents through to Android OS; r=jchen 2016-03-01 07:49:54 -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
moz.build Bug 1189881 - Move GeckoJavaSampler::getProfilerTime out of AndroidJNI.cpp. r=jchen 2015-09-17 16:17:26 -05: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
nsAndroidProtocolHandler.cpp Bug 1244875 - Update JNI usages; r=snorp 2016-02-09 17:27:28 -05:00
nsAndroidProtocolHandler.h
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
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 1243049 - Convert browser.js prefs code to use observer; r=margaret 2016-02-01 17:38:14 -05: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 730192 - allow headset controls to function by passing media keyevents through to Android OS; r=jchen 2016-03-01 07:49:54 -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
PrefsHelper.h Bug 1244875 - Update JNI usages; r=snorp 2016-02-09 17:27:28 -05:00