Revision: 5500
Author:   [email protected]
Date:     Tue Jul 23 16:17:41 2013
Log:      upgrade selenium/webdriver
https://codereview.appspot.com/11486044

this is a build from selenium trunk, because it includes a fix that
allows js execution to work in firefox again.

how to rebuild:
  git clone https://code.google.com/p/selenium/
  cd selenium
  git checkout bb3450e3ab26
  ./go selenium-server-standalone

R=kpreid2


http://code.google.com/p/google-caja/source/detail?r=5500

Added:
 /trunk/third_party/java/webdriver/selenium-standalone.jar
Deleted:
 /trunk/third_party/java/webdriver/selenium-server-standalone-2.33.0.jar
Modified:
 /trunk/build.xml
 /trunk/third_party/java/webdriver/README
 /trunk/third_party/java/webdriver/VERSION

=======================================
--- /dev/null   
+++ /trunk/third_party/java/webdriver/selenium-standalone.jar Tue Jul 23 16:17:41 2013
File is too large to display a diff.
=======================================
--- /trunk/third_party/java/webdriver/selenium-server-standalone-2.33.0.jar Wed May 29 22:59:13 2013
+++ /dev/null   
File is too large to display a diff.
=======================================
--- /trunk/build.xml    Mon Jul  8 16:40:14 2013
+++ /trunk/build.xml    Tue Jul 23 16:17:41 2013
@@ -122,7 +122,7 @@
     <pathelement path="${third_party}/java/junit/hamcrest-core.jar"/>
     <pathelement path="${third_party}/java/junit/junit.jar"/>
     <pathelement path="${third_party}/java/rhino/js.jar"/>
- <pathelement path="${third_party}/java/webdriver/selenium-server-standalone-2.33.0.jar"/> + <pathelement path="${third_party}/java/webdriver/selenium-standalone.jar"/>
     <path refid="classpath.main"/>
     <path refid="classpath.gwt"/>
   </path>
=======================================
--- /trunk/third_party/java/webdriver/README    Tue Mar 20 18:34:09 2012
+++ /trunk/third_party/java/webdriver/README    Tue Jul 23 16:17:41 2013
@@ -1,2 +1,8 @@
 origin
-  http://code.google.com/p/selenium/downloads/list
+ https://code.google.com/p/selenium/source/detail?r=bb3450e3ab26336b7e16613c7d9063957f9cb1c3
+
+rebuild steps:
+  git clone https://code.google.com/p/selenium/
+  cd selenium
+  git checkout bb3450e3ab26
+  ./go selenium-server-standalone
=======================================
--- /trunk/third_party/java/webdriver/VERSION   Tue Mar 12 16:13:27 2013
+++ /trunk/third_party/java/webdriver/VERSION   Tue Jul 23 16:17:41 2013
@@ -1,2 +1,2 @@
-Version: 2.31.0
-URL: http://code.google.com/p/selenium/downloads/detail?name=selenium-server-standalone-2.31.0.jar&can=2&q=
+Version: bb3450e3ab26 (2013-07-22 trunk after 2.33.0)
+URL: https://code.google.com/p/selenium/source/detail?r=bb3450e3ab26336b7e16613c7d9063957f9cb1c3

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to