/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ "use strict"; /* eslint-env mozilla/browser-window */ /* globals XULCommandEvent */ /** * Defines the search one-off button elements. These are displayed at the bottom * of the address bar or the search bar. */ class SearchOneOffs { constructor(container) { this.container = container; this.container.appendChild( MozXULElement.parseXULToFragment( `