| watir:/trunk/firewatir/lib/firewatir/htmlelements.rb |
Line History |
History |
latest revision Branch trunk1685 annotated / raw | Diffs: previous, other | Lines: 1968 ( +9, -0 ) Created: 2009-02-07 10:46:25 -0600 (13 months ago) | Author: jarib | Changeset: 1685 Add support for <strong> element.
1681 annotated / raw | Diffs: previous, other | Lines: 1959 ( +13, -0 ) Created: 2009-01-28 09:09:26 -0600 (13 months ago) | Author: angrez | Changeset: 1681 changed code to use document_var, body_var, window_var, browser_var instead of "document", "body", "window", "browser" variables.All these variables are defined in firefox.rb & htmlelements.rb (in frame class)
1662 annotated / raw | Diffs: previous, other | Lines: 1946 ( +22, -12 ) Created: 2008-12-15 14:57:40 -0600 (15 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?
1658 annotated / raw | Diffs: previous, other | Lines: 1936 ( +9, -0 ) Created: 2008-12-15 14:56:44 -0600 (15 months ago) | Author: jarib | Changeset: 1658 Hidden#visible? should always return false
1656 annotated / raw | Diffs: previous, other | Lines: 1927 ( +16, -1 ) Created: 2008-12-14 08:41:26 -0600 (15 months ago) | Author: jarib | Changeset: 1656 Add support for definition lists.
1616 annotated / raw | Diffs: previous, other | Lines: 1912 ( +2, -1 ) Created: 2008-11-19 12:16:43 -0600 (15 months ago) | Author: bret | Changeset: 1616 Add FireFox::SelectList#set as alias for #select (and tests).Fixes http://jira.seleniumhq.org/browse/WTR-271 Branch point for: attach
1591 annotated / raw | Diffs: previous, other | Lines: 1911 ( +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 1558 new/moved annotated / raw | Diffs: previous, other | Lines: 1911 ( +1911, -0 ) Created: 2008-10-29 14:29:45 -0500 (16 months ago) | Author: bret | Changeset: 1558 Moved from: trunk/firewatir/lib/htmlelements.rb 1528 Move firewatir libraries into firewatir directory.
Tags: watir-1.6.0 watir-1.6.1 1528 annotated / raw | Diffs: previous, other | Lines: 1911 ( +1, -1 ) Created: 2008-10-22 15:54:03 -0500 (16 months ago) | Author: bret | Changeset: 1528 Moved to: trunk/firewatir/lib/firewatir/htmlelements.rb 1558 use "maxlength" instead of "maxLength"
1527 annotated / raw | Diffs: previous, other | Lines: 1911 ( +1, -1 ) Created: 2008-10-22 14:16:40 -0500 (16 months ago) | Author: charley | Changeset: 1527 rubyizing the length
1526 annotated / raw | Diffs: previous, other | Lines: 1911 ( +2, -2 ) Created: 2008-10-22 14:00:10 -0500 (16 months ago) | Author: charley | Changeset: 1526 Length off by 1.
1525 annotated / raw | Diffs: previous, other | Lines: 1911 ( +5, -6 ) Created: 2008-10-22 13:51:13 -0500 (16 months ago) | Author: bret | Changeset: 1525 FireWatir::TextField#set now uses fixed maxlength method.
1524 annotated / raw | Diffs: previous, other | Lines: 1912 ( +4, -1 ) Created: 2008-10-22 13:39:47 -0500 (16 months ago) | Author: bret | Changeset: 1524 Fix for FireWatir::TextFields#maxlength, which now returns an integer instead of a string.
1501 annotated / raw | Diffs: previous, other | Lines: 1909 ( +8, -4 ) Created: 2008-10-10 16:48:00 -0500 (17 months ago) | Author: bret | Changeset: 1501 Fixed two errors that were causing Watir Radio unit tests to fail with firewatir.1. Added Radio#checked? and Checkbox#checked methods. 2. Radio button is now clicked even if it already is set (this is important if there is javascript on the button).
1484 annotated / raw | Diffs: previous, other | Lines: 1905 ( +0, -1 ) Created: 2008-10-06 20:56:28 -0500 (17 months ago) | Author: bret | Changeset: 1484 tag failed checkbox tests
1483 annotated / raw | Diffs: previous, other | Lines: 1906 ( +4, -1 ) Created: 2008-10-06 20:12:39 -0500 (17 months ago) | Author: bret | Changeset: 1483 Restore Firefox#checkboxes method, inadvertantly removed hours ago.
1482 annotated / raw | Diffs: previous, other | Lines: 1903 ( +13, -23 ) Created: 2008-10-06 19:56:29 -0500 (17 months ago) | Author: bret | Changeset: 1482 Add methods Firefox#lis and Firefox#uls (as per Watir).
1481 annotated / raw | Diffs: previous, other | Lines: 1913 ( +2, -184 ) 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: 2095 ( +4, -36 ) 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: 2127 ( +0, -12 ) 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: 2139 ( +85, -255 ) 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: 2309 ( +5, -14 ) 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"
1476 annotated / raw | Diffs: previous, other | Lines: 2318 ( +1341, -1393 ) Created: 2008-10-06 15:38:18 -0500 (17 months ago) | Author: bret | Changeset: 1476 Reformat.
1473 annotated / raw | Diffs: previous, other | Lines: 2370 ( +9, -51 ) 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).
1443 annotated / raw | Diffs: previous, other | Lines: 2412 ( +3, -0 ) 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
1439 annotated / raw | Diffs: previous, other | Lines: 2409 ( +132, -0 ) 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.
1436 annotated / raw | Diffs: previous, other | Lines: 2277 ( +0, -4 ) Created: 2008-09-19 18:46:09 -0500 (17 months ago) | Author: bret | Changeset: 1436 Removed dead code.
1401 new/moved annotated / raw | Diffs: previous, other | Lines: 2281 ( +2281, -0 ) Created: 2008-08-28 18:22:42 -0500 (18 months ago) | Author: bret | Changeset: 1401 Moved from: trunk/firewatir/htmlelements.rb 1381 Moving firewatir lib into proper lib directory (need to do the same with watir).
1381 new annotated / raw | Lines: 2281 ( +2281, -0 ) Created: 2008-07-16 16:24:52 -0500 (20 months ago) | Author: bret | Changeset: 1381 Moved to: trunk/firewatir/lib/htmlelements.rb 1401 Importing from https://firewatir.googlecode.com/svn/trunk/FireWatir revision 147.Branch point for: tag:firewatir-1.2.1
|