| watir:/trunk/firewatir/lib/firewatir/container.rb |
Line History |
History |
latest revision Branch trunk1684 annotated / raw | Diffs: previous, other | Lines: 586 ( +1, -1 ) Created: 2009-02-07 06:07:12 -0600 (13 months ago) | Author: jarib | Changeset: 1684 Add support for using a Regexp as the third argument (value) when locating checkboxes/radio buttons.
1656 annotated / raw | Diffs: previous, other | Lines: 586 ( +63, -1 ) Created: 2008-12-14 08:41:26 -0600 (15 months ago) | Author: jarib | Changeset: 1656 Add support for definition lists.
1640 annotated / raw | Diffs: previous, other | Lines: 524 ( +0, -8 ) Created: 2008-12-03 12:40:19 -0600 (15 months ago) | Author: bret | Changeset: 1640 simplify code, by replacing constants with literals.
1639 annotated / raw | Diffs: previous, other | Lines: 532 ( +10, -5 ) Created: 2008-12-03 12:22:13 -0600 (15 months ago) | Author: bret | Changeset: 1639 javascript errors in firewatir now propigate instead of being ignored.
1638 annotated / raw | Diffs: previous, other | Lines: 527 ( +2, -9 ) Created: 2008-12-03 11:33:05 -0600 (15 months ago) | Author: bret | Changeset: 1638 merge code from branches/attach to trunk
1558 new/moved annotated / raw | Diffs: previous, other | Lines: 534 ( +534, -0 ) Created: 2008-10-29 14:29:45 -0500 (16 months ago) | Author: bret | Changeset: 1558 Moved from: trunk/firewatir/lib/container.rb 1555 Move firewatir libraries into firewatir directory.Branch point for: attach Tags: watir-1.6.0 watir-1.6.1 watir-1.6.2 1555 annotated / raw | Diffs: previous, other | Lines: 534 ( +142, -142 ) Created: 2008-10-28 17:48:20 -0500 (16 months ago) | Author: bret | Changeset: 1555 Moved to: trunk/firewatir/lib/firewatir/container.rb 1558 reformat
1534 annotated / raw | Diffs: previous, other | Lines: 534 ( +13, -0 ) Created: 2008-10-23 14:27:43 -0500 (16 months ago) | Author: bret | Changeset: 1534 simplify code
1503 annotated / raw | Diffs: previous, other | Lines: 521 ( +1, -1 ) Created: 2008-10-13 18:45:51 -0500 (17 months ago) | Author: bret | Changeset: 1503 Use === for class comparisons.
1498 annotated / raw | Diffs: previous, other | Lines: 521 ( +2, -2 ) Created: 2008-10-08 17:49:38 -0500 (17 months ago) | Author: bret | Changeset: 1498 Enable multiple attribute support for checkbox, radio (FireWatir).
1492 annotated / raw | Diffs: previous, other | Lines: 521 ( +4, -4 ) Created: 2008-10-08 15:42:07 -0500 (17 months ago) | Author: bret | Changeset: 1492 Improved error messages in FireWatir when multiple attributes are used (they are now the same as Watir).Fixed multiple attributes for buttons in FireWatir.
1479 annotated / raw | Diffs: previous, other | Lines: 521 ( +0, -264 ) Created: 2008-10-06 17:51:13 -0500 (17 months ago) | Author: bret | Changeset: 1479 Delete duplicated code for FireWatir::ElementCollections
1478 annotated / raw | Diffs: previous, other | Lines: 785 ( +2, -2 ) Created: 2008-10-06 16:38:46 -0500 (17 months ago) | Author: bret | Changeset: 1478 Simplify subclasses of ElementCollections.
1473 annotated / raw | Diffs: previous, other | Lines: 785 ( +0, -117 ) Created: 2008-09-30 16:53:16 -0500 (17 months ago) | Author: bret | Changeset: 1473 Refactored, simplified FireWatir code. In the process, I may have fixed a bug in recently added code affecting nested calls to some new methods (e.g. li).
1444 annotated / raw | Diffs: previous, other | Lines: 902 ( +9, -9 ) Created: 2008-09-23 19:18:39 -0500 (17 months ago) | Author: bret | Changeset: 1444 Enable multiple attribute support in firewatir for additional element types: table, hidden, select_list, link, div, span, p, pre, label.I found this was missing because i have a test for multiple attribute support for link in the watir unit tests. It now passes.
1443 annotated / raw | Diffs: previous, other | Lines: 902 ( +1, -1 ) Created: 2008-09-22 21:28:19 -0500 (17 months ago) | Author: bret | Changeset: 1443 OK, put the firewatir classes back into the firewatir class, where they belong. Got this to work. This change also gets new functionality from Mike & Aidy working.With this change, 10 more watir-core tests pass with firewatir. Bret
1438 annotated / raw | Diffs: previous, other | Lines: 902 ( +3, -2 ) Created: 2008-09-19 19:10:58 -0500 (17 months ago) | Author: bret | Changeset: 1438 Put FireWatir's Container module in the FireWatir module to avoid namespace pollution. I think this was requested by Pistos.
1420 annotated / raw | Diffs: previous, other | Lines: 901 ( +1, -1 ) Created: 2008-09-03 16:21:28 -0500 (18 months ago) | Author: bret | Changeset: 1420 FireWatir now uses Watir Exceptions (now in watir-common) instead of FireWatir Exceptions. This fixes 36 of the 111 watir core tests that failed when run with firewatir.
1419 annotated / raw | Diffs: previous, other | Lines: 901 ( +1, -0 ) Created: 2008-09-03 15:12:45 -0500 (18 months ago) | Author: bret | Changeset: 1419 Enable firewatir tests to run in new structure even when executed using the test runner in eclipse. Simplified some tests.
1401 new/moved annotated / raw | Diffs: previous, other | Lines: 900 ( +900, -0 ) Created: 2008-08-28 18:22:42 -0500 (18 months ago) | Author: bret | Changeset: 1401 Moved from: trunk/firewatir/container.rb 1381 Moving firewatir lib into proper lib directory (need to do the same with watir).
1381 new annotated / raw | Lines: 900 ( +900, -0 ) Created: 2008-07-16 16:24:52 -0500 (20 months ago) | Author: bret | Changeset: 1381 Moved to: trunk/firewatir/lib/container.rb 1401 Importing from https://firewatir.googlecode.com/svn/trunk/FireWatir revision 147.Branch point for: tag:firewatir-1.2.1
latest revision Branch attach1637 annotated / raw | Diffs: previous, other | Lines: 527 ( +1, -1 ) Created: 2008-12-03 11:00:35 -0600 (15 months ago) | Author: bret | Changeset: 1637 use js_eval to simplify code, and other cleanup.
|