Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8305)

Unified Diff: chrome/test/data/firefox_searchplugins/custom/webster.xml

Issue 247223003: Parsed search.json for importing search engine settings from FireFox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed overlooked comments on Patch Set 14. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/firefox_searchplugins/custom/webster.xml
diff --git a/chrome/test/data/firefox_searchplugins/custom/webster.xml b/chrome/test/data/firefox_searchplugins/custom/webster.xml
new file mode 100644
index 0000000000000000000000000000000000000000..362b9acd8d6259ee118ad7f311c85692d59834e6
--- /dev/null
+++ b/chrome/test/data/firefox_searchplugins/custom/webster.xml
@@ -0,0 +1,9 @@
+<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
+<os:ShortName>Webster</os:ShortName>
+<os:Description>The Webster Dictionary</os:Description>
+<os:InputEncoding>ISO-8859-1</os:InputEncoding>
+<os:Image width="16" height="16">data:image/x-icon;base64,R0lGODlhEAAQAKIEAP////8AAAAA/7+/v////wAAAAAAAAAAACH5BAEAAAQALAAAAAAQABAAAANCSLrRsZCFQUeLaoLNbQxcyD3ZIJ4kCJjn9oCCMMQyTTcbPeuxpbYiXM3W670AxWEMkGIBmYwnFKIReTCNig9DdWASADs=</os:Image>
+<SearchForm>http://www.webster.com/</SearchForm>
+<os:Url type="text/html" method="GET" template="http://www.webster.com/cgi-bin/dictionary?sourceid=Mozilla-search&amp;va={searchTerms}">
+</os:Url>
+</SearchPlugin>

Powered by Google App Engine
This is Rietveld 408576698