| addEngine.css | 
          Align the labels with the inputs  | 
          1271 | 
        
        
          | addEngine.js | 
          globals AdjustableTitle  | 
          14391 | 
        
        
          | addEngine.xhtml | 
           | 
          3029 | 
        
        
          | autocomplete-popup.js | 
          A richlistbox popup custom element for for a browser search autocomplete
 widget.
    | 
          10543 | 
        
        
          | contentSearchHandoffUI.js | 
          Handles handing off searches from an in-page search input field to the
 browser's main URL bar. Communicates with the parent via the ContentSearch
 actor, using custom events to talk to the child actor.
  | 
          4850 | 
        
        
          | contentSearchUI.css | 
           | 
          3360 | 
        
        
          | contentSearchUI.js | 
          Creates a new object that manages search suggestions and their UI for a text
 box.
 The UI consists of an html:table that's inserted into the DOM after the given
 text box and styled so that it appears as a dropdown below the text box.
 @param {HTMLInputElement} inputElement
        Search suggestions will be based on the text in this text box.
        Assumed to be an html:input.
 @param {Element} tableParent
        The suggestion table is appended as a child to this element.  Since
        the table is absolutely positioned and its top and left values are set
        to be relative to the top and left of the page, either the parent and
        all its ancestors should not be positioned elements (i.e., their
        positions should be "static"), or the parent's position should be the
        top left of the page.
 @param {string} healthReportKey
        This will be sent with the search data for BrowserUsageTelemetry to
        record the search.
 @param {string} idPrefix
        The IDs of elements created by the object will be prefixed with this
        string.
    | 
          34040 | 
        
        
          | searchbar.js | 
          globals XULCommandEvent  | 
          33640 |