# HG changeset patch # User Eugene Ostroukhov # Date 1270153821 25200 # Node ID eb1d35f7ac147a1da6a12e1601c6c62f77c196a6 # Parent e7cc5de6bd97d404968084fe0a9cc26193c513ba Chrome debug window is now on the top when running on Mac diff -r e7cc5de6bd97 -r eb1d35f7ac14 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