Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 1661 1570 1381 attach 1621

latest revision Branch trunk

1661 annotated / raw | Diffs: previous, other | Lines: 50 ( +1, -1 )

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

Fix MozillaBaseElement.rb => mozilla_base_element.rb

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

Created: 2008-10-30 15:04:24 -0500 (16 months ago) | Author: bret | Changeset: 1570

Remove dead code (IE.quit).
Update FireWatir::Firefox::VERSION to match the gem version. It was set as 1.1.1 in 1.2.1.

Branch point for: attach

Tags: watir-1.6.1 watir-1.6.2

1567 annotated / raw | Diffs: previous, other | Lines: 49 ( +1, -1 )

Created: 2008-10-29 17:10:00 -0500 (16 months ago) | Author: bret | Changeset: 1567

Fix build-script error.

Tags: watir-1.6.0

1565 annotated / raw | Diffs: previous, other | Lines: 49 ( +1, -1 )

Created: 2008-10-29 16:20:05 -0500 (16 months ago) | Author: bret | Changeset: 1565

Renaming libraries
 require 'watir' -> require 'watir/ie'
 require 'watir/browser' -> require 'watir'
 
(but because the new 'watir' library autoloads 'watir/ie' this should have no impact on users.)

1560 annotated / raw | Diffs: previous, other | Lines: 49 ( +5, -87 )

Created: 2008-10-29 14:48:06 -0500 (16 months ago) | Author: bret | Changeset: 1560

update comments, require statements.

1558 annotated / raw | Diffs: previous, other | Lines: 131 ( +6, -1054 )

Created: 2008-10-29 14:29:45 -0500 (16 months ago) | Author: bret | Changeset: 1558

Move firewatir libraries into firewatir directory.

1555 annotated / raw | Diffs: previous, other | Lines: 1179 ( +924, -924 )

Created: 2008-10-28 17:48:20 -0500 (16 months ago) | Author: bret | Changeset: 1555

Copied to: trunk/firewatir/lib/firewatir/firefox.rb 1558

reformat

1551 annotated / raw | Diffs: previous, other | Lines: 1179 ( +1, -1 )

Created: 2008-10-28 13:43:31 -0500 (16 months ago) | Author: bret | Changeset: 1551

Fix some warnings.

1550 annotated / raw | Diffs: previous, other | Lines: 1179 ( +1, -1 )

Created: 2008-10-28 13:37:12 -0500 (16 months ago) | Author: bret | Changeset: 1550

Softcoded support for browser implementations in Browser, so that additional browsers can be supported on the fly.

1549 annotated / raw | Diffs: previous, other | Lines: 1179 ( +1, -1 )

Created: 2008-10-28 12:21:45 -0500 (16 months ago) | Author: bret | Changeset: 1549

Browser class now knows which implementations support which browsers.

1545 annotated / raw | Diffs: previous, other | Lines: 1179 ( +3, -0 )

Created: 2008-10-27 17:21:55 -0500 (16 months ago) | Author: bret | Changeset: 1545

Refactor options-setting code.

1540 annotated / raw | Diffs: previous, other | Lines: 1176 ( +28, -27 )

Created: 2008-10-24 14:01:35 -0500 (16 months ago) | Author: charley | Changeset: 1540

Format and code clean up, adding support for new browser on Mac OSX.

1503 annotated / raw | Diffs: previous, other | Lines: 1175 ( +4, -3 )

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

Use === for class comparisons.

1443 annotated / raw | Diffs: previous, other | Lines: 1174 ( +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: 1174 ( +3, -3 )

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.

1437 annotated / raw | Diffs: previous, other | Lines: 1174 ( +4, -18 )

Created: 2008-09-19 18:53:59 -0500 (17 months ago) | Author: bret | Changeset: 1437

Update copyright notice. Remove duplicate code.

1420 annotated / raw | Diffs: previous, other | Lines: 1188 ( +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.

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

Created: 2008-08-28 18:22:42 -0500 (18 months ago) | Author: bret | Changeset: 1401

Moved from: trunk/firewatir/firewatir.rb 1396

Moving firewatir lib into proper lib directory (need to do the same with watir).

1396 annotated / raw | Diffs: previous, other | Lines: 1188 ( +1, -8 )

Created: 2008-08-28 10:04:23 -0500 (18 months ago) | Author: aidy_lewis | Changeset: 1396

Moved to: trunk/firewatir/lib/firewatir.rb 1401

deleted the obtrusive 'puts' in the initialize method

1381 new annotated / raw | Lines: 1195 ( +1195, -0 )

Created: 2008-07-16 16:24:52 -0500 (20 months ago) | Author: bret | Changeset: 1381

Importing from https://firewatir.googlecode.com/svn/trunk/FireWatir revision 147.

Branch point for: tag:firewatir-1.2.1

latest revision Branch attach

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

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

Branch for work on making attach compatible.