gecko-dev/toolkit/profile
Andrew McCreight c8c5c819df Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs
This patch won't actually build, because a few bits of code are used
for both nsIFactory::createInstance and static components, and static
components are not fixed until the next patch.

The first place is nsLoadGroupConstructor, which uses an nsIFactory
macro to create a static component constructor. (This could be worked
around by expanding the macro to the state before this patch.)

The other issue is that nsAppShellConstructor is used in an nsIFactory
on OSX, but as a static component on all other platforms. This could
be worked around by wrapping nsAppShellConstructor in an adaptor that
passes in the extra null argument to nsAppShellConstructor.

Differential Revision: https://phabricator.services.mozilla.com/D146456
2022-05-17 20:24:19 +00:00
..
content Bug 1733563 - Style the profile selection window's checkboxes as native ones r=mossop 2021-10-01 14:17:16 +00:00
gtest
test Bug 1714573: Ensure profile deletion takes place before the profile is unlocked. r=mossop,dom-storage-reviewers,janv 2021-06-15 06:28:04 +00:00
xpcshell Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs 2022-05-17 20:24:19 +00:00
ProfileUnlockerAndroid.cpp
ProfileUnlockerAndroid.h
ProfileUnlockerWin.cpp
ProfileUnlockerWin.h
jar.mn
moz.build Bug 1737305 - Don't hardcode app name when checking LegacyProfiles policy. r=mossop 2021-10-25 16:07:08 +00:00
notifications.txt
nsIProfileMigrator.idl
nsIProfileUnlocker.idl
nsIToolkitProfile.idl
nsIToolkitProfileService.idl Bug 1732969: Start prompting to install every time that we detect that we're running from a .dmg disk image on macOS, not only on first run. r=mstange 2021-09-28 20:26:33 +00:00
nsProfileLock.cpp Bug 1767421: Remove use of deprecated `GetProcessInformation` function. r=mstange 2022-05-04 06:54:05 +00:00
nsProfileLock.h Bug 1714573: Ensure profile deletion takes place before the profile is unlocked. r=mossop,dom-storage-reviewers,janv 2021-06-15 06:28:04 +00:00
nsToolkitProfileService.cpp Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs 2022-05-17 20:24:19 +00:00
nsToolkitProfileService.h Bug 1736876 - Stop migrating profiles into App Package builds. r=agashlin 2021-10-20 21:54:07 +00:00