gecko-dev/browser/extensions
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
..
doh-rollout
formautofill Bug 1736038 - Remove -moz-toolbar-prefers-color-scheme. r=dao 2021-10-15 16:53:08 +00:00
pictureinpicture Bug 1695266 - Create documentation for the Picture-in-Picture Overrides extension r=mtigley,mhowell 2021-03-22 22:50:52 +00:00
proxy-failover Bug 1735758 - Add proxy-failover system add-on. r=rpl 2021-10-14 18:13:28 +00:00
report-site-issue Bug 1708018 - Use toolkit's lightbulb icon for the report-site-issue extension. r=webcompat-reviewers,denschub 2021-06-24 21:59:33 +00:00
screenshots Bug 1733428 - Toggle screenshots UI if screenshots toolbar button is pressed. r=sfoster 2021-10-13 15:25:05 +00:00
search-detection Bug 1735721 - Move addons-search-detection in tree. r=mixedpuppy 2021-10-19 20:03:14 +00:00
translations Bug 1690390, change appendNotification to take a smaller number of arguments: the string type value, a dictionary containing the notification details, and the button list, r=mstriemer 2021-09-17 09:04:59 +00:00
webcompat Bug 1736380 - Disable the Kinja shim in bug 1656171 on Android; r=denschub,webcompat-reviewers 2021-10-18 17:19:18 +00:00
moz.build Bug 1735721 - Move addons-search-detection in tree. r=mixedpuppy 2021-10-19 20:03:14 +00:00