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

Side by Side 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, 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 {
2 "version":7,"buildID":"20140317233623","locale":"en-US","directories":
3 {
4 "/usr/lib/firefox/distribution/searchplugins/locale/en-US":
5 {
6 "lastModifiedTime":1398997399000,
7 "engines":[
8 {
9 "_id":"./chrome/test/data/firefox_searchplugins/default/amazondotcom.xml ",
10 "_name":"Amazon.com",
11 "_hidden":false,
12 "description":"Amazon.com Search",
13 "__searchForm":"http://www.amazon.com/",
14 "filePath":"[app]/amazondotcom.xml",
15 "_installLocation":3
16 },
17 {
18 "_id":"./chrome/test/data/firefox_searchplugins/default/answers.xml",
19 "_name":"Answers.com",
20 "_hidden":false,
21 "description":"Dictionary Search on Answers.com",
22 "__searchForm":"http://www.answers.com",
23 "filePath":"[app]/answers.xml",
24 "_installLocation":3,
25 "queryCharset":"UTF-8"
26 },
27 {
28 "_id":"./chrome/test/data/firefox_searchplugins/default/creativecommons. xml",
29 "_name":"CreativeCommons",
30 "_hidden":false,
31 "description":"Find photos, movies, music, and text to rip, sample, mash , and share",
32 "__searchForm":"http://search.creativecommons.org",
33 "filePath":"[app]/creativecommons.xml",
34 "_installLocation":3,
35 "queryCharset":"UTF-8"
36 },
37 {
38 "_id":"./chrome/test/data/firefox_profile/default/searchplugins/eBay.xml ",
39 "_name":"eBay",
40 "_hidden":false,
41 "description":"eBay - Online actions",
42 "__searchForm":"http://search.ebay.com/",
43 "filePath":"[app]/eBay.xml",
44 "_installLocation":3
45 },
46 {
47 "_id":"./chrome/test/data/firefox_searchplugins/default/google.xml",
48 "_name":"Google",
49 "_hidden":false,
50 "description":"Google Search",
51 "__searchForm":"https://www.google.com/firefox",
52 "filePath":"[app]/google.xml",
53 "_installLocation":3,
54 "queryCharset":"UTF-8"
55 },
56 {
57 "_id":"./chrome/test/data/firefox_searchplugins/default/wikipedia.xml",
58 "_name":"Wikipedia (en)",
59 "_hidden":false,
60 "description":"Wikipedia, the free encyclopedia",
61 "__searchForm":"http://en.wikipedia.org/wiki/Special:Search",
62 "filePath":"[app]/wikipedia.xml",
63 "_installLocation":3,
64 "queryCharset":"UTF-8"
65 },
66 {
67 "_id":"./chrome/test/data/firefox_searchplugins/default/yahoo.xml",
68 "_name":"Yahoo",
69 "_hidden":false,
70 "description":"Yahoo Search",
71 "__searchForm":"http://search.yahoo.com/",
72 "filePath":"[app]/yahoo.xml",
73 "_installLocation":3,
74 "queryCharset":"UTF-8"
75 }]
76 },
77 "/home/tapughose/.mozilla/firefox/lcd50n4n.default/searchplugins":
78 {
79 "lastModifiedTime":1399076625000,
80 "engines":[
81 {
82 "_id":"[profile]/webster.xml",
83 "_name":"Webster",
84 "_hidden":false,
85 "description":"The Webster Dictionary",
86 "__searchForm":"http://www.webster.com/",
87 "filePath":"[profile]/webster.xml",
88 "_url":"https://addons.mozilla.org/firefox/downloads/latest/4609/addon-4 609-latest.xml?src=userprofile",
89 "_installLocation":2,
90 "type":3,
91 "_readOnly":false
92 },
93 {
94 "_id":"[profile]/imdb.xml",
95 "_name":"IMDB",
96 "_hidden":false,
97 "description":"IMDB Movie Search",
98 "__searchForm":"http://www.imdb.com/",
99 "filePath":"[profile]/imdb.xml",
100 "_url":"https://addons.mozilla.org/firefox/downloads/latest/4605/addon-4 605-latest.xml?src=dp-btn-primary",
101 "_installLocation":2,
102 "type":3,
103 "_readOnly":false
104 },
105 {
106 "_id":"[profile]/flickr-tags.xml",
107 "_name":"Flickr Tags",
108 "_hidden":false,
109 "description":"Find tags",
110 "__searchForm":"http://www.flickr.com/",
111 "filePath":"[profile]/flickr-tags.xml",
112 "_url":"https://addons.mozilla.org/firefox/downloads/latest/4602/addon-4 602-latest.xml?src=dp-btn-primary",
113 "_installLocation":2,
114 "type":3,
115 "queryCharset":"UTF-8",
116 "_readOnly":false
117 }]
118 }
119 }
120 }
OLDNEW
« 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