gecko-dev/browser
William Durand 030cb8cd47 Bug 1735721 - Move addons-search-detection in tree. r=mixedpuppy
This patch moves the addons-search-detection system add-on in tree and
adjusts the build configuration to make it a built-in add-on (which
requires changes in the `BrowserGlue.jsm` file).

Summary of the changes made to the different files:

- `api.js`: added license header, reformatted with Prettier, then fixed
  ESLint errors: use of `Services.eTLD` instead of
  `XPCOMUtils.defineLazyServiceGetter(...)` and defined
  `"searchInitialized"` on `this` instead of `global` which was unknown
- `background.js`: added license header, reformatted with Prettier,
  removed debug logs because they were off by default anyway, fixed
  ESLint error: id => addonId because addonId was already defined in a
  parent scope
- `manifest.json`: version number changed + `hidden: true`
- `schema.json`: no change await addon.enable();

Differential Revision: https://phabricator.services.mozilla.com/D128908
2021-10-19 20:03:14 +00:00
..
actors Bug 1366818, r=emilio 2021-10-13 08:57:35 +00:00
app Bug 1467758 - WindowServer connection never being terminated r=spohl 2021-10-19 16:38:33 +00:00
base Bug 1727943 - turn on mochitest* tests that were skipped on win10-ccov and now pass. r=MasterWayZ 2021-10-19 20:01:29 +00:00
branding Bug 1731381 - remove brandProductName properties for Fluent migration r=fluent-reviewers,flod,mtigley 2021-09-22 19:55:57 +00:00
components Bug 1735721 - Move addons-search-detection in tree. r=mixedpuppy 2021-10-19 20:03:14 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2021-10-04 18:58:55 +00:00
docs
extensions Bug 1735721 - Move addons-search-detection in tree. r=mixedpuppy 2021-10-19 20:03:14 +00:00
fonts
fxr Bug 1708243 - Part 4: Remove tab-content.js and onExtensionBrowser.js, stop touching .content eagerly r=robwu 2021-10-09 22:45:28 +00:00
installer Bug 1572618 - Statically link the rlbox library to libxul. r=firefox-build-system-reviewers,nika,andi 2021-10-15 01:17:58 +00:00
locales Bug 1729447 - Changed downloads context menu string for non-Mac from "Open Containing Folder" to "Show in Folder" to align terminology. r=mak,fluent-reviewers,flod 2021-10-19 15:15:26 +00:00
modules Bug 1727943 - turn on mochitest* tests that were skipped on win10-ccov and now pass. r=MasterWayZ 2021-10-19 20:01:29 +00:00
themes Bug 1509931 - Remove -moz-gtk-csd-transparent-background. r=stransky,desktop-theme-reviewers,dao 2021-10-18 18:51:41 +00:00
tools/mozscreenshots Bug 1730213 - Explicitly skip tests under browser/ on android; r=ahal 2021-09-13 15:22:27 +00:00
.eslintrc.js
LICENSE
Makefile.in
app.mozbuild
build.mk
confvars.sh
defs.mk
l10n-registry.manifest
moz.build
moz.configure