Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

1685 by jarib on 07 February 2009, 10:46:25 -0600 (13 months ago) Add support for <strong> element.

./lib/watir/collections.rb 1685 history download (+10 -4) diffs

./lib/watir/container.rb 1685 history download (+14 -0) diffs

./lib/watir/non_control_elements.rb 1685 history download (+4 -1) diffs

… 3 more files in changeset.
1684 by jarib on 07 February 2009, 06:07:12 -0600 (13 months ago) Add support for using a Regexp as the third argument (value) when locating checkboxes/radio buttons.

./lib/watir/locator.rb 1684 history download (+3 -1) diffs

./unittests/checkbox_test.rb 1684 history download (+3 -0) diffs

… 3 more files in changeset.
1683 by bret on 05 February 2009, 19:01:14 -0600 (13 months ago) fixing rakefile so that we can build rdoc.

./rakefile.rb 1683 history download (+1 -1) diffs

1682 by charley on 01 February 2009, 14:30:54 -0600 (13 months ago) Adding Derek Berner's patch for winclicker fix. http://jira.openqa.org/browse/WTR-279
and basic reformatting.

./lib/watir/winClicker.rb 1682 history download (+377 -360) diffs

1662 by jarib on 15 December 2008, 14:57:40 -0600 (15 months ago) Some camelCase => snake_case renames (with aliasing).

Image#fileCreatedDate       => file_created_date
Image#fileSize              => file_size
Image#hasLoaded?            => loaded?
SelectList#getAl…

./lib/watir/camel_case.rb 1662 history download (+22 -1) diffs

./lib/watir/container.rb 1662 history download (+1 -1) diffs

./lib/watir/image.rb 1662 history download (+3 -3) diffs

./lib/watir/input_elements.rb 1662 history download (+10 -11) diffs

… 2 more files in changeset.
1660 by jarib on 15 December 2008, 14:57:13 -0600 (15 months ago) Add ElementCollections#size as alias of length(). Indentation cleanup in MozillaBaseElement.rb

Test pending.

./lib/watir/collections.rb 1660 history download (+2 -0) diffs

… 1 more file in changeset.
1659 by jarib on 15 December 2008, 14:56:58 -0600 (15 months ago) Add execute_script() - needs test(s)

./lib/watir/ie-class.rb 1659 history download (+5 -0) diffs

… 1 more file in changeset.
1658 by jarib on 15 December 2008, 14:56:44 -0600 (15 months ago) Hidden#visible? should always return false

./lib/watir/input_elements.rb 1658 history download (+6 -0) diffs

… 3 more files in changeset.
1656 by jarib on 14 December 2008, 08:41:26 -0600 (15 months ago) Add support for definition lists.

./lib/watir/collections.rb 1656 history download (+18 -0) diffs

./lib/watir/container.rb 1656 history download (+36 -0) diffs

./lib/watir/non_control_elements.rb 1656 history download (+9 -0) diffs

… 6 more files in changeset.
1655 by bret on 12 December 2008, 15:46:32 -0600 (15 months ago) patch from jarib to fix non-us-english bug

./unittests/form_test.rb 1655 history download (+2 -2) diffs

1654 by bret on 10 December 2008, 12:42:53 -0600 (15 months ago) minor change -- testing rubymine, actually

./unittests/filefield_test.rb 1654 history download (+0 -1) diffs

1638 by bret on 03 December 2008, 11:33:05 -0600 (15 months ago) merge code from branches/attach to trunk

./lib/watir/ie-class.rb 1638 history download (+2 -5) diffs

./unittests/speed_settings_test.rb 1638 history download (+3 -1) diffs

./unittests/windows/attach_to_existing_window_test.rb 1638 history download (+3 -2) diffs

./unittests/windows/attach_to_new_window_test.rb 1638 history download (+2 -1) diffs

./unittests/windows/modal_dialog_test.rb 1638 history download (+3 -3) diffs

… 6 more files in changeset.
1634 by bret on 02 December 2008, 16:53:28 -0600 (15 months ago) Final cleanup of window tests. They now run clean for me (on my machine, at least).

./unittests/setup.rb 1634 history download (+6 -4) diffs

./unittests/window_tests.rb 1634 history download (+3 -0) diffs

./unittests/windows/ie-each_test.rb 1634 history download (+0 -1) diffs

1633 by bret on 02 December 2008, 16:39:24 -0600 (15 months ago) another known failure

./unittests/windows/ie-each_test.rb 1633 history download (+1 -0) diffs

1632 by bret on 02 December 2008, 16:20:47 -0600 (15 months ago) Mark known failures in window tests. Move some troubled tests to unittests/other.

./unittests/windows/jscriptExtraAlert.rb 1632 history deleted

./unittests/windows/jscriptExtraConfirmCancel.rb 1632 history deleted

./unittests/windows/jscriptExtraConfirmOk.rb 1632 history deleted

./unittests/windows/jscriptPushButton.rb 1632 history deleted

./unittests/windows/jscript_test.rb 1632 history deleted

… 7 more files in changeset.
1631 by bret on 02 December 2008, 16:11:39 -0600 (15 months ago) Fix load path. (I'm still seeing two failures with this test.)

./unittests/windows/new_test.rb 1631 history download (+1 -1) diffs

1630 by bret on 02 December 2008, 16:05:12 -0600 (15 months ago) Bump timeout. Make sure default timeout is reset in teardown.

./unittests/windows/modal_dialog_test.rb 1630 history download (+3 -1) diffs

1629 by bret on 02 December 2008, 15:47:18 -0600 (15 months ago) Bump timeout.

./unittests/windows/frame_links_test.rb 1629 history download (+1 -1) diffs

1617 by bret on 24 November 2008, 14:53:04 -0600 (15 months ago) ElementCollections (e.g. browser.divs) are not "enumerable" in FireWatir (like Watir).

./unittests/div_test.rb 1617 history download (+5 -0) diffs

… 1 more file in changeset.
1616 by bret on 19 November 2008, 12:16:43 -0600 (15 months ago) Add FireFox::SelectList#set as alias for #select (and tests).
Fixes http://jira.seleniumhq.org/browse/WTR-271

./unittests/selectbox_test.rb 1616 history download (+25 -13) diffs

… 1 more file in changeset.
1615 by bret on 19 November 2008, 11:35:52 -0600 (15 months ago) whitespace cleanup

./unittests/selectbox_test.rb 1615 history download (+28 -31) diffs

1611 by bret on 13 November 2008, 09:59:31 -0600 (16 months ago) fix for problem with "enabled_popup" reported by Jonathan Weston.
http://groups.google.com/group/watir-general/browse_thread/thread/f3d3d8f6023890cb/016c62b5a5ff6fb6

./lib/watir/contrib/enabled_popup.rb 1611 history download (+1 -1) diffs

1610 by bret on 12 November 2008, 15:43:53 -0600 (16 months ago) added links to community page with the jira buglist and the notes on how to contribute. added rake targets for publishing this.

./watir_release.txt 1610 history download (+2 -3) diffs

… 2 more files in changeset.
1608 by Jim Matthews on 11 November 2008, 11:00:22 -0600 (16 months ago) Second step in moving watir-common to commonwatir.

./NEWCHANGES 1608 history download (+2 -2) diffs

./bin/watir-console 1608 history download (+1 -1) diffs

./unittests/setup.rb 1608 history download (+5 -5) diffs

./unittests/windows/jscriptExtraAlert.rb 1608 history download (+1 -1) diffs

./unittests/windows/jscriptPushButton.rb 1608 history download (+1 -1) diffs

… 12 more files in changeset.
1604 by charley on 07 November 2008, 16:26:46 -0600 (16 months ago) Removing visible.rb, it's now in watir.

./lib/watir/contrib/visible.rb 1604 history deleted

1603 by Jim Matthews on 07 November 2008, 16:21:48 -0600 (16 months ago) Update rakefiles to correctly run tests.

./rakefile.rb 1603 history download (+0 -8) diffs

… 1 more file in changeset.
1602 by Jim Matthews on 07 November 2008, 15:30:00 -0600 (16 months ago) Commit test.

./rakefile.rb 1602 history download (+1 -0) diffs

1601 by bret on 07 November 2008, 11:09:47 -0600 (16 months ago) Fix for error in "rake test": "uninitialized constant Watir::Exception" reported by Marek J.

./rakefile.rb 1601 history download (+1 -0) diffs

1600 by bret on 06 November 2008, 16:55:13 -0600 (16 months ago) Updates to wtr.rubyforge.org source files. Everything has been updated but the install page.

./watir_release.txt 1600 history download (+9 -2) diffs

… 7 more files in changeset.
1599 by charley on 06 November 2008, 11:58:05 -0600 (16 months ago) Adding support for visible? and associated common test. Submitted by Tony for
http://jira.openqa.org/browse/WTR-262

./lib/watir/element.rb 1599 history download (+27 -0) diffs

… 3 more files in changeset.
earlier earlier | later later