gecko-dev/widget/android
Chris Peterson 9294aea52b Bug 645325 - Part 1: Use NaN to indicate unset optional coordinate values returned from the location providers. r=garvank r=jdm
nsGeoPositionCoords will convert NaNs returned from the location providers to null properties of the JavaScript Coordinates object.

MozReview-Commit-ID: Cmuf2aO0ClD

--HG--
extra : rebase_source : cbccead609ff53a3e5f1bcf7698eba7382220ce5
extra : source : b4ced6e2bab2d17cf642f5850bda5998f635fccb
2018-02-25 23:35:16 -08:00
..
bindings Bug 1454912 - remove spurious generated files; r=nalexander 2018-05-09 16:15:03 -04:00
fennec Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
jni Bug 1466168: Remove mozilla::Forward in favor of std::forward. r=froydnj 2018-06-02 09:33:26 +02:00
ANRReporter.cpp Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
ANRReporter.h
AndroidAlerts.cpp
AndroidAlerts.h
AndroidBridge.cpp Bug 1448222 - Remove MediaPrefs. r=jya 2018-03-20 09:48:56 +11:00
AndroidBridge.h Bug 1451929. Get rid of DOMCursor. r=qdot 2018-04-05 20:31:03 -04:00
AndroidBridgeUtilities.h
AndroidColors.h Bug 1406168 - 5. Fix build; r=snorp 2017-11-01 14:48:49 -04:00
AndroidCompositorWidget.cpp
AndroidCompositorWidget.h Bug 1426329 - Reduce includes of GLContext.h in headers. - r=lenzak 2017-12-20 11:45:32 -08:00
AndroidContentController.cpp
AndroidContentController.h
AndroidDirectTexture.h
AndroidGraphicBuffer.h
AndroidUiThread.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
AndroidUiThread.h
EventDispatcher.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
EventDispatcher.h Bug 1449821 - 2. Add finalizer support to EventDispatcher; r=snorp 2018-04-05 18:50:11 -04:00
GeckoBatteryManager.h
GeckoEditableSupport.cpp Bug 1387143 part 29. Remove nsISelection. r=mats 2018-05-08 13:52:42 -04:00
GeckoEditableSupport.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
GeckoNetworkManager.h
GeckoProcessManager.h Bug 1406168 - 5. Fix build; r=snorp 2017-11-01 14:48:49 -04:00
GeckoScreenOrientation.h
GeckoVRManager.h Bug 1465816 - Add initial code needed to support gfxVRExternal on android r=kip,jchen 2018-06-05 18:33:01 -07:00
GfxInfo.cpp Bug 1460699: Use an 's' rather than 'm' prefix for GfxInfo static variables. r=milan 2018-05-14 11:16:50 -04:00
GfxInfo.h Bug 1441270 - Remove unused WebGL parameter getters. r=jgilbert 2018-02-26 20:35:12 +01:00
PrefsHelper.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
moz.build Bug 1444546 - Part 4: Use GENERATED_FILES for Android JNI wrapper generation. r=froydnj,jchen 2018-03-06 20:09:37 -08:00
nsAndroidProtocolHandler.cpp Bug 1448016 - make some Android widget constructors explicit; r=snorp 2018-03-27 10:51:32 -04:00
nsAndroidProtocolHandler.h
nsAppShell.cpp Bug 645325 - Part 1: Use NaN to indicate unset optional coordinate values returned from the location providers. r=garvank r=jdm 2018-02-25 23:35:16 -08:00
nsAppShell.h Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02:00
nsClipboard.cpp Bug 1412872 - 8. Remove GeckoAppShell dependency in gecko-view; r=snorp 2017-11-01 14:54:04 -04:00
nsClipboard.h
nsDeviceContextAndroid.cpp Bug 1407103 - Convert wstring attributes to AString in widget/nsIPrint*.idl. r=bobowen. 2017-10-09 10:08:09 +11:00
nsDeviceContextAndroid.h Bug 1436263 - Part 3: Remove `virtual` from final virtual function declarations. r=froydnj 2018-02-08 21:22:43 -08:00
nsIAndroidBridge.idl Bug 1458327 - 1. Pass init-data instead of settings to Window; r=esawin 2018-05-04 21:08:10 -04:00
nsIdleServiceAndroid.cpp Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
nsIdleServiceAndroid.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
nsLookAndFeel.cpp Bug 1436048: Use user defined types for font-stretch / font-style. r=jfkthame,jwatt 2018-04-23 18:22:05 +02:00
nsLookAndFeel.h Bug 1436263 - Part 3: Remove `virtual` from final virtual function declarations. r=froydnj 2018-02-08 21:22:43 -08:00
nsNativeThemeAndroid.cpp Bug 1466330 - Make nsITheme::GetWidgetBorder return the border directly instead of using an out-param (idempotent patch). r=emilio 2018-06-02 19:10:48 +02:00
nsNativeThemeAndroid.h Bug 1466330 - Make nsITheme::GetWidgetBorder return the border directly instead of using an out-param (idempotent patch). r=emilio 2018-06-02 19:10:48 +02:00
nsPrintSettingsServiceAndroid.cpp Bug 144114 part 2 - Rename nsPrintOptions and its subclasses to nsPrintSettingsService*. r=bobowen 2017-12-19 10:42:15 +00:00
nsPrintSettingsServiceAndroid.h Bug 144114 part 3 - Clean up the headers of the nsPrintSettingsService subclasses. r=bobowen 2017-12-19 11:05:37 +00:00
nsScreenManagerAndroid.cpp
nsScreenManagerAndroid.h
nsWidgetFactory.cpp Bug 144114 part 2 - Rename nsPrintOptions and its subclasses to nsPrintSettingsService*. r=bobowen 2017-12-19 10:42:15 +00:00
nsWindow.cpp Bug 1466168: Remove mozilla::Forward in favor of std::forward. r=froydnj 2018-06-02 09:33:26 +02:00
nsWindow.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00