Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2015-07-08 09:52:03 +0000
committerBrian de Alwis2015-07-09 01:38:27 +0000
commitce751e9b4b77058f29a8ca9a34e4d41eb27ec949 (patch)
treef8f3fc3311c4744729cba200f238f05191fc3bc2
parentb8a43dd7951a68894aa43e99e3389a51fac6745a (diff)
downloadeclipse.platform.ui-ce751e9b4b77058f29a8ca9a34e4d41eb27ec949.tar.gz
eclipse.platform.ui-ce751e9b4b77058f29a8ca9a34e4d41eb27ec949.tar.xz
eclipse.platform.ui-ce751e9b4b77058f29a8ca9a34e4d41eb27ec949.zip
Bug 472153 - Recognize Chrome as external browser on Linux
Change-Id: Ie501b305d1939dde5ec52d8efc26259590de3144 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
-rw-r--r--bundles/org.eclipse.ui.browser/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.ui.browser/plugin.xml b/bundles/org.eclipse.ui.browser/plugin.xml
index 1c2ebe8850c..9c32f5cee01 100644
--- a/bundles/org.eclipse.ui.browser/plugin.xml
+++ b/bundles/org.eclipse.ui.browser/plugin.xml
@@ -95,6 +95,13 @@
</location>
</browser>
<browser
+ id="org.eclipse.ui.browser.chrome"
+ name="%browserChrome"
+ os="linux,aix,hpux,solaris"
+ executable="google-chrome">
+ <location>usr/bin/google-chrome</location>
+ </browser>
+ <browser
id="org.eclipse.ui.browser.konqueror"
name="%browserKonqueror"
os="linux,aix,hpux,solaris"

Back to the top