Chrome debug window is now on the top when running on Mac
authorEugene Ostroukhov <eugeneo@symbian.org>
Thu, 01 Apr 2010 13:30:21 -0700
changeset 295 eb1d35f7ac14
parent 294 e7cc5de6bd97
child 296 48ed893a420c
Chrome debug window is now on the top when running on Mac
org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java
--- a/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java	Wed Mar 31 14:51:49 2010 -0700
+++ b/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java	Thu Apr 01 13:30:21 2010 -0700
@@ -43,6 +43,7 @@
             "--disable-web-security", // Widgets can use network now
             "--disable-extenions", // Use standard UI, should also improve speed and stability
             "--disable-plugins", // Run faster!
+            "--activate-on-launch", // Bring to front on Mac
             "--always-enable-dev-tools", "--no-default-browser-check", // Our users don't need this nagging
             "--no-first-run", // We don't care
             "--app=%s" // Here we will have widget URI as --app argument