gecko-dev/browser/components
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
..
about Bug 1725572 - Part 2: Stop disabling principal vetting for browser_crash_oopiframe.js, r=mconley 2021-10-18 22:59:18 +00:00
aboutlogins Bug 1736038 - Remove -moz-toolbar-prefers-color-scheme. r=dao 2021-10-15 16:53:08 +00:00
attribution Bug 1602940 - Automated replacements to use Services.uuid. r=Gijs,necko-reviewers,preferences-reviewers,kershaw 2021-09-06 09:53:52 +00:00
build
contextualidentity Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
controlcenter/content Bug 1707887 - Do not show nav arrow on security button in Site Identity when button is disabled r=johannh 2021-09-21 08:18:22 +00:00
customizableui Bug 1733786, replace uitour implementation of show how button with one that focuses the item on the app menu and submenu instead, r=Gijs 2021-10-19 14:54:45 +00:00
doh Bug 1734542 - [DoH] In steering detection, replace references to the provider's "name" property with "id" instead. r=necko-reviewers,valentin 2021-10-11 23:24:21 +00:00
downloads 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
enterprisepolicies Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
extensions 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
installerprefs
ion Bug 1730924 - Upgrade ajv.js from 4.1.1 to 6.12.6 r=k88hudson 2021-10-12 19:41:05 +00:00
migration Bug 1672486 - Remove browser.toolbars.bookmarks.2h2020 pref in migration r=mak 2021-10-14 07:51:15 +00:00
newtab Bug 1734146 - Reach groups should include all features that are part of the messaging-experiments provider r=pdahiya 2021-10-14 09:26:09 +00:00
originattributes Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
pagedata Bug 1730213 - Explicitly skip tests under browser/ on android; r=ahal 2021-09-13 15:22:27 +00:00
payments
places Bug 1678607: Make BookmarkTagsChanged event have tags. r=mak 2021-10-18 04:43:44 +00:00
pocket Bug 1726385 - follow-up - move pocket glyph.svg to toolkit (rename to pocket-outline.svg). r=desktop-theme-reviewers,dao 2021-10-07 01:51:03 +00:00
preferences Bug 1732961 - Add test that setting DNSOverHTTPS policy is reflected in about:preferences r=nhnt11 2021-09-30 11:58:51 +00:00
privatebrowsing Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
prompts
protections Bug 1736038 - Remove -moz-toolbar-prefers-color-scheme. r=dao 2021-10-15 16:53:08 +00:00
protocolhandler 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
resistfingerprinting 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
safebrowsing/content/test
screenshots Bug 1733639 - Use toBlob instead of toDataURL. r=Gijs 2021-10-14 15:15:58 +00:00
search Bug 1731796 - Add ability to support extraParams via search Nimbus Feature r=k88hudson,Standard8 2021-10-19 15:40:54 +00:00
sessionstore Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
shell Bug 1731687 - Remove browser-doctype.inc. r=emalysz 2021-09-30 20:01:03 +00:00
syncedtabs Bug 1730213 - Explicitly skip tests under browser/ on android; r=ahal 2021-09-13 15:22:27 +00:00
tabunloader Bug 1733704 - Explain why some columns are empty in the table of about:unloads. r=haik,fluent-reviewers,flod 2021-10-08 06:53:09 +00:00
tests Bug 1735691 - Quickly clicking "explore colorways" then "keep previous" twice makes upgrade spotlight stuck r=pdahiya 2021-10-14 22:31:14 +00:00
touchbar Bug 1735112 - Avoid loading PlacesUtils.jsm in early startup from MacTouchBar.js. r=harry 2021-10-12 15:15:18 +00:00
translation Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
uitour Bug 1733786, replace uitour implementation of show how button with one that focuses the item on the app menu and submenu instead, r=Gijs 2021-10-19 14:54:45 +00:00
urlbar Bug 1728610 - changed all instance of Cu.reportError with logger.error or this.logger.error where appropriate. r=mak 2021-10-18 14:01:10 +00:00
.eslintrc.js
BrowserComponents.manifest
BrowserContentHandler.jsm Bug 1728653 - Allow a silent start mode r=bytesized,nalexander,application-update-reviewers,mossop 2021-09-09 18:09:25 +00:00
BrowserGlue.jsm Bug 1735721 - Move addons-search-detection in tree. r=mixedpuppy 2021-10-19 20:03:14 +00:00
components.conf
distribution.js
moz.build Bug 1733345 - Move theme modules into browser/themes/. r=harry 2021-10-04 15:05:54 +00:00
nsIBrowserHandler.idl