Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 2547 1948 1713 1241 732 226 documenthierarchy 2169 2030 purland 1725 1723 mavenized 1510 experimental 824 733 SEL-100-fix 499 release_0_3_0 426

latest revision Branch trunk

2547 annotated / raw | Diffs: previous, other | Lines: 365 ( +1, -1 )

Created: 2008-12-24 15:09:29 -0600 (16 days ago) | Author: paul | Changeset: 2547

better exception

2542 annotated / raw | Diffs: previous, other | Lines: 365 ( +13, -3 )

Created: 2008-12-24 14:10:23 -0600 (16 days ago) | Author: paul | Changeset: 2542

unreachable server used to have a better exception, it does again now

2480 annotated / raw | Diffs: previous, other | Lines: 355 ( +2, -2 )

Created: 2008-10-19 18:38:52 -0500 (2 months 21 days ago) | Author: andras.hatvani | Changeset: 2480

+ Added test for getBooleanArray in HttpCommandProcessorUnitTest
* implemented fix for SRC-372 regarding getBooleanArray

2448 annotated / raw | Diffs: previous, other | Lines: 355 ( +0, -2 )

Created: 2008-09-15 23:42:58 -0500 (3 months 23 days ago) | Author: gyrm | Changeset: 2448

Yeah, I forgot to edit iedoc2java.xml ...

2446 annotated / raw | Diffs: previous, other | Lines: 357 ( +15, -4 )

Created: 2008-09-15 23:09:43 -0500 (3 months 23 days ago) | Author: gyrm | Changeset: 2446

Remove server jar dependency from java client driver. See http://clearspace.openqa.org/message/48878

2385 annotated / raw | Diffs: previous, other | Lines: 346 ( +6, -2 )

Created: 2008-08-19 19:41:04 -0500 (4 months 21 days ago) | Author: paul | Changeset: 2385

if someone wants to override with a junit3/4 or testng exception they can

2328 annotated / raw | Diffs: previous, other | Lines: 342 ( +76, -31 )

Created: 2008-07-18 14:26:09 -0500 (5 months 22 days ago) | Author: jbevan | Changeset: 2328

Copied to: trunk/tests/generated/src/main/java/com/thoughtworks/selenium/HttpCommandProcessor.java 2339

Fix and test for resource leaks in the face of IOExceptions.

2326 annotated / raw | Diffs: previous, other | Lines: 297 ( +10, -0 )

Created: 2008-07-16 18:05:09 -0500 (5 months 24 days ago) | Author: jbevan | Changeset: 2326

This revision applies Erik Beans' and Jason Huggins' patch, described below and in http://clearspace.openqa.org/docs/DOC-1192

This patch allows the test to specify which of a number of admin-installed profiles on a (remote) machine should be used when starting firefox for that test. It is only integrated with the java client. The RC server gains a command-line flag called -profilesLocation, so that if the machine adminstrator(s) install a profile in $profilesLocation/mytestprofile, the test would call: BrowserConfigurationOptions co = new BrowserConfigurationOptions("profile:mytestprofile"); String url = "http://www.google.com"; selenium = new DefaultSelenium("localhost", RemoteControlConfiguration.getDefaultPort(), "*chrome", url); selenium.start(co); This patch was tested on linux and windows (firefox 2.0), until I wanted to refactor a few things. After that the patch has (so far) only been tested on linux. This patch is a diff file created by svn diff.

2290 annotated / raw | Diffs: previous, other | Lines: 287 ( +17, -1 )

Created: 2008-05-10 22:23:28 -0500 (7 months ago) | Author: gyrm | Changeset: 2290

Add experimental support for per-session extension Javascript, for only the Java client driver for now. The Javascript is specified as a String passed to setExtensionJs() on the DefaultSelenium instance; this may only be done before the instance is started with start(). If the session is reused, the existing extension code will be in effect. If a new session is created, it will NOT be affected. PI mode isn't supported yet.

2265 annotated / raw | Diffs: previous, other | Lines: 271 ( +22, -7 )

Created: 2008-04-15 14:51:16 -0500 (8 months ago) | Author: ph7 | Changeset: 2265

Java Client: Fix for SRC-462: allow close to be called when no selenese session is associated with the current driver

2260 annotated / raw | Diffs: previous, other | Lines: 256 ( +1, -1 )

Created: 2008-04-08 23:39:49 -0500 (9 months ago) | Author: ph7 | Changeset: 2260

Remote Control Intrumentation: Moved option parsing logic to RemoteControlLauncher

2244 annotated / raw | Diffs: previous, other | Lines: 256 ( +8, -5 )

Created: 2008-04-03 01:02:51 -0500 (9 months ago) | Author: ph7 | Changeset: 2244

Minor code cleanup based on FindBugs reports

2221 annotated / raw | Diffs: previous, other | Lines: 253 ( +4, -7 )

Created: 2008-03-24 15:13:43 -0500 (9 months ago) | Author: sproul | Changeset: 2221

resolve compile warnings

1948 annotated / raw | Diffs: previous, other | Lines: 256 ( +8, -1 )

Created: 2007-08-28 18:34:30 -0500 (16 months ago) | Author: dfabulich | Changeset: 1948

Make parseCSV public, so you can use it on strings that you get from getEval

Branch point for: documenthierarchy

Tags: RELEASE_0_9_2

1936 annotated / raw | Diffs: previous, other | Lines: 249 ( +2, -2 )

Created: 2007-08-21 16:58:34 -0500 (16 months ago) | Author: dfabulich | Changeset: 1936

SRC-194, spurious warning when getString returns a blank string

1901 annotated / raw | Diffs: previous, other | Lines: 249 ( +2, -1 )

Created: 2007-08-13 19:36:26 -0500 (16 months ago) | Author: dfabulich | Changeset: 1901

Specify charset utf-8; jetty assumes form posted data is ISO8859-1

1900 annotated / raw | Diffs: previous, other | Lines: 248 ( +16, -7 )

Created: 2007-08-13 18:12:45 -0500 (16 months ago) | Author: dfabulich | Changeset: 1900

SRC-50, implemented POST support in Java client.  Will need to implement this again in all of the other clients

1815 annotated / raw | Diffs: previous, other | Lines: 239 ( +4, -4 )

Created: 2007-06-06 10:28:21 -0500 (19 months ago) | Author: mpurland | Changeset: 1815

Merge revision 1725 to apply patch for SRC-211 to use HttpURLConnection constants.

1713 annotated / raw | Diffs: previous, other | Lines: 239 ( +2, -2 )

Created: 2006-12-12 16:05:49 -0600 (2 years ago) | Author: dfabulich | Changeset: 1713

Maven-pulling java-client-driver was pulling -coreless as a dependency, which is not appropriate.  Also downgrading client's compiler to Java 1.4 (since we don't really need 1.5 in the client).

Branch point for: purland

1647 annotated / raw | Diffs: previous, other | Lines: 239 ( +3, -3 )

Created: 2006-11-13 16:56:08 -0600 (2 years 1 month ago) | Author: dfabulich | Changeset: 1647

SEL-364, renaming SeleneseRunner to RemoteRunner.  Renaming many other classes as well that refer to Selenese, e.g. SeleneseCommand becomes RemoteCommand, SeleneseQueue becomes CommandQueue.

1241 annotated / raw | Diffs: previous, other | Lines: 239 ( +2, -2 )

Created: 2006-06-14 22:09:58 -0500 (2 years 6 months ago) | Author: sproul | Changeset: 1241

use Java 1.5 templates

Branch point for: mavenized

1237 annotated / raw | Diffs: previous, other | Lines: 239 ( +6, -1 )

Created: 2006-06-14 19:54:10 -0500 (2 years 6 months ago) | Author: sproul | Changeset: 1237

Implement JavaScript injection for static resources.

This means that you can run in proxyInjection mode against the local tests (e.g., in corebased, etc.)

1050 annotated / raw | Diffs: previous, other | Lines: 234 ( +0, -1 )

Created: 2006-04-19 15:49:17 -0500 (2 years 8 months ago) | Author: sproul | Changeset: 1050

compiler warning hunt

1040 annotated / raw | Diffs: previous, other | Lines: 235 ( +4, -4 )

Created: 2006-04-18 14:05:58 -0500 (2 years 8 months ago) | Author: dfabulich | Changeset: 1040

SRC-2, we need to encode/decode the URI as UTF-8.  I18nTest now passes on my machine in Java; still need to work on the other drivers.

1035 annotated / raw | Diffs: previous, other | Lines: 235 ( +1, -1 )

Created: 2006-04-14 18:51:55 -0500 (2 years 8 months ago) | Author: dfabulich | Changeset: 1035

More Java fixes to reflect all the moved Selenium Core stuff

966 annotated / raw | Diffs: previous, other | Lines: 235 ( +9, -5 )

Created: 2006-03-31 12:56:45 -0600 (2 years 9 months ago) | Author: sproul | Changeset: 966

compiler warning hunt

951 annotated / raw | Diffs: previous, other | Lines: 231 ( +1, -1 )

Created: 2006-03-29 17:33:35 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 951

Marking all files Copyright Thoughtworks 2006

931 annotated / raw | Diffs: previous, other | Lines: 231 ( +105, -24 )

Created: 2006-03-26 19:45:21 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 931

Updating all drivers to support new protocol; this code has been hand-generated from XSL... I'll follow this up with a build script change to auto-generate the code as part of the build

923 annotated / raw | Diffs: previous, other | Lines: 150 ( +2, -3 )

Created: 2006-03-20 22:15:46 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 923

Updating Java Server and Java Client to more closely match today's RFC draft

902 new/moved annotated / raw | Diffs: previous, other | Lines: 151 ( +151, -0 )

Created: 2006-03-15 18:15:45 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 902

Moved from: trunk/code/java/src/main/java/com/thoughtworks/selenium/HttpCommandProcessor.java 901

no comment

901 new/moved annotated / raw | Diffs: previous, other | Lines: 151 ( +151, -0 )

Created: 2006-03-15 18:15:28 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 901

Moved from: trunk/code/java-client-driver/src/main/java/com/thoughtworks/selenium/HttpCommandProcessor.java 873

Moved to: trunk/clients/java/src/main/java/com/thoughtworks/selenium/HttpCommandProcessor.java 902

java-client-driver is just "java" now

873 new/copied annotated / raw | Diffs: previous, other | Lines: 151 ( +151, -0 )

Created: 2006-03-14 19:42:54 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 873

Moved to: trunk/code/java/src/main/java/com/thoughtworks/selenium/HttpCommandProcessor.java 901

Copied from: branches/experimental/code/java-client-driver/src/main/java/com/thoughtworks/selenium/HttpCommandProcessor.java 824

Copying Java Client Driver into the trunk

732 annotated / raw | Diffs: previous, other | Lines: 113 ( +6, -2 )

Created: 2006-02-13 19:23:57 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 732

Added Javadoc everywhere

Branch point for: experimental

latest revision Branch SEL-100-fix

499 new annotated / raw | Diffs: previous, other | Lines: 109 ( +0, -0 )

Created: 2005-05-13 20:22:02 -0500 (3 years 7 months ago) | Author: daz | Changeset: 499

Created branch for fix for SEL-100
I can't currently test driven Selenium, so I don't want to push these changes
onto the trunk just yet

latest revision Branch documenthierarchy

2169 annotated / raw | Diffs: previous, other | Lines: 256 ( +5, -5 )

Created: 2008-01-30 15:28:38 -0600 (11 months ago) | Author: mpurland | Changeset: 2169

Modify UTF-8 output to occur in WebHandler.

2030 new annotated / raw | Diffs: previous, other | Lines: 256 ( +0, -0 )

Created: 2007-10-19 10:39:08 -0500 (14 months ago) | Author: mpurland | Changeset: 2030

Creating branch for document hierarchy.  This branch will contain a rewrite that 1) Uses a document hierarchy to track loaded documents.  2) Configurable web server for Jetty 5, Jetty 6 (non-PI right now) and other web servers can be supported.  3) Speed improvements 4) Modal dialog support

latest revision Branch experimental

824 annotated / raw | Diffs: previous, other | Lines: 151 ( +3, -3 )

Created: 2006-03-05 01:35:01 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 824

Copied to: trunk/code/java-client-driver/src/main/java/com/thoughtworks/selenium/HttpCommandProcessor.java 873

Switching default port to 4444; parameterized so we can change it again someday if we feel like it

809 annotated / raw | Diffs: previous, other | Lines: 151 ( +151, -151 )

Created: 2006-03-01 16:35:46 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 809

Finishing rename to HttpCommandProcessor

808 new/moved annotated / raw | Diffs: previous, other | Lines: 151 ( +151, -0 )

Created: 2006-03-01 16:33:27 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 808

Moved from: branches/experimental/code/java-client-driver/src/main/java/com/thoughtworks/selenium/CommandBridgeClient.java 782

Renaming CommandBridgeClient to HttpCommandProcessor (which better reflects its purpose, and which will be echoed in the other language drivers)

782 annotated / raw | Diffs: previous, other | Lines: 151 ( +43, -19 )

Created: 2006-02-25 17:17:10 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 782

Moved to: branches/experimental/code/java-client-driver/src/main/java/com/thoughtworks/selenium/HttpCommandProcessor.java 808

Javadoc cleanup, and a bit of refactoring to slightly decouple DefaultSelenium from CommandBridgeClient

778 annotated / raw | Diffs: previous, other | Lines: 127 ( +1, -1 )

Created: 2006-02-25 16:38:53 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 778

Got RealDealIntegrationTest and ApacheMyFacesSuggestTest to run entirely in Maven

773 new/moved annotated / raw | Diffs: previous, other | Lines: 127 ( +127, -0 )

Created: 2006-02-25 15:53:43 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 773

Moved from: branches/experimental/code/java-client-driver/src/main/java/com/thoughtworks/selenium/outbedded/CommandBridgeClient.java 768

Moving CommandBridgeClient out of the outbedded directory, since it's the only thing we plan to keep

768 new/moved annotated / raw | Diffs: previous, other | Lines: 127 ( +127, -0 )

Created: 2006-02-25 15:32:34 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 768

Moved from: branches/experimental/code/java-client-driver/main/com/thoughtworks/selenium/outbedded/CommandBridgeClient.java 762

Moved to: branches/experimental/code/java-client-driver/src/main/java/com/thoughtworks/selenium/CommandBridgeClient.java 773

Making source folders that look more Maven-y

762 new/copied annotated / raw | Diffs: previous, other | Lines: 127 ( +127, -0 )

Created: 2006-02-25 15:19:08 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 762

Moved to: branches/experimental/code/java-client-driver/src/main/java/com/thoughtworks/selenium/outbedded/CommandBridgeClient.java 768

Copied from: branches/experimental/code/java/main/com/thoughtworks/selenium/outbedded/CommandBridgeClient.java 756

Copying over the main "java" folder

756 annotated / raw | Diffs: previous, other | Lines: 127 ( +14, -0 )

Created: 2006-02-23 13:32:44 -0600 (2 years 10 months ago) | Author: sproul | Changeset: 756

Copied to: branches/experimental/code/java-client-driver/main/com/thoughtworks/selenium/outbedded/CommandBridgeClient.java 762

Dan's getNewBrowserSession verb

736 annotated / raw | Diffs: previous, other | Lines: 113 ( +6, -6 )

Created: 2006-02-16 19:06:34 -0600 (2 years 10 months ago) | Author: sproul | Changeset: 736

fix some compile warnings

734 annotated / raw | Diffs: previous, other | Lines: 113 ( +113, -113 )

Created: 2006-02-14 16:38:56 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 734

Merging in changes

733 new annotated / raw | Diffs: previous, other | Lines: 113 ( +0, -0 )

Created: 2006-02-13 19:57:02 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 733

Experimental branch to explore client-configured proxy and single-source Selenium server mode.

latest revision Branch mavenized

1510 new annotated / raw | Diffs: previous, other | Lines: 239 ( +0, -0 )

Created: 2006-10-16 13:09:22 -0500 (2 years 2 months ago) | Author: dfabulich | Changeset: 1510

branching to apply my mavenization changes

latest revision Branch purland

1725 annotated / raw | Diffs: previous, other | Lines: 239 ( +4, -4 )

Created: 2007-01-03 17:19:07 -0600 (2 years ago) | Author: mpurland | Changeset: 1725

Apply patch for SRC-211 to use HttpURLConnection constants.

1723 new annotated / raw | Diffs: previous, other | Lines: 239 ( +0, -0 )

Created: 2007-01-02 19:33:05 -0600 (2 years ago) | Author: sproul | Changeset: 1723

branch for Matt

latest revision Branch release_0_3_0

426 new annotated / raw | Diffs: previous, other | Lines: 109 ( +0, -0 )

Created: 2005-04-15 16:54:41 -0500 (3 years 8 months ago) | Author: jrhuggin | Changeset: 426

branch for the 0.3.x release line.