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

Side by Side 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, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http ://a9.com/-/spec/opensearch/1.1/">
2 <os:ShortName>Webster</os:ShortName>
3 <os:Description>The Webster Dictionary</os:Description>
4 <os:InputEncoding>ISO-8859-1</os:InputEncoding>
5 <os:Image width="16" height="16">data:image/x-icon;base64,R0lGODlhEAAQAKIEAP//// 8AAAAA/7+/v////wAAAAAAAAAAACH5BAEAAAQALAAAAAAQABAAAANCSLrRsZCFQUeLaoLNbQxcyD3ZIJ 4kCJjn9oCCMMQyTTcbPeuxpbYiXM3W670AxWEMkGIBmYwnFKIReTCNig9DdWASADs=</os:Image>
6 <SearchForm>http://www.webster.com/</SearchForm>
7 <os:Url type="text/html" method="GET" template="http://www.webster.com/cgi-bin/d ictionary?sourceid=Mozilla-search&amp;va={searchTerms}">
8 </os:Url>
9 </SearchPlugin>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698