Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 1685 1542 1263 attach 1621

latest revision Branch trunk

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

Created: 2009-02-07 10:46:25 -0600 (13 months ago) | Author: jarib | Changeset: 1685

Add support for <strong> element.

1662 annotated / raw | Diffs: previous, other | Lines: 789 ( +1, -1 )

Created: 2008-12-15 14:57:40 -0600 (14 months ago) | Author: jarib | Changeset: 1662

Some camelCase => snake_case renames (with aliasing).

Image#fileCreatedDate       => file_created_date
Image#fileSize              => file_size
Image#hasLoaded?            => loaded?
SelectList#getAllContents   => options
SelectList#getSelectedItems => selected_options
SelectList#clearSelection   => clear
SelectList#includes?        => include?
TextField#dragContentsTo    => drag_contents_to
Radio/Checkbox#isSet?       => set?

1656 annotated / raw | Diffs: previous, other | Lines: 789 ( +36, -0 )

Created: 2008-12-14 08:41:26 -0600 (14 months ago) | Author: jarib | Changeset: 1656

Add support for definition lists.

1542 annotated / raw | Diffs: previous, other | Lines: 753 ( +10, -2 )

Created: 2008-10-27 12:46:51 -0500 (16 months ago) | Author: bret | Changeset: 1542

You can now access checkboxes and radio buttons using :ole_object on IE. This fixes http://jira.openqa.org/browse/WTR-217

Branch point for: attach

Tags: watir-1.6.0 watir-1.6.1 watir-1.6.2

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

Created: 2008-10-14 16:00:53 -0500 (16 months ago) | Author: bret | Changeset: 1513

Rework code to track down http://jira.openqa.org/browse/WTR-80, which is not being fixed. See Jira for details.

1503 annotated / raw | Diffs: previous, other | Lines: 744 ( +1, -1 )

Created: 2008-10-13 18:45:51 -0500 (16 months ago) | Author: bret | Changeset: 1503

Use === for class comparisons.

1497 annotated / raw | Diffs: previous, other | Lines: 744 ( +3, -3 )

Created: 2008-10-08 17:47:26 -0500 (17 months ago) | Author: bret | Changeset: 1497

Enable multiple attribute support checkbox, radio, select_list (Watir).

1486 annotated / raw | Diffs: previous, other | Lines: 744 ( +2, -2 )

Created: 2008-10-07 14:07:30 -0500 (17 months ago) | Author: bret | Changeset: 1486

Fixes a performance bug in Watir.

http://jira.openqa.org/browse/WTR-193
Previously, we had optimized Watir to find elements by name/id. Some time ago, this optimization broke, and Watir reverted to using the old-fashioned method, which was slow.

It now works, and what is more, there is now a unit test that will detect this kind of problem in the future.

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

Created: 2008-08-28 21:28:09 -0500 (18 months ago) | Author: bret | Changeset: 1408

Moved from: trunk/watir/watir/container.rb 1330

Moving the watir library files to their new home. And updating the build scripts to find them there.

1330 annotated / raw | Diffs: previous, other | Lines: 744 ( +3, -93 )

Created: 2008-05-28 11:49:32 -0500 (21 months ago) | Author: bret | Changeset: 1330

Moved to: trunk/watir/lib/watir/container.rb 1408

Autogenerate factory methods for NonControlElements, with Charley.

Branch point for: tag:watir-1.5.5 tag:watir-1.5.6

1329 annotated / raw | Diffs: previous, other | Lines: 834 ( +3, -3 )

Created: 2008-05-28 11:29:43 -0500 (21 months ago) | Author: bret | Changeset: 1329

Autogenerate Container#li method. (with charley)

1327 annotated / raw | Diffs: previous, other | Lines: 834 ( +3, -3 )

Created: 2008-05-27 21:54:16 -0500 (21 months ago) | Author: bret | Changeset: 1327

More multiple attribute fixes: for map, area, ul, h1, h2, h3, h4, h5, h6.
http://jira.openqa.org/browse/WTR-196

1326 annotated / raw | Diffs: previous, other | Lines: 834 ( +1, -1 )

Created: 2008-05-27 21:36:05 -0500 (21 months ago) | Author: bret | Changeset: 1326

Fix "li" with multiple attributes. http://jira.openqa.org/browse/WTR-196

1302 annotated / raw | Diffs: previous, other | Lines: 834 ( +6, -57 )

Created: 2007-11-07 21:34:17 -0600 (2 years 4 months ago) | Author: bret | Changeset: 1302

Refactoring towards an InputElementsLocator strategy class.

Tags: watir-1.5.4

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

Created: 2007-10-24 14:19:04 -0500 (2 years 4 months ago) | Author: bret | Changeset: 1295

Add new speed, :zippy. This is like fast, but, in effect, it does a TextField#value= instead of a TextField#set. If you have specific text fields that you never want this to happen to, use ie.text_field(:how, what).requires_typing.set instead.

1283 annotated / raw | Diffs: previous, other | Lines: 883 ( +1, -1 )

Created: 2007-10-17 22:16:22 -0500 (2 years 4 months ago) | Author: bret | Changeset: 1283

minor cleanup

Branch point for: tag:watir-1.5.3

1263 new annotated / raw | Lines: 883 ( +883, -0 )

Created: 2007-10-03 17:28:22 -0500 (2 years 5 months ago) | Author: bret | Changeset: 1263

Start breaking up big-ass watir.rb file.
Repair performance error i introduced earlier today in TextField.

latest revision Branch attach

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

Created: 2008-12-01 22:12:40 -0600 (15 months ago) | Author: bret | Changeset: 1621

Branch for work on making attach compatible.