gecko-dev/dom/system
Jed Davis 4e62dae735 Bug 1858279 - Prelude: change Unix LaunchApp to take LaunchOptions by move. r=nika
The next patch will need the Linux version of LaunchApp to side-effect
the LaunchOptions in some cases; given that none of the callers ever
try to reuse a LaunchOptions, we might as well change it from a const
reference to an rvalue reference.  The Mac version is also changed,
because it uses the same declaration / function type.

Also, the overload of LaunchApp that takes a CommandLine has been
removed, because it was unused.

However, the Windows version is *not* changed; there's no need for it,
and it accepts different types of arguments anyway so it's not necessary
to match the Unix one.  Also, the CommandLine overload of the Windows
LaunchApp *is* used and continues to exist.

Differential Revision: https://phabricator.services.mozilla.com/D194455
2023-12-02 01:49:58 +00:00
..
android
linux Bug 1532281 [Linux] Don't build with dbus-glib r=glandium 2023-10-12 12:59:08 +00:00
mac Bug 1851529 - Set clang-format ColumnLimit consistently. r=sylvestre,necko-reviewers,kershaw 2023-09-05 11:23:01 +00:00
tests Bug 1855296 - convert .ini manifests to .toml: batch 9 dom/[m-s]**/mochitest.ini r=jmaher,media-playback-reviewers,alwu 2023-10-03 19:35:22 +00:00
windows
components.conf
IOUtils.cpp Bug 1858279 - Prelude: change Unix LaunchApp to take LaunchOptions by move. r=nika 2023-12-02 01:49:58 +00:00
IOUtils.h Bug 1836973 - Skip BOM in IOUtils.read{UTF8,JSON} by default r=nika 2023-06-09 15:42:18 +00:00
moz.build Bug 1855296 - convert .ini manifests to .toml: batch 9 dom/[m-s]**/mochitest.ini r=jmaher,media-playback-reviewers,alwu 2023-10-03 19:35:22 +00:00
NetworkGeolocationProvider.sys.mjs
nsDeviceSensors.cpp Bug 1838415 - Introduce RFPTarget::DeviceSensors. r=tjr 2023-06-26 07:17:38 +00:00
nsDeviceSensors.h
nsIOSPermissionRequest.idl
nsOSPermissionRequest.h
nsOSPermissionRequestBase.cpp
nsOSPermissionRequestBase.h
PathUtils.cpp Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
PathUtils.h