| watir:/trunk/ |
hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
1685
by jarib on
07 February 2009, 10:46:25 -0600
(4 months 24 days ago)
Add support for <strong> element.
./commonwatir/unittests/html/phrase_elements.html
1685
./commonwatir/unittests/strong_test.rb
1685
./firewatir/lib/firewatir/htmlelements.rb
1685
./watir/lib/watir/collections.rb
1685
./watir/lib/watir/container.rb
1685
1684
by jarib on
07 February 2009, 06:07:12 -0600
(4 months 24 days ago)
Add support for using a Regexp as the third argument (value) when locating checkboxes/radio buttons.
./firewatir/lib/firewatir/container.rb
1684
./firewatir/lib/firewatir/mozilla_base_element.rb
1684
./firewatir/unittests/checkbox_test.rb
1684
./watir/lib/watir/locator.rb
1684
1683
by bret on
05 February 2009, 19:01:14 -0600
(4 months 26 days ago)
fixing rakefile so that we can build rdoc.
./watir/rakefile.rb
1683
1682
by charley on
01 February 2009, 14:30:54 -0600
(4 months 30 days ago)
Adding Derek Berner's patch for winclicker fix. http://jira.openqa.org/browse/WTR-279
and basic reformatting.
./watir/lib/watir/winClicker.rb
1682
1681
by angrez on
28 January 2009, 09:09:26 -0600
(5 months 3 days ago)
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 fr…
./firewatir/lib/firewatir/firefox.rb
1681
./firewatir/lib/firewatir/htmlelements.rb
1681
./firewatir/lib/firewatir/mozilla_base_element.rb
1681
1680
by Jim Matthews on
27 January 2009, 16:27:00 -0600
(5 months 4 days ago)
Whitespace commit to test automatic triggering of firewatir tests with ci_reporter changes.
./Rakefile
1680
1679
by Jim Matthews on
27 January 2009, 15:39:26 -0600
(5 months 4 days ago)
Get ci_reporter working for firewatir tests.
./Rakefile
1679
1678
by Jim Matthews on
27 January 2009, 13:58:19 -0600
(5 months 4 days ago)
Whitespace commit to test automatic triggering of firewatir tests.
./Rakefile
1678
1677
by Jim Matthews on
27 January 2009, 13:31:01 -0600
(5 months 4 days ago)
Set up CruiseControl so that Firefox tests are run after as successful Watir build.
./Rakefile
1677
1676
by angrez on
27 January 2009, 04:11:02 -0600
(5 months 4 days ago)
changed code to replace every quote (") in xpath query with (\") so that it doesn't give error while executing the xpath query
./firewatir/lib/firewatir/mozilla_base_element.rb
1676
1675
by Jim Matthews on
25 January 2009, 22:41:25 -0600
(5 months 6 days ago)
Copy the transform-results.xls file to the results directory. Otherwise, it seems that it cannot find the XLS file if you try to examine the results from another system.
./Rakefile
1675
1674
by Jim Matthews on
25 January 2009, 22:13:42 -0600
(5 months 6 days ago)
Update the rakefile to insert the XLS reference in each of the CI Reporter output XML files.
./Rakefile
1674
1673
by Jim Matthews on
25 January 2009, 21:30:44 -0600
(5 months 6 days ago)
Trying to figure out why the build is not working.
./Rakefile
1673
1672
by Jim Matthews on
25 January 2009, 21:16:11 -0600
(5 months 6 days ago)
Update the rakefile to insert the XLS reference in each of the CI Reporter output XML files.
./Rakefile
1672
1671
by Jim Matthews on
25 January 2009, 20:45:02 -0600
(5 months 6 days ago)
Update the rakefile to insert the XLS reference in each of the CI Reporter output XML files.
./Rakefile
1671
1670
by Jim Matthews on
25 January 2009, 20:34:07 -0600
(5 months 6 days ago)
Adding the xls file to improve the CI reporting.
./transform-results.xsl
1670
1669
by charley on
24 January 2009, 13:39:49 -0600
(5 months 7 days ago)
Added Chrome on Windows and Flash testing on Firefox to Watir's family of libraries.
./doc/src/index.page
1669
1668
by charley on
24 January 2009, 13:34:07 -0600
(5 months 7 days ago)
Adding additional projects - ChromeWatir and Flash testing.
./doc/src/platforms.page
1668
1667
by charley on
24 January 2009, 13:01:39 -0600
(5 months 7 days ago)
Added Alister Scott - wiki master - as a contributor.
./doc/src/community.page
1667
1666
by angrez on
20 January 2009, 23:30:59 -0600
(5 months 11 days ago)
changed code to add event handler which resets the context of document when page gets loaded automatically
1665
by bret on
15 January 2009, 13:31:04 -0600
(5 months 16 days ago)
fix for move_ci_reports rake task.
./Rakefile
1665
1664
by Jim Matthews on
15 January 2009, 12:43:23 -0600
(5 months 16 days ago)
Set up Cruise Control to include ci Reporter files.
./Rakefile
1664
1663
by bret on
17 December 2008, 23:55:39 -0600
(6 months ago)
add whitespace to help lastobelius test git-svn rebase
./Rakefile
1663
1662
by jarib on
15 December 2008, 14:57:40 -0600
(6 months ago)
Some camelCase => snake_case renames (with aliasing).
Image#fileCreatedDate => file_created_date Image#fileSize => file_size Image#hasLoaded? => loaded? SelectList#getAl…
./firewatir/lib/firewatir/htmlelements.rb
1662
./firewatir/lib/firewatir/mozilla_base_element.rb
1662
./watir/lib/watir/camel_case.rb
1662
./watir/lib/watir/container.rb
1662
./watir/lib/watir/image.rb
1662
1661
by jarib on
15 December 2008, 14:57:23 -0600
(6 months ago)
Fix MozillaBaseElement.rb => mozilla_base_element.rb
./firewatir/lib/firewatir.rb
1661
./firewatir/lib/firewatir/MozillaBaseElement.rb
1661
./firewatir/lib/firewatir/mozilla_base_element.rb
1661
1660
by jarib on
15 December 2008, 14:57:13 -0600
(6 months ago)
Add ElementCollections#size as alias of length(). Indentation cleanup in MozillaBaseElement.rb
Test pending.
./firewatir/lib/firewatir/MozillaBaseElement.rb
1660
1659
by jarib on
15 December 2008, 14:56:58 -0600
(6 months ago)
Add execute_script() - needs test(s)
./firewatir/lib/firewatir/firefox.rb
1659
./watir/lib/watir/ie-class.rb
1659
1658
by jarib on
15 December 2008, 14:56:44 -0600
(6 months ago)
Hidden#visible? should always return false
./commonwatir/unittests/html/visibility.html
1658
./commonwatir/unittests/visibility_test.rb
1658
./firewatir/lib/firewatir/htmlelements.rb
1658
1657
by jarib on
15 December 2008, 14:56:27 -0600
(6 months ago)
Add top-level rake task for testing all browsers.
* `rake test` will run both test_ie and test_ff
./Rakefile
1657
1656
by jarib on
14 December 2008, 08:41:26 -0600
(6 months ago)
Add support for definition lists.
./commonwatir/unittests/dd_test.rb
1656
./commonwatir/unittests/dl_test.rb
1656
./commonwatir/unittests/dt_test.rb
1656
./commonwatir/unittests/html/definition_lists.html
1656
./firewatir/lib/firewatir/container.rb
1656
|