Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 2511 1448 mavenized 1511 1510

latest revision Branch trunk

2511 annotated / raw | Diffs: previous, other | Lines: 161 ( +17, -0 )

Created: 2008-12-12 19:32:53 -0600 (28 days ago) | Author: andras.hatvani | Changeset: 2511

* Fixed SRC-521: NPE when you pass in an invalid path to firefox
New behavior:
- The wrong browser location on the server side will only be indicated with a warning in FirefoxChromeLauncher callee
- An InvalidBrowserInstallationException will be thrown in FirefoxChromeLauncher caller
- BrowserSessionFactory catches the exception and throws a RemoteCommandException
- The client shows the text of the exception

2491 annotated / raw | Diffs: previous, other | Lines: 144 ( +132, -0 )

Created: 2008-11-14 15:52:30 -0600 (56 days ago) | Author: jbevan | Changeset: 2491

SRC-556 Delete the customProfileDir on close(), even if the Firefox process did not start.

2450 annotated / raw | Diffs: previous, other | Lines: 12 ( +1, -1 )

Created: 2008-09-20 17:54:55 -0500 (3 months 19 days ago) | Author: ph7 | Changeset: 2450

Fixing regressions in browser start string parsing introduced by rev 2449. Also improved parsing to be more friendly when a trailing spaces are provided (NPE is not very user friendly... ;-)

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

Created: 2008-04-14 20:57:23 -0500 (8 months ago) | Author: ph7 | Changeset: 2263

Moved from: trunk/server-coreless/src/test/java/org/openqa/selenium/server/browserlaunchers/FirefoxChromeLauncherTest.java 1715

Selenium Server: Avoid having to remember to add all new unit tests to a test suite. Use conventions instead.

1715 annotated / raw | Diffs: previous, other | Lines: 12 ( +1, -1 )

Created: 2006-12-12 18:14:46 -0600 (2 years ago) | Author: dfabulich | Changeset: 1715

Moved to: trunk/server-coreless/src/test/java/org/openqa/selenium/server/browserlaunchers/FirefoxChromeLauncherUnitTest.java 2263

Oops, fixing this test

Branch point for: documenthierarchy purland

Tags: RELEASE_0_9_2

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

Created: 2006-11-03 12:51:08 -0600 (2 years 2 months ago) | Author: dfabulich | Changeset: 1597

Moved from: trunk/server/src/test/java/org/openqa/selenium/server/browserlaunchers/FirefoxChromeLauncherTest.java 1448

Phase 1 in splitting Selenium Server into two parts

1448 new annotated / raw | Lines: 12 ( +12, -0 )

Created: 2006-09-08 03:30:14 -0500 (2 years 4 months ago) | Author: wpc | Changeset: 1448

Moved to: trunk/server-coreless/src/test/java/org/openqa/selenium/server/browserlaunchers/FirefoxChromeLauncherTest.java 1597

refactoring: introduce base browserlauncher to reduce duplication in each launcher

Branch point for: mavenized

latest revision Branch mavenized

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

Created: 2006-10-16 13:37:56 -0500 (2 years 2 months ago) | Author: dfabulich | Changeset: 1511

Moved from: branches/mavenized/server/src/test/java/org/openqa/selenium/server/browserlaunchers/FirefoxChromeLauncherTest.java 1510

Applying my Mavenization patch

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

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

Moved to: branches/mavenized/server-coreless/src/test/java/org/openqa/selenium/server/browserlaunchers/FirefoxChromeLauncherTest.java 1511

branching to apply my mavenization changes