fune/browser/components/urlbar
Kagami Sascha Rosylight 1409f37ca3 Bug 1703953 - Part 2: Apply mozilla/use-isInstance rules for .jsm files r=webdriver-reviewers,pip-reviewers,mhowell,Gijs,whimboo
This replaces all `instanceof` uses for DOM interfaces, since the operator in priviliged context works same as .isInstance().

Differential Revision: https://phabricator.services.mozilla.com/D141785
2022-04-06 11:57:57 +00:00
..
content Bug 1761171: Add learn_more_1 telemetry for the onboarding dialog. r=adw 2022-03-31 00:34:33 +00:00
docs Bug 1761171: Add learn_more_1 telemetry for the onboarding dialog. r=adw 2022-03-31 00:34:33 +00:00
tests Bug 1748986 - disable browser_urlbar_event_telemetry_engagement.js on Linux_Asan_Swgl for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD 2022-04-05 16:28:49 +00:00
unitconverters
.eslintrc.js
jar.mn Bug 1760596: Implement new opt-in dialog design for 100-a. r=adw 2022-03-31 00:34:33 +00:00
moz.build Bug 1738815: Move quicksuggest tests into own dir. r=adw 2021-11-25 01:14:51 +00:00
UrlbarController.jsm Bug 1703953 - Part 2: Apply mozilla/use-isInstance rules for .jsm files r=webdriver-reviewers,pip-reviewers,mhowell,Gijs,whimboo 2022-04-06 11:57:57 +00:00
UrlbarEventBufferer.jsm
UrlbarInput.jsm Bug 1703953 - Part 2: Apply mozilla/use-isInstance rules for .jsm files r=webdriver-reviewers,pip-reviewers,mhowell,Gijs,whimboo 2022-04-06 11:57:57 +00:00
UrlbarMuxerUnifiedComplete.jsm Bug 1743709 - Dedupe switchTab by checking if tab is already added to results. r=harry,adw 2022-01-10 19:44:23 +00:00
UrlbarPrefs.jsm Bug 1761171: Introduce experimentType nimbus variable. r=adw 2022-03-31 00:34:33 +00:00
UrlbarProviderAboutPages.jsm
UrlbarProviderAliasEngines.jsm
UrlbarProviderAutofill.jsm
UrlbarProviderBookmarkKeywords.jsm Bug 1724016: Avoid unescaping if the URI is over the limit. r=adw 2021-08-12 23:56:45 +00:00
UrlbarProviderCalculator.jsm Bug 1698112 - Stop referencing browser files from toolkit, and prevent it happening again with a test. r=preferences-reviewers,mossop 2021-10-21 21:54:52 +00:00
UrlbarProviderExtension.jsm 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
UrlbarProviderHeuristicFallback.jsm Bug 1724016: Avoid unescaping if the URI is over the limit. r=adw 2021-08-12 23:56:45 +00:00
UrlbarProviderInputHistory.jsm Bug 1751209 - Add support for a fallback title to autocomplete_match(). r=Standard8 2022-02-04 15:15:27 +00:00
UrlbarProviderInterventions.jsm Bug 1725318: Avoid calculation score if the query starts with string like protocol. r=adw 2021-08-17 02:06:46 +00:00
UrlbarProviderOmnibox.jsm 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
UrlbarProviderOpenTabs.jsm
UrlbarProviderPlaces.jsm Bug 1751209 - Add support for a fallback title to autocomplete_match(). r=Standard8 2022-02-04 15:15:27 +00:00
UrlbarProviderPreloadedSites.jsm 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
UrlbarProviderPrivateSearch.jsm
UrlbarProviderQuickSuggest.jsm Bug 1761171: Introduce experimentType nimbus variable. r=adw 2022-03-31 00:34:33 +00:00
UrlbarProviderRemoteTabs.jsm Bug 1746789 - Allow disabling remote tabs in the Urlbar without disabling tab sync. r=adw 2021-12-21 16:30:31 +00:00
UrlbarProviderSearchSuggestions.jsm 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
UrlbarProviderSearchTips.jsm 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
UrlbarProvidersManager.jsm Bug 1758474 - Implement an ESLint rule to disallow passing {} as the target parameter for ChromeUtils.import. r=Gijs,mossop,perftest-reviewers,preferences-reviewers,sparky 2022-03-11 16:41:29 +00:00
UrlbarProviderTabToSearch.jsm 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
UrlbarProviderTokenAliasEngines.jsm
UrlbarProviderTopSites.jsm Bug 1747973 - Cache the top-sites query context like we cache other contexts. r=harry 2022-01-03 19:18:54 +00:00
UrlbarProviderUnitConversion.jsm Bug 1698112 - Stop referencing browser files from toolkit, and prevent it happening again with a test. r=preferences-reviewers,mossop 2021-10-21 21:54:52 +00:00
UrlbarQuickSuggest.jsm Bug 1761171: Introduce experimentType nimbus variable. r=adw 2022-03-31 00:34:33 +00:00
UrlbarResult.jsm 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
UrlbarSearchOneOffs.jsm Bug 1757220 - Automatically generate API docs for a few urlbar classes using sphinx-js. r=mcheang 2022-03-11 17:51:18 +00:00
UrlbarSearchUtils.jsm Bug 1747929 - Modify UrlbarSearchUtils.enginesForDomainPrefix() so it does not include the same engine more than once when matchAllDomainLevels = true. r=harry 2021-12-30 18:50:07 +00:00
UrlbarTokenizer.jsm Bug 1726837: Refactoring for splitString function. r=adw 2021-08-27 00:26:30 +00:00
UrlbarUtils.jsm Bug 1703953 - Part 2: Apply mozilla/use-isInstance rules for .jsm files r=webdriver-reviewers,pip-reviewers,mhowell,Gijs,whimboo 2022-04-06 11:57:57 +00:00
UrlbarValueFormatter.jsm Bug 1462567 - Properly format/highlight the urlbar value after detaching a tab. r=harry 2022-01-05 01:13:56 +00:00
UrlbarView.jsm Bug 1757488 - Disable best match blocking. r=daisuke 2022-03-01 18:03:01 +00:00