gecko-dev/dom/system
Ted Mielczarek d59bc31677 Bug 1399877 - globally define MOZ_DLL_PREFIX/MOZ_DLL_SUFFIX; r=gps
Several source files use DLL_PREFIX/DLL_SUFFIX defines, and they all set
them in moz.build using `DEFINES`.  This is problematic for the WSL
build because the quoting gets lost somewhere between bash and cl.exe.
We cannot simply set them globally in moz.configure because their
stringified definitions would conflict with the `set_config` of
DLL_PREFIX/DLL_SUFFIX.  Therefore, we globally define
MOZ_DLL_PREFIX/MOZ_DLL_SUFFIX and change all define-related uses of
DLL_PREFIX/DLL_SUFFIX to use their MOZ-equivalents instead.
2018-09-11 13:31:20 -04:00
..
android Bug 1386240 - [1.3] Check success status when enabling or disabling geolocation events. r=jchen 2017-08-08 18:15:54 +02:00
linux Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
mac Bug 1487204 - Add platform support for calling authorizationStatusForMediaType and requestAccessForMediaType from JS r=spohl 2018-09-06 16:06:15 +00:00
tests Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
windows Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
moz.build Bug 1399877 - globally define MOZ_DLL_PREFIX/MOZ_DLL_SUFFIX; r=gps 2018-09-11 13:31:20 -04:00
NetworkGeolocationProvider.js Bug 1479354 - Null-check this.listener when reporting cached geolocation values r=jdm 2018-07-31 20:23:24 +07:00
NetworkGeolocationProvider.manifest
nsDeviceSensors.cpp Bug 1470994 - remove unused accuracy field from SensorData; r=gsvelto 2018-06-27 16:05:48 +03:00
nsDeviceSensors.h Bug 1434318 part 13. Remove nsIDOMDocument::CreateEvent. r=mystor 2018-01-31 15:18:11 -05:00
nsIOSFileConstantsService.idl
nsIOSPermissionRequest.idl Bug 1487204 - Add platform support for calling authorizationStatusForMediaType and requestAccessForMediaType from JS r=spohl 2018-09-06 16:06:15 +00:00
nsOSPermissionRequest.h Bug 1487204 - Add platform support for calling authorizationStatusForMediaType and requestAccessForMediaType from JS r=spohl 2018-09-06 16:06:15 +00:00
nsOSPermissionRequestBase.cpp Bug 1487204 - Add platform support for calling authorizationStatusForMediaType and requestAccessForMediaType from JS r=spohl 2018-09-06 16:06:15 +00:00
nsOSPermissionRequestBase.h Bug 1487204 - Add platform support for calling authorizationStatusForMediaType and requestAccessForMediaType from JS r=spohl 2018-09-06 16:06:15 +00:00
OSFileConstants.cpp Bug 1399877 - globally define MOZ_DLL_PREFIX/MOZ_DLL_SUFFIX; r=gps 2018-09-11 13:31:20 -04:00
OSFileConstants.h Bug 1416174 - part 4 - OSFileConstants should use UniquePtr instead of nsAutoPtr, r=smaug 2017-11-10 19:37:13 +01:00