fune/toolkit/components/backgroundtasks
Alexandre Poirot 7f9229d43d Bug 1789201 - [devtools] Expose Services as a global to all DevTools modules. r=perftest-reviewers,nchevobbe,julienw,AlexandruIonescu
This will help transition to ES Modules as this symbol is exposed to them.

$ sed -ie "/require(.Services.)/d" $(git grep -l 'require("Services")' devtools/)
$ sed -ie "/loader.lazyRequireGetter(this, .Services./d" $(git grep -l 'loader.lazyRequireGetter(this, "Services"' devtools/)
+ the edition of builtin-modules.js + eslintrc.js
+ manual eslint fixes
+ removal of devtools-services in the debugger, except for jest tests

Differential Revision: https://phabricator.services.mozilla.com/D156401
2022-09-09 07:22:51 +00:00
..
defaults Bug 1781929 - Part 4: Pass through or launch Firefox from notification server. r=nrishel 2022-09-03 22:49:02 +00:00
docs Bug 1775132 - Part 2: Allow background tasks to have non-ephemeral persistent profiles. r=mossop 2022-07-13 20:12:12 +00:00
tests Bug 1789254 - Migrate enterprisepolicies consumers to use ESM imports directly. r=mkaply,necko-reviewers,application-update-reviewers,nalexander 2022-09-08 14:40:07 +00:00
BackgroundTask_exception.jsm
BackgroundTask_failure.jsm
BackgroundTask_message.jsm Bug 1784117 - Lift default profile targeting to Nimbus in background tasks. r=barret 2022-08-11 17:39:53 +00:00
BackgroundTask_success.jsm
BackgroundTasks.cpp Bug 1772006 - Part 4: Simplify and move the string comparison APIs from ns[T]StringObsolete, r=xpcom-reviewers,necko-reviewers,dragana,barret 2022-07-30 00:12:48 +00:00
BackgroundTasks.h Bug 1775132 - Part 2: Allow background tasks to have non-ephemeral persistent profiles. r=mossop 2022-07-13 20:12:12 +00:00
BackgroundTasksManager.jsm Bug 1775132 - Part 2: Allow background tasks to have non-ephemeral persistent profiles. r=mossop 2022-07-13 20:12:12 +00:00
BackgroundTasksTestUtils.jsm Bug 1705676 - Ignore errors when closing stdin in BackgroundTasksTestUtils r=nalexander 2022-08-15 07:07:46 +00:00
BackgroundTasksUtils.jsm Bug 1784117 - Lift default profile targeting to Nimbus in background tasks. r=barret 2022-08-11 17:39:53 +00:00
components.conf Bug 1686344 - Support --backgroundtask --jsdebugger (and --wait-for-jsdebugger). r=mossop,jdescottes 2022-03-03 03:38:39 +00:00
dbg-actors.js Bug 1789201 - [devtools] Expose Services as a global to all DevTools modules. r=perftest-reviewers,nchevobbe,julienw,AlexandruIonescu 2022-09-09 07:22:51 +00:00
moz.build Bug 1776514 - Allow background tasks to enable Nimbus and Firefox Messaging System. r=barret,bytesized 2022-07-22 04:42:13 +00:00
nsIBackgroundTasks.idl
nsIBackgroundTasksManager.idl Bug 1686344 - Support --backgroundtask --jsdebugger (and --wait-for-jsdebugger). r=mossop,jdescottes 2022-03-03 03:38:39 +00:00