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

Side by Side Diff: chrome/test/data/firefox_profile/search.json

Issue 426653002: Import keywords for search engines imported from Firefox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test case Created 6 years, 4 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
1 { 1 {
2 "version":7,"buildID":"20140317233623","locale":"en-US","directories": 2 "version":7,"buildID":"20140317233623","locale":"en-US","directories":
3 { 3 {
4 "/usr/lib/firefox/distribution/searchplugins/locale/en-US": 4 "/usr/lib/firefox/distribution/searchplugins/locale/en-US":
5 { 5 {
6 "lastModifiedTime":1398997399000, 6 "lastModifiedTime":1398997399000,
7 "engines":[ 7 "engines":[
8 { 8 {
9 "_id":"./chrome/test/data/firefox_searchplugins/default/amazondotcom.xml ", 9 "_id":"./chrome/test/data/firefox_searchplugins/default/amazondotcom.xml ",
10 "_name":"Amazon.com", 10 "_name":"Amazon.com",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 }, 65 },
66 { 66 {
67 "_id":"./chrome/test/data/firefox_searchplugins/default/yahoo.xml", 67 "_id":"./chrome/test/data/firefox_searchplugins/default/yahoo.xml",
68 "_name":"Yahoo", 68 "_name":"Yahoo",
69 "_hidden":false, 69 "_hidden":false,
70 "description":"Yahoo Search", 70 "description":"Yahoo Search",
71 "__searchForm":"http://search.yahoo.com/", 71 "__searchForm":"http://search.yahoo.com/",
72 "filePath":"[app]/yahoo.xml", 72 "filePath":"[app]/yahoo.xml",
73 "_installLocation":3, 73 "_installLocation":3,
74 "queryCharset":"UTF-8" 74 "queryCharset":"UTF-8"
75 },
76 {
77 "_id":"./chrome/test/data/firefox_searchplugins/default/twitter.xml",
Peter Kasting 2014/07/31 18:28:21 Any particular reason to add this? I'm not seeing
Nikhil 2014/08/04 12:15:11 I added new entry in .json files since tests for o
78 "_name":"Twitter",
79 "_hidden":false,
80 "description":"Realtime Twitter Search",
81 "_searchForm":"https://twitter.com/search/",
82 "filePath":"[app]/twitter.xml",
83 "_installLocation":3,
84 "queryCharset":"UTF-8"
75 }] 85 }]
76 }, 86 },
77 "/home/tapughose/.mozilla/firefox/lcd50n4n.default/searchplugins": 87 "/home/tapughose/.mozilla/firefox/lcd50n4n.default/searchplugins":
78 { 88 {
79 "lastModifiedTime":1399076625000, 89 "lastModifiedTime":1399076625000,
80 "engines":[ 90 "engines":[
81 { 91 {
82 "_id":"[profile]/webster.xml", 92 "_id":"[profile]/webster.xml",
83 "_name":"Webster", 93 "_name":"Webster",
84 "_hidden":false, 94 "_hidden":false,
(...skipping 26 matching lines...) Expand all
111 "filePath":"[profile]/flickr-tags.xml", 121 "filePath":"[profile]/flickr-tags.xml",
112 "_url":"https://addons.mozilla.org/firefox/downloads/latest/4602/addon-4 602-latest.xml?src=dp-btn-primary", 122 "_url":"https://addons.mozilla.org/firefox/downloads/latest/4602/addon-4 602-latest.xml?src=dp-btn-primary",
113 "_installLocation":2, 123 "_installLocation":2,
114 "type":3, 124 "type":3,
115 "queryCharset":"UTF-8", 125 "queryCharset":"UTF-8",
116 "_readOnly":false 126 "_readOnly":false
117 }] 127 }]
118 } 128 }
119 } 129 }
120 } 130 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698