Re: [chromium-dev] Setting global preferences/settings in code

2009-12-19 Thread Peter Kasting
On Sat, Dec 19, 2009 at 12:59 AM, PhistucK wrote: > Though, I think, currently, there is no way to inject bookmarks. > I believe there is, or will be, because I believe we've had this request before. PK -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change

Re: [chromium-dev] Setting global preferences/settings in code

2009-12-19 Thread PhistucK
Take a look at this file - http://src.chromium.org/svn/trunk/src/chrome/installer/util/master_preferences.h As far as I understand, if you put in the output directory a file named "master_preferences" and put the dat

Re: [chromium-dev] Setting global preferences/settings in code

2009-12-18 Thread Peter Kasting
We have at least some capabilities here since our installer can set some of these values. I'm not sure what all the capabilities are. Make sure you don't get confused by discussions about about:config and similar. Generally those are about either "add more prefs" or "add a way to get at more pre

[chromium-dev] Setting global preferences/settings in code

2009-12-18 Thread bgmerrell
Ahoy, I am planning on maintaining chromium for a specific Linux distro, and I am wondering if there is currently a mechanism for setting global preferences. Specifically, I would like to set the default homepage and default bookmarks for all users on the system. I am sure there are other mainta