Bug 1442429 - Correct the documentation for nsIBrowserSearchService::addEngineWithDetails draft
authorKirk Steuber <ksteuber@mozilla.com>
Thu, 01 Mar 2018 14:13:51 -0800
changeset 762218 ced7f8988b0a88bfb19b1ffb3318aa69a1f07c9a
parent 760371 b184be59874080e96903183176c0f88dcbfafe25
push id101103
push userksteuber@mozilla.com
push dateThu, 01 Mar 2018 22:14:16 +0000
bugs1442429
milestone60.0a1
Bug 1442429 - Correct the documentation for nsIBrowserSearchService::addEngineWithDetails MozReview-Commit-ID: EryCTRT5t5I
netwerk/base/nsIBrowserSearchService.idl
--- a/netwerk/base/nsIBrowserSearchService.idl
+++ b/netwerk/base/nsIBrowserSearchService.idl
@@ -344,18 +344,20 @@ interface nsIBrowserSearchService : nsIS
    * @param description
    *        Optional: a description of the search engine.
    *
    * @param method
    *        Optional: The HTTP request method used when submitting a search query.
    *        Case insensitive value of either "get" or "post".
    *        Defaults to "get".
    *
-   * @param url
-   *        The URL to which search queries should be sent.
+   * @param template
+   *        The template for the URL to which search queries should be sent. The
+   *        template will be subjected to OpenSearch parameter substitution.
+   *        See http://www.opensearch.org/Specifications/OpenSearch
    *        Must not be null.
    *
    * @param extensionID [optional]
    *        Optional: The correct extensionID if called by an add-on.
    *
    * Alternatively, all of these parameters except for name can be
    * passed as an object in place of parameter two.
    *