/hg/icedtea-web: Removed good --sm-client-disable switch. No lon...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Mon Apr 8 06:08:38 PDT 2013


changeset 89d62a76c9f9 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=89d62a76c9f9
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Apr 08 15:08:11 2013 +0200

	Removed good --sm-client-disable switch. No longer supported by epiphany.


diffstat:

 ChangeLog                                                                        |  5 +++++
 tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java |  7 ++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r fbb6b3605538 -r 89d62a76c9f9 ChangeLog
--- a/ChangeLog	Thu Apr 04 11:21:04 2013 +0200
+++ b/ChangeLog	Mon Apr 08 15:08:11 2013 +0200
@@ -1,3 +1,8 @@
+2013-04-08  Jiri Vanek <jvanek at redhat.com>
+
+	* tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java:
+	Removed good --sm-client-disable switch. No longer supported by epiphany
+
 2013-04-04  Jiri Vanek <jvanek at redhat.com>
 
 	Plugin is now honoring the custom jre
diff -r fbb6b3605538 -r 89d62a76c9f9 tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java
--- a/tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java	Thu Apr 04 11:21:04 2013 +0200
+++ b/tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java	Mon Apr 08 15:08:11 2013 +0200
@@ -42,11 +42,8 @@
 
 public class Epiphany extends MozillaFamilyLinuxBrowser {
 
-    //the --sm-client-disable is hack which fixed  separate calls to epiphany
-    //without this, the second tab is never open :(
-    //with this, also no tab, but at least new window in same process. So ok for testsuite.
-    //may fall to --new-tab  with some fix on this issue again
-    String[] cs = {"--sm-client-disable"};
+    
+    String[] cs = {};
 
     public Epiphany(String bin) {
         super(bin);



More information about the distro-pkg-dev mailing list