diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-02-12 13:53:59 -0600 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-02-12 13:53:59 -0600 |
commit | c054e324210895e7e2c5b3e84437cba43f201ec8 (patch) | |
tree | 00735055ed5ee588f71e147c5ae27363349f1687 /dom/webidl/External.webidl | |
parent | 5da550a67c876bf06690439192db5bef2c54cb20 (diff) | |
download | palemoon-gre-c054e324210895e7e2c5b3e84437cba43f201ec8.tar.gz |
Prep for GRE
Diffstat (limited to 'dom/webidl/External.webidl')
-rw-r--r-- | dom/webidl/External.webidl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dom/webidl/External.webidl b/dom/webidl/External.webidl deleted file mode 100644 index ef8017949..000000000 --- a/dom/webidl/External.webidl +++ /dev/null @@ -1,18 +0,0 @@ -/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* 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/. - */ - -[JSImplementation="@mozilla.org/sidebar;1"] -interface External -{ - [UnsafeInPrerendering] void AddSearchProvider(DOMString aDescriptionURL); - unsigned long IsSearchProviderInstalled(DOMString aSearchURL); -}; - -// Mozilla extension -partial interface External { - [UnsafeInPrerendering] void addSearchEngine(DOMString engineURL, DOMString iconURL, - DOMString suggestedTitle, DOMString suggestedCategory); -}; |