Confirmed users
385
edits
| Line 154: | Line 154: | ||
*** "directories" will have two entries, the default one ("/Applications/Firefox.app/Contents/MacOS/searchplugins") & "/Users/mozilla/Documents/inbox-desktop/test_profiles/searchplugins" in my case) The first has no usefully syncable data, though it does have a lastModifiedTime (this is the lastModifiedTime of the directory, used for cache invalidation --Gavin) | *** "directories" will have two entries, the default one ("/Applications/Firefox.app/Contents/MacOS/searchplugins") & "/Users/mozilla/Documents/inbox-desktop/test_profiles/searchplugins" in my case) The first has no usefully syncable data, though it does have a lastModifiedTime (this is the lastModifiedTime of the directory, used for cache invalidation --Gavin) | ||
** /profile/search.sqlite(DO NOT SYNC) (this is no longer used after bug 699856, replaced by search-metadata.json --Gavin) | ** /profile/search.sqlite(DO NOT SYNC) (this is no longer used after bug 699856, replaced by search-metadata.json --Gavin) | ||
** pref browser.search.selectedEngine represents the currently selected entry, status "user set" is useful | ** pref browser.search.selectedEngine represents the currently selected entry, status "user set" is useful | ||
** pref browser.search.useDBForOrder i bet that represents ordering (this gets set to true once the user has customized the search engine order, to indicate that we should use the positioning information in search-metadata.json rather than the one in default prefs (browser.search.order.*) --Gavin) | ** pref browser.search.useDBForOrder i bet that represents ordering (this gets set to true once the user has customized the search engine order, to indicate that we should use the positioning information in search-metadata.json rather than the one in default prefs (browser.search.order.*) --Gavin) | ||
** pref browser.search.order.1-3 are hard coded defaults. do not sync | ** pref browser.search.order.1-3 are hard coded defaults. do not sync | ||
** JAR loading code is for mobile, for their default plugin handling | ** JAR loading code is for mobile, for their default plugin handling | ||
** Australis is not making the search engines or their data go away | |||
* Poking Pointers | * Poking Pointers | ||