| watir:/trunk/watir/lib/watir/winClicker.rb |
Line History |
History |
latest revision Branch trunk1682 annotated / raw | Diffs: previous, other | Lines: 496 ( +377, -360 ) Created: 2009-02-01 14:30:54 -0600 (13 months ago) | Author: charley | Changeset: 1682 Adding Derek Berner's patch for winclicker fix. http://jira.openqa.org/browse/WTR-279and basic reformatting.
1408 new/moved annotated / raw | Diffs: previous, other | Lines: 479 ( +479, -0 ) Created: 2008-08-28 21:28:09 -0500 (18 months ago) | Author: bret | Changeset: 1408 Moved from: trunk/watir/watir/winClicker.rb 1165 Moving the watir library files to their new home. And updating the build scripts to find them there.Branch point for: attach Tags: watir-1.6.0 watir-1.6.1 watir-1.6.2 1165 annotated / raw | Diffs: previous, other | Lines: 479 ( +6, -4 ) Created: 2007-03-28 11:57:43 -0500 (2 years 11 months ago) | Author: charley | Changeset: 1165 Moved to: trunk/watir/lib/watir/winClicker.rb 1408 Copied to: branches/watir-1.5/watir/winClicker.rb 1233 Fixing for path to winclicker with spaces in the directory names, as partially suggested by Radu's patch for jira ticket: http://jira.openqa.org/browse/WTR-30Branch point for: tag:watir-1.5.3 tag:watir-1.5.5 tag:watir-1.5.6 Tags: watir-1.5.4 1156 annotated / raw | Diffs: previous, other | Lines: 477 ( +3, -3 ) Created: 2007-02-09 12:22:40 -0600 (3 years 1 month ago) | Author: charley | Changeset: 1156 Changing title in winclicker to look for Internet Explorer to fix possible conflicts with IE7.
1146 annotated / raw | Diffs: previous, other | Lines: 477 ( +2, -2 ) Created: 2007-01-18 18:04:04 -0600 (3 years 1 month ago) | Author: charley | Changeset: 1146 Fix for jira ticket: http://jira.openqa.org/browse/WTR-124" c:/dev/openqa/watir/watir/watir/winClicker.rb
1144 annotated / raw | Diffs: previous, other | Lines: 477 ( +0, -4 ) Created: 2007-01-16 03:02:35 -0600 (3 years 2 months ago) | Author: angrez | Changeset: 1144 Removed the comments from the code. As log comments itself are enough to describe the changes. For changes see log comments for version 1143
1143 annotated / raw | Diffs: previous, other | Lines: 481 ( +7, -3 ) Created: 2007-01-12 04:03:25 -0600 (3 years 2 months ago) | Author: angrez | Changeset: 1143 Added code for using Ruby Interpreter to execute the files for clicking the Java Script dialog and entering file name in File Field element.
1123 annotated / raw | Diffs: previous, other | Lines: 477 ( +29, -16 ) Created: 2006-10-30 10:13:57 -0600 (3 years 4 months ago) | Author: charley | Changeset: 1123 Added ruby style aliases for camel cased methods, removed returns from enum procs for both getWindowHandle and getChildHandle which should fix too many callbacks error from DL.
1088 annotated / raw | Diffs: previous, other | Lines: 464 ( +334, -385 ) Created: 2006-09-13 13:10:10 -0500 (3 years 6 months ago) | Author: charley | Changeset: 1088 Cleaning up WinClicker, added some comments and consistent indentation. Added set_text as a private method, returning nil from getTextValueForFileNameField.
1072 annotated / raw | Diffs: previous, other | Lines: 515 ( +1, -1 ) Created: 2006-08-01 17:04:56 -0500 (3 years 7 months ago) | Author: inetdavid | Changeset: 1072 Changed return code in getWindowHandle in winClicker.rb from nil to -1 to match what callersare expecting for a return code.
1070 annotated / raw | Diffs: previous, other | Lines: 515 ( +46, -36 ) Created: 2006-07-31 18:04:37 -0500 (3 years 7 months ago) | Author: inetdavid | Changeset: 1070 Fixed two problems in winClicker.rb where DL.callbacks weren't being properly removed afteruse. DL.remove_callback is now called after the callback is no longer needed, and the callbacks have been modified so that they no longer do a direct return, bypassing the proper conclusion of the Windows call.
960 annotated / raw | Diffs: previous, other | Lines: 505 ( +2, -2 ) Created: 2006-04-19 20:46:00 -0500 (3 years 10 months ago) | Author: bret | Changeset: 960 Copied to: branches/modal_dialog/trunk/watir/watir/winClicker.rb 985 removed extraneous final "()" (consistency)Branch point for: davids_click_no_wait modal_dialog tag:watir-1.5.1.1054
896 annotated / raw | Diffs: previous, other | Lines: 505 ( +1, -1 ) Created: 2005-12-08 23:38:20 -0600 (4 years 3 months ago) | Author: bret | Changeset: 896 Fix bug reported by Michael Bolton
872 annotated / raw | Diffs: previous, other | Lines: 505 ( +5, -5 ) Created: 2005-11-12 16:41:13 -0600 (4 years 4 months ago) | Author: bret | Changeset: 872 Whitespace changes to correct warnings
396 annotated / raw | Diffs: previous, other | Lines: 505 ( +23, -34 ) Created: 2005-02-01 00:51:54 -0600 (5 years 1 month ago) | Author: jmccarthy | Changeset: 396 Added FileField object. Added setFileDialog, external process which calls back into winClicker, passing the full path of the file to be uploaded. Rudimentary unit test.Branch point for: watir1_4truly watir2_0 Tags: v1_1 v1_2 v1_3 v1_31 Root_watir2_0 before_backing_out_default_attribute_code v1_4 v1_4_1 251 new annotated / raw | Lines: 516 ( +516, -0 ) Created: 2005-01-03 23:27:36 -0600 (5 years 2 months ago) | Author: bret | Changeset: 251 Recent changes broke the unit tests -- they would only test the watir.rb that was installed.If none were installed they would fail. In the process regularized all requires. Also, now you require 'watir' instead of 'watir/watir' - Added other contributors to readme.txt - Changed popups_test to use rubyw instead of ruby - NOTE: all_tests.rb would hang when it included popups_test in the suite -- so i excluded it
Tags: v1_0_0 v1_0_1 v1_0_2 v1_0_3 v1_0_4 latest revision Branch attachlatest revision Branch davids_click_no_waitlatest revision Branch modal_dialog1071 annotated / raw | Diffs: previous, other | Lines: 515 ( +1, -1 ) Created: 2006-08-01 17:03:10 -0500 (3 years 7 months ago) | Author: inetdavid | Changeset: 1071 Fixed small bug in return code from getWindowHandle in winClicker.rb which caused some winClickertests to fail.
1069 annotated / raw | Diffs: previous, other | Lines: 515 ( +4, -0 ) Created: 2006-07-31 17:50:59 -0500 (3 years 7 months ago) | Author: inetdavid | Changeset: 1069 By reading the DL C source code I found that DL is keeping it's own callback list and thatyou must explicitly remove the callback from the list when you are finished using it. I've added calls to DL.remove_callback() in every WinClicker function that called DL.callback and ensured that the bad "returns" in the callbacks were fixed so that the window enumeration functions now complete and DL.remove_callback is called.
1068 annotated / raw | Diffs: previous, other | Lines: 511 ( +13, -7 ) Created: 2006-07-31 14:22:18 -0500 (3 years 7 months ago) | Author: inetdavid | Changeset: 1068 Changed exceptions raised by modal_dialog to more specific Watir exception.Fixed places in WinClicker.rb where returns weren't properly terminating a enum_windows callback, causing "DL::DLError: too many callbacks" errors.
1064 annotated / raw | Diffs: previous, other | Lines: 505 ( +29, -29 ) Created: 2006-07-26 16:20:29 -0500 (3 years 7 months ago) | Author: inetdavid | Changeset: 1064 commented out extra diagnostic puts in winClickerChanged exception type for modal_dialog attachment to NoMatchingWindowFoundException
latest revision Branch watir1_4truly |