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

Unified Diff: chrome/test/data/firefox_profile/search.json

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_profile/search.json
diff --git a/chrome/test/data/firefox_profile/search.json b/chrome/test/data/firefox_profile/search.json
new file mode 100644
index 0000000000000000000000000000000000000000..cae0cb946801e1e7193e98e8cad38ef067d6a0f5
--- /dev/null
+++ b/chrome/test/data/firefox_profile/search.json
@@ -0,0 +1,120 @@
+{
+ "version":7,"buildID":"20140317233623","locale":"en-US","directories":
+ {
+ "/usr/lib/firefox/distribution/searchplugins/locale/en-US":
+ {
+ "lastModifiedTime":1398997399000,
+ "engines":[
+ {
+ "_id":"./chrome/test/data/firefox_searchplugins/default/amazondotcom.xml",
+ "_name":"Amazon.com",
+ "_hidden":false,
+ "description":"Amazon.com Search",
+ "__searchForm":"http://www.amazon.com/",
+ "filePath":"[app]/amazondotcom.xml",
+ "_installLocation":3
+ },
+ {
+ "_id":"./chrome/test/data/firefox_searchplugins/default/answers.xml",
+ "_name":"Answers.com",
+ "_hidden":false,
+ "description":"Dictionary Search on Answers.com",
+ "__searchForm":"http://www.answers.com",
+ "filePath":"[app]/answers.xml",
+ "_installLocation":3,
+ "queryCharset":"UTF-8"
+ },
+ {
+ "_id":"./chrome/test/data/firefox_searchplugins/default/creativecommons.xml",
+ "_name":"CreativeCommons",
+ "_hidden":false,
+ "description":"Find photos, movies, music, and text to rip, sample, mash, and share",
+ "__searchForm":"http://search.creativecommons.org",
+ "filePath":"[app]/creativecommons.xml",
+ "_installLocation":3,
+ "queryCharset":"UTF-8"
+ },
+ {
+ "_id":"./chrome/test/data/firefox_profile/default/searchplugins/eBay.xml",
+ "_name":"eBay",
+ "_hidden":false,
+ "description":"eBay - Online actions",
+ "__searchForm":"http://search.ebay.com/",
+ "filePath":"[app]/eBay.xml",
+ "_installLocation":3
+ },
+ {
+ "_id":"./chrome/test/data/firefox_searchplugins/default/google.xml",
+ "_name":"Google",
+ "_hidden":false,
+ "description":"Google Search",
+ "__searchForm":"https://www.google.com/firefox",
+ "filePath":"[app]/google.xml",
+ "_installLocation":3,
+ "queryCharset":"UTF-8"
+ },
+ {
+ "_id":"./chrome/test/data/firefox_searchplugins/default/wikipedia.xml",
+ "_name":"Wikipedia (en)",
+ "_hidden":false,
+ "description":"Wikipedia, the free encyclopedia",
+ "__searchForm":"http://en.wikipedia.org/wiki/Special:Search",
+ "filePath":"[app]/wikipedia.xml",
+ "_installLocation":3,
+ "queryCharset":"UTF-8"
+ },
+ {
+ "_id":"./chrome/test/data/firefox_searchplugins/default/yahoo.xml",
+ "_name":"Yahoo",
+ "_hidden":false,
+ "description":"Yahoo Search",
+ "__searchForm":"http://search.yahoo.com/",
+ "filePath":"[app]/yahoo.xml",
+ "_installLocation":3,
+ "queryCharset":"UTF-8"
+ }]
+ },
+ "/home/tapughose/.mozilla/firefox/lcd50n4n.default/searchplugins":
+ {
+ "lastModifiedTime":1399076625000,
+ "engines":[
+ {
+ "_id":"[profile]/webster.xml",
+ "_name":"Webster",
+ "_hidden":false,
+ "description":"The Webster Dictionary",
+ "__searchForm":"http://www.webster.com/",
+ "filePath":"[profile]/webster.xml",
+ "_url":"https://addons.mozilla.org/firefox/downloads/latest/4609/addon-4609-latest.xml?src=userprofile",
+ "_installLocation":2,
+ "type":3,
+ "_readOnly":false
+ },
+ {
+ "_id":"[profile]/imdb.xml",
+ "_name":"IMDB",
+ "_hidden":false,
+ "description":"IMDB Movie Search",
+ "__searchForm":"http://www.imdb.com/",
+ "filePath":"[profile]/imdb.xml",
+ "_url":"https://addons.mozilla.org/firefox/downloads/latest/4605/addon-4605-latest.xml?src=dp-btn-primary",
+ "_installLocation":2,
+ "type":3,
+ "_readOnly":false
+ },
+ {
+ "_id":"[profile]/flickr-tags.xml",
+ "_name":"Flickr Tags",
+ "_hidden":false,
+ "description":"Find tags",
+ "__searchForm":"http://www.flickr.com/",
+ "filePath":"[profile]/flickr-tags.xml",
+ "_url":"https://addons.mozilla.org/firefox/downloads/latest/4602/addon-4602-latest.xml?src=dp-btn-primary",
+ "_installLocation":2,
+ "type":3,
+ "queryCharset":"UTF-8",
+ "_readOnly":false
+ }]
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/firefox_profile/prefs.js ('k') | chrome/test/data/firefox_searchplugins/custom/flickr-tags.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698