| watir:/trunk/watir/lib/watir/image.rb |
Line History |
History |
latest revision Branch trunk1662 annotated / raw | Diffs: previous, other | Lines: 131 ( +3, -3 ) 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?
1408 new/moved annotated / raw | Diffs: previous, other | Lines: 131 ( +131, -0 ) Created: 2008-08-28 21:28:09 -0500 (18 months ago) | Author: bret | Changeset: 1408 Moved from: trunk/watir/watir/image.rb 1286 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 1286 new annotated / raw | Lines: 131 ( +131, -0 ) Created: 2007-10-19 17:26:40 -0500 (2 years 4 months ago) | Author: bret | Changeset: 1286 Moved to: trunk/watir/lib/watir/image.rb 1408 More breaking out code from the big-ass watir.rb file. -- final step!Branch point for: tag:watir-1.5.3 tag:watir-1.5.5 tag:watir-1.5.6 Tags: watir-1.5.4 |