Hello, I'm working on a tools for Symbian WRT widgets development. We decided to try and build it on top of the Chromium Developer Tools. It comes out really well, but there are still a few questions left: 1. Our launch configuration runs Chrome (users should install it themselves) and then connects debugger, etc. We use following command- line arguments: "--disable-web-security --disable-extenions --disable-plugins --no- default-browser-check --no-first-run"
Basically we need to disable web security so the users' widgets are able to fetch RSS feeds, access web services, etc. Other arguments are there simply to enable faster startup and more consistent runtime environment between users. It works fine if this is the first "copy" of the browser ran. But if the user has already Chrome running then these arguments (at least -- disable-web-security - the most important of the lot) have no effect. Is there any way to start completely standalone Chrome browser copy? I tried --process-per-tab, --single-process etc - but they don't seem to work. 2. Is there a dedicated Chrome Developer Tools group? I would like to contact ChDT developers to propose some refactorings and collaboration. The code I'm working on should be available from symbian.org site within few weeks so it might benefit both projects to collaborate. Best regards, Eugene -- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
