Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

2492 by andras.hatvani on 14 November 2008, 21:06:06 -0600 (7 days ago) + Added release notes for 1.0

trunk/documentation/RELEASE_NOTES.txt 2492 history download (+26) new

2490 by ph7 on 14 November 2008, 12:04:17 -0600 (7 days ago) Upgrading RSpec and fixing problems when multiple rspec gems are installed

trunk/clients/ruby/ChangeLog 2490 history download (+50) new

trunk/clients/ruby/README.markdown 2490 history download (+7 -7) diffs

trunk/clients/ruby/Rakefile 2490 history download (+2 -2) diffs

trunk/clients/ruby/examples/rspec/google_spec.rb 2490 history download (+5 -4) diffs

trunk/clients/ruby/examples/script/google.rb 2490 history download (+1 -1) diffs

… 3 more files in changeset.
2489 by paul on 11 November 2008, 15:32:40 -0600 (10 days ago) extended conditions are going to want to add to the context info, not replace it

trunk/clients/java/src/main/java/com/thoughtworks/selenium/condition/DefaultConditionRunner.java 2489 history download (+9 -3) diffs

trunk/clients/java/src/test/java/com/thoughtworks/selenium/condition/ConditionTest.java 2489 history download (+2 -2) diffs

2487 by paul on 06 November 2008, 16:47:49 -0600 (15 days ago) better for junit3 integration

trunk/clients/java/src/main/java/com/thoughtworks/selenium/condition/DefaultConditionRunner.java 2487 history download (+6 -2) diffs

2486 by paul on 30 October 2008, 19:48:33 -0500 (22 days ago) test runners can set context directly for test methods about to be invoked

trunk/clients/java/iedoc2java.xml 2486 history download (+20 -4) diffs

2485 by paul on 30 October 2008, 15:11:58 -0500 (22 days ago) make java 6 as well as 5 safe

trunk/clients/java/iedoc2java.xml 2485 history download (+22 -21) diffs

2483 by andras.hatvani on 23 October 2008, 18:04:52 -0500 (29 days ago) * Updated the Java client's pom to have 1.5 as source and target - SRC-547
* Removed the comments from the build-breaking test (r2480) in HttpCommandProcessorUnitTest

trunk/clients/java/pom.xml 2483 history download (+2 -2) diffs

trunk/clients/java/src/test/java/com/thoughtworks/selenium/HttpCommandProcessorUnitTest.java 2483 history download (+20 -23) diffs

2482 by ph7 on 23 October 2008, 01:30:24 -0500 (29 days ago) Ruby Client: Upgraded gem version to 1.2.8

trunk/clients/ruby/Rakefile 2482 history download (+1 -1) diffs

2481 by ph7 on 23 October 2008, 00:54:17 -0500 (29 days ago) Fixing the build broken by r2480

trunk/clients/java/pom.xml 2481 history download (+12 -0) diffs

trunk/clients/java/src/test/java/com/thoughtworks/selenium/HttpCommandProcessorUnitTest.java 2481 history download (+26 -25) diffs

2480 by andras.hatvani on 19 October 2008, 18:38:52 -0500 (33 days ago) + Added test for getBooleanArray in HttpCommandProcessorUnitTest
* implemented fix for SRC-372 regarding getBooleanArray

trunk/clients/java/src/main/java/com/thoughtworks/selenium/HttpCommandProcessor.java 2480 history download (+2 -2) diffs

trunk/clients/java/src/test/java/com/thoughtworks/selenium/HttpCommandProcessorUnitTest.java 2480 history download (+166 -134) diffs

2479 by ph7 on 14 October 2008, 18:52:21 -0500 (38 days ago) Ruby Client: More robust unit tests, fixed :wait_for => :ajax, NOOP close if there is no current session

trunk/clients/ruby/Rakefile 2479 history download (+1 -1) diffs

trunk/clients/ruby/lib/selenium/client/base.rb 2479 history download (+1 -1) diffs

trunk/clients/ruby/lib/selenium/client/extensions.rb 2479 history download (+2 -2) diffs

trunk/clients/ruby/lib/selenium/client/idiomatic.rb 2479 history download (+2 -1) diffs

trunk/clients/ruby/lib/selenium/rspec/reporting/selenium_test_report_formatter.rb 2479 history download (+1 -1) diffs

2477 by dfabulich on 10 October 2008, 01:01:01 -0500 (42 days ago) Commenting out forkMode=never, which seems to be screwing up Maven deploy

trunk/clients/java/pom.xml 2477 history download (+2 -1) diffs

trunk/server-coreless/pom.xml 2477 history download (+2 -1) diffs

2476 by dfabulich on 10 October 2008, 00:12:54 -0500 (42 days ago) Commenting out alternate wagon

trunk/pom.xml 2476 history download (+3 -0) diffs

2475 by plightbo on 09 October 2008, 22:38:25 -0500 (43 days ago) no need to use SNAPSHOT of assembly it seems

trunk/selenium-server/pom.xml 2475 history download (+0 -1) diffs

2474 by plightbo on 09 October 2008, 22:16:34 -0500 (43 days ago) disabling test temporarily. need to figure out a way to get this to pass in a headless environment

trunk/server-coreless/src/test/.../server/commands/CaptureScreenshotToStringCommandUnitTest.java 2474 history download (+7 -3) diffs

2473 by plightbo on 09 October 2008, 22:12:30 -0500 (43 days ago) disabling test temporarily. need to figure out a way to get this to pass in a headless environment

trunk/server-coreless/src/test/java/.../selenium/server/commands/CaptureScreenshotCommandUnitTest.java 2473 history download (+5 -1) diffs

2472 by plightbo on 09 October 2008, 22:06:14 -0500 (43 days ago) disabling test temporarily. need to figure out a way to get this to pass in a headless environment

trunk/server-coreless/src/test/java/.../selenium/server/commands/CaptureScreenshotCommandUnitTest.java 2472 history download (+7 -7) diffs

2471 by andras.hatvani on 08 October 2008, 19:40:20 -0500 (44 days ago) + Added CaptureScreenshotToStringCommandUnitTest
* Added tests to CaptureScreenshotCommandUnitTest
* Implemented SRC-438

trunk/server-coreless/src/main/java/.../openqa/selenium/server/commands/CaptureScreenshotCommand.java 2471 history download (+20 -7) diffs

trunk/server-coreless/src/test/java/.../selenium/server/commands/CaptureScreenshotCommandUnitTest.java 2471 history download (+53 -9) diffs

trunk/server-coreless/src/test/.../server/commands/CaptureScreenshotToStringCommandUnitTest.java 2471 history download (+57) new

2470 by plightbo on 08 October 2008, 12:43:31 -0500 (44 days ago) minor fix to ensure that SSL proxying doesn't cause SeleniumServer not to be able to shut down gracefully

trunk/server-coreless/src/main/java/org/openqa/selenium/server/ProxyHandler.java 2470 history download (+23 -8) diffs

trunk/server-coreless/src/main/java/org/openqa/selenium/server/SeleniumServer.java 2470 history download (+14 -2) diffs

2469 by ph7 on 03 October 2008, 00:08:46 -0500 (49 days ago) Workaround to make Selenium RSpec reporting work with DeepTest

trunk/clients/ruby/Rakefile 2469 history download (+2 -1) diffs

trunk/clients/ruby/lib/selenium/rspec/reporting/selenium_test_report_formatter.rb 2469 history download (+10 -1) diffs

2468 by ph7 on 02 October 2008, 00:11:54 -0500 (50 days ago) Fixing Firefox default path on Ubuntu

trunk/server-coreless/src/main/java/.../selenium/server/browserlaunchers/locators/Firefox3Locator.java 2468 history download (+1 -1) diffs

2467 by ph7 on 01 October 2008, 23:54:53 -0500 (50 days ago) oops forgot to check this one in...

trunk/server-coreless/src/main/java/.../openqa/selenium/server/commands/CaptureScreenshotCommand.java 2467 history download (+1 -1) diffs

2465 by ph7 on 01 October 2008, 17:14:24 -0500 (51 days ago) Adding a sample unit test using mocking to make it easy for Andras to fix SRC-438

trunk/pom.xml 2465 history download (+12 -0) diffs

trunk/server-coreless/pom.xml 2465 history download (+10 -0) diffs

trunk/server-coreless/src/test/java/org/openqa/selenium/server/commands 2465 history download (+0) new

trunk/server-coreless/src/test/java/.../selenium/server/commands/CaptureScreenshotCommandUnitTest.java 2465 history download (+41) new

2464 by ph7 on 01 October 2008, 09:34:36 -0500 (51 days ago) SRC-535: Unsafe unsynchronized variable access in firefox browserlaunchers. Fix for the Firefox custom profile launcher.

trunk/server-coreless/src/main/.../selenium/server/browserlaunchers/FirefoxCustomProfileLauncher.java 2464 history download (+9 -16) diffs

2463 by ph7 on 01 October 2008, 01:12:12 -0500 (51 days ago) Ruby cleint, fixing the ordering of the after(:each) for optimal system capture in RSpec reports

trunk/clients/ruby/README 2463 history download (+1) new

trunk/clients/ruby/README.markdown 2463 history download (+3 -2) diffs

trunk/clients/ruby/examples/rspec/google_spec.rb 2463 history download (+3 -2) diffs

trunk/clients/ruby/lib/selenium/rspec/spec_helper.rb 2463 history download (+1 -1) diffs

trunk/clients/ruby/test/integration/reporting/dummy_project/first_spec.rb 2463 history download (+11 -11) diffs

… 1 more file in changeset.
earlier earlier | later later