| enUS-searchFeatures.ftl |
|
18634 |
- |
| interventions.ftl |
|
1862 |
- |
| SearchModeSwitcher.mjs |
@import MozButton from "chrome://global/content/elements/moz-button.mjs";
@import { SearchEngine } from "moz-src:///toolkit/components/search/SearchEngine.sys.mjs"
@import { OpenSearchData } from "moz-src:///browser/components/search/OpenSearchManager.sys.mjs"
@import { PanelItem, PanelList } from "chrome://global/content/elements/panel-list.mjs"
|
26000 |
90 % |
| SmartbarInput.mjs |
@import { UrlbarSearchOneOffs } from "moz-src:///browser/components/urlbar/UrlbarSearchOneOffs.sys.mjs"
@import { SearchEngine } from "moz-src:///toolkit/components/search/SearchEngine.sys.mjs"
@import { SmartbarAction } from "moz-src:///browser/components/aiwindow/ui/components/input-cta/input-cta.mjs"
@import { WebsiteChipContainer } from "chrome://browser/content/aiwindow/components/website-chip-container.mjs"
@import { AIWindow } from "moz-src:///browser/components/aiwindow/ui/components/ai-window/ai-window.mjs"
@import { WindowMode } from "moz-src:///browser/components/urlbar/content/UrlbarInput.mjs"
|
245086 |
45 % |
| SmartbarInputController.mjs |
@import {MultilineEditor} from "chrome://browser/content/multilineeditor/multiline-editor.mjs"
|
4073 |
60 % |
| SmartbarInputUtils.mjs |
@import {SmartbarInput} from "chrome://browser/content/urlbar/SmartbarInput.mjs"
@typedef {import("../../aiwindow/ui/components/smartwindow-panel-list/smartwindow-panel-list.mjs").SmartwindowPanelList} SmartwindowPanelList
|
16141 |
81 % |
| UrlbarEventBufferer.mjs |
Array of keyCodes to defer.
@type {Set<number>}
|
12962 |
92 % |
| UrlbarInput.mjs |
@import { UrlbarSearchOneOffs } from "moz-src:///browser/components/urlbar/UrlbarSearchOneOffs.sys.mjs"
@import { SearchEngine } from "moz-src:///toolkit/components/search/SearchEngine.sys.mjs"
|
222103 |
95 % |
| UrlbarResult.mjs |
This module exports a urlbar result class, each representing a single result
found by a provider that can be passed from the model to the view through
the controller. It is mainly defined by a result type, and a payload,
containing the data. A few getters allow to retrieve information common to all
the result types.
This module can be imported into system and content realms. For this reason,
it is not possible to rely on instanceof checks or global state.
|
13665 |
97 % |
| UrlbarShared.mjs |
This module exports urlbar related constants and other stateless helpers.
It can be imported into system and content realms, so it should not hold
state or use content only globals like `window`.
|
2372 |
100 % |
| UrlbarView.mjs |
@import {ProvidersManager} from "moz-src:///browser/components/urlbar/UrlbarProvidersManager.sys.mjs"
|
145301 |
94 % |