On Mar 31, 5:43 am, codfather <[email protected]> wrote: > Does Chromium have a facility like FF to look at the settings via a > web page, about:config , for instance? I have tried every combination > I can think of with no luck. I just wanted to see what the browser > thinks are it's proxy settings.
There is no such page, even in the Windows version. Many of the preferences are stored in human-readable JSON files in ~/.config/chromium/ . This is the bug to implement proxy settings on Linux: http://code.google.com/p/chromium/issues/detail?id=8143 If you click the star on that page, you'll get notified when status changes. It looks like it's very close to being fixed -- the code has been written, and it's just awaiting some final touch-ups. --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
