| watir:/trunk/firewatir/lib/firewatir/MozillaBaseElement.rb |
Line History |
History |
latest revision Branch trunk1661 deleted | Lines: 0 ( +0, -1882 ) Created: 2008-12-15 14:57:23 -0600 (15 months ago) | Author: jarib | Changeset: 1661 Fix MozillaBaseElement.rb => mozilla_base_element.rb
1660 annotated / raw | Diffs: previous, other | Lines: 1882 ( +339, -333 ) Created: 2008-12-15 14:57:13 -0600 (15 months ago) | Author: jarib | Changeset: 1660 Moved to: trunk/firewatir/lib/firewatir/mozilla_base_element.rb 1661 Add ElementCollections#size as alias of length(). Indentation cleanup in MozillaBaseElement.rbTest pending.
1652 annotated / raw | Diffs: previous, other | Lines: 1876 ( +1, -1 ) Created: 2008-12-05 17:44:47 -0600 (15 months ago) | Author: bret | Changeset: 1652 use window_var consistently
1650 annotated / raw | Diffs: previous, other | Lines: 1876 ( +1, -1 ) Created: 2008-12-05 13:49:53 -0600 (15 months ago) | Author: bret | Changeset: 1650 encapsulate js calls to "window"
1645 annotated / raw | Diffs: previous, other | Lines: 1876 ( +63, -63 ) Created: 2008-12-03 16:48:59 -0600 (15 months ago) | Author: bret | Changeset: 1645 Replace string concatination (+=) with appending (<<) when constructing javascript commands. This is supposed to improve performance, although i observed no measurable improvement, sadly.
1640 annotated / raw | Diffs: previous, other | Lines: 1876 ( +25, -25 ) Created: 2008-12-03 12:40:19 -0600 (15 months ago) | Author: bret | Changeset: 1640 simplify code, by replacing constants with literals.
1617 annotated / raw | Diffs: previous, other | Lines: 1876 ( +1, -0 ) Created: 2008-11-24 14:53:04 -0600 (15 months ago) | Author: bret | Changeset: 1617 ElementCollections (e.g. browser.divs) are not "enumerable" in FireWatir (like Watir).Branch point for: attach
1599 annotated / raw | Diffs: previous, other | Lines: 1875 ( +12, -0 ) Created: 2008-11-06 11:58:05 -0600 (16 months ago) | Author: charley | Changeset: 1599 Adding support for visible? and associated common test. Submitted by Tony forhttp://jira.openqa.org/browse/WTR-262
1591 annotated / raw | Diffs: previous, other | Lines: 1863 ( +1, -1 ) Created: 2008-11-05 16:24:51 -0600 (16 months ago) | Author: bret | Changeset: 1591 Require 'active_support' instead of 'activesupport' so that you don't need to have the newer version installed.
Tags: watir-1.6.2 1587 annotated / raw | Diffs: previous, other | Lines: 1863 ( +2, -2 ) Created: 2008-11-05 14:15:44 -0600 (16 months ago) | Author: bret | Changeset: 1587 Fixes whitespace tests failing on firefox. Finishes #266.
1582 annotated / raw | Diffs: previous, other | Lines: 1863 ( +2, -16 ) Created: 2008-11-04 14:49:25 -0600 (16 months ago) | Author: bret | Changeset: 1582 Fix problem with prior patch: errors when accessing elements by :text and a regular expression. Repair whitespace test.
1581 annotated / raw | Diffs: previous, other | Lines: 1877 ( +4, -3 ) Created: 2008-11-04 13:20:39 -0600 (16 months ago) | Author: bret | Changeset: 1581 Fixes issue where "text" was including extra characters/spaces on Firefox.Fix from Tony for http://jira.openqa.org/browse/WTR-266
1558 new/moved annotated / raw | Diffs: previous, other | Lines: 1876 ( +1876, -0 ) Created: 2008-10-29 14:29:45 -0500 (16 months ago) | Author: bret | Changeset: 1558 Moved from: trunk/firewatir/lib/MozillaBaseElement.rb 1535 Move firewatir libraries into firewatir directory.
Tags: watir-1.6.0 watir-1.6.1 1535 annotated / raw | Diffs: previous, other | Lines: 1876 ( +4, -3 ) Created: 2008-10-23 15:00:12 -0500 (16 months ago) | Author: bret | Changeset: 1535 Moved to: trunk/firewatir/lib/firewatir/MozillaBaseElement.rb 1558 Fix for FireWatir::Element#disabled
1534 annotated / raw | Diffs: previous, other | Lines: 1875 ( +17, -34 ) Created: 2008-10-23 14:27:43 -0500 (16 months ago) | Author: bret | Changeset: 1534 simplify code
1533 annotated / raw | Diffs: previous, other | Lines: 1892 ( +7, -7 ) Created: 2008-10-23 13:23:27 -0500 (16 months ago) | Author: bret | Changeset: 1533 simplify code
1519 annotated / raw | Diffs: previous, other | Lines: 1892 ( +1, -1 ) Created: 2008-10-17 11:21:15 -0500 (17 months ago) | Author: bret | Changeset: 1519 seemed like a good idea.
1517 annotated / raw | Diffs: previous, other | Lines: 1892 ( +29, -35 ) Created: 2008-10-15 18:07:18 -0500 (17 months ago) | Author: bret | Changeset: 1517 Simplify code.
1516 annotated / raw | Diffs: previous, other | Lines: 1898 ( +6, -7 ) Created: 2008-10-15 17:02:45 -0500 (17 months ago) | Author: bret | Changeset: 1516 Simplify code.
1515 annotated / raw | Diffs: previous, other | Lines: 1899 ( +53, -61 ) Created: 2008-10-15 16:25:31 -0500 (17 months ago) | Author: bret | Changeset: 1515 Simplify code.
1514 annotated / raw | Diffs: previous, other | Lines: 1907 ( +1563, -1563 ) Created: 2008-10-15 15:04:13 -0500 (17 months ago) | Author: bret | Changeset: 1514 Reformat.
1492 annotated / raw | Diffs: previous, other | Lines: 1907 ( +2, -1 ) 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.
1489 annotated / raw | Diffs: previous, other | Lines: 1906 ( +1, -0 ) Created: 2008-10-08 13:31:19 -0500 (17 months ago) | Author: bret | Changeset: 1489 Added support for :class_name in firewatir (synonym for :class), so it works like :watir.
1485 annotated / raw | Diffs: previous, other | Lines: 1905 ( +2, -2 ) Created: 2008-10-07 12:47:57 -0500 (17 months ago) | Author: bret | Changeset: 1485 cosmetic
1481 annotated / raw | Diffs: previous, other | Lines: 1905 ( +4, -0 ) Created: 2008-10-06 18:33:31 -0500 (17 months ago) | Author: bret | Changeset: 1481 More refactoring/simplification of FireWatir code.
1480 annotated / raw | Diffs: previous, other | Lines: 1901 ( +6, -0 ) Created: 2008-10-06 18:14:14 -0500 (17 months ago) | Author: bret | Changeset: 1480 More refactoring/simplification of FireWatir code. (It is now more compact that Watir!)
1479 annotated / raw | Diffs: previous, other | Lines: 1895 ( +10, -0 ) 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: 1885 ( +0, -19 ) Created: 2008-10-06 16:38:46 -0500 (17 months ago) | Author: bret | Changeset: 1478 Simplify subclasses of ElementCollections.
1477 annotated / raw | Diffs: previous, other | Lines: 1904 ( +12, -1 ) Created: 2008-10-06 16:07:53 -0500 (17 months ago) | Author: bret | Changeset: 1477 Refactor Buttons class; migrate code to ElementCollections, where it can be reused (stay tuned).Rename cov erage made "tagged-failures" to be "known failures"
1439 annotated / raw | Diffs: previous, other | Lines: 1893 ( +181, -68 ) Created: 2008-09-22 16:43:07 -0500 (17 months ago) | Author: bret | Changeset: 1439 This is Jira 233 contributed by Aidy Lewis and Michael Hwee. This adds multiple attribute support to FireWatir.I have verified that the mozilla_all_tests.rb runs and that therefore this does not introduce regression bugs that this test suite protects us from. I have not verified the new functionality, but will do that soon using Watir's core tests. Note that Michael made a valiant effort, in his original submission, to place all the FireWatir classes in the FireWatir module. Right idea, but i was not able to get the tests to pass and therefore backed this out. Thanks Aidy and Michael.
1438 annotated / raw | Diffs: previous, other | Lines: 1780 ( +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.
1401 new/moved annotated / raw | Diffs: previous, other | Lines: 1780 ( +1780, -0 ) Created: 2008-08-28 18:22:42 -0500 (18 months ago) | Author: bret | Changeset: 1401 Moved from: trunk/firewatir/MozillaBaseElement.rb 1384 Moving firewatir lib into proper lib directory (need to do the same with watir).
1384 annotated / raw | Diffs: previous, other | Lines: 1780 ( +1, -0 ) Created: 2008-07-29 05:10:41 -0500 (19 months ago) | Author: angrez | Changeset: 1384 Moved to: trunk/firewatir/lib/MozillaBaseElement.rb 1401 Added alias exist? for exists? method.Branch point for: tag:firewatir-1.2.1
1383 annotated / raw | Diffs: previous, other | Lines: 1779 ( +4, -0 ) Created: 2008-07-29 05:00:24 -0500 (19 months ago) | Author: angrez | Changeset: 1383 All unittests were not running successfully in Firewatir 1.2.0. Frames tests were not running due to some changes in Firefox3. Changed the code accordingly.
1381 new annotated / raw | Lines: 1775 ( +1775, -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.
|