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

Side by Side Diff: chrome/test/data/firefox_profile/prefs.js

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
« no previous file with comments | « chrome/test/data/firefox_profile/README ('k') | chrome/test/data/firefox_profile/search.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Mozilla User Preferences 1 # Mozilla User Preferences
2 2
3 /* Do not edit this file. 3 /* Do not edit this file.
4 * 4 *
5 * If you make changes to this file while the application is running, 5 * If you make changes to this file while the application is running,
6 * the changes will be overwritten when the application exits. 6 * the changes will be overwritten when the application exits.
7 * 7 *
8 * To make a manual change to preferences, you can visit the URL about:config 8 * To make a manual change to preferences, you can visit the URL about:config
9 * For more information, see http://www.mozilla.org/unix/customizing.html#prefs 9 * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
10 */ 10 */
(...skipping 12 matching lines...) Expand all
23 user_pref("browser.places.updateRecentTagsUri", false); 23 user_pref("browser.places.updateRecentTagsUri", false);
24 user_pref("browser.search.selectedEngine", "IMDB"); 24 user_pref("browser.search.selectedEngine", "IMDB");
25 user_pref("browser.search.useDBForOrder", true); 25 user_pref("browser.search.useDBForOrder", true);
26 user_pref("browser.sessionstore.resume_session_once", true); 26 user_pref("browser.sessionstore.resume_session_once", true);
27 user_pref("browser.startup.homepage_override.mstone", "rv:1.9"); 27 user_pref("browser.startup.homepage_override.mstone", "rv:1.9");
28 user_pref("extensions.enabledItems", "{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.0 "); 28 user_pref("extensions.enabledItems", "{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.0 ");
29 user_pref("extensions.lastAppVersion", "3.0"); 29 user_pref("extensions.lastAppVersion", "3.0");
30 user_pref("intl.charsetmenu.browser.cache", "UTF-8"); 30 user_pref("intl.charsetmenu.browser.cache", "UTF-8");
31 user_pref("network.cookie.prefsMigrated", true); 31 user_pref("network.cookie.prefsMigrated", true);
32 user_pref("urlclassifier.keyupdatetime.https://sb-ssl.google.com/safebrowsing/ne wkey", 1213898771); 32 user_pref("urlclassifier.keyupdatetime.https://sb-ssl.google.com/safebrowsing/ne wkey", 1213898771);
OLDNEW
« no previous file with comments | « chrome/test/data/firefox_profile/README ('k') | chrome/test/data/firefox_profile/search.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698