Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 57 4

latest revision Branch trunk

57 annotated / raw | Diffs: previous, other | Lines: 565 ( +3, -18 )

Created: 2006-10-31 01:39:48 -0600 (2 years 2 months ago) | Author: tomdz | Changeset: 57

Implemented click, back, forward, reload methods for the IE browser impl
Fixed bugs in the IE browser impl

56 annotated / raw | Diffs: previous, other | Lines: 580 ( +2, -0 )

Created: 2006-10-01 15:56:56 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 56

Fixed tests as suggested by Sergiy Yepik

53 annotated / raw | Diffs: previous, other | Lines: 578 ( +43, -23 )

Created: 2006-09-30 18:42:21 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 53

Enhanced IE element wrapper implementation
Continued implementation of the IE browser class
Made unit tests more robust

40 annotated / raw | Diffs: previous, other | Lines: 558 ( +19, -19 )

Created: 2006-08-06 22:58:35 -0500 (2 years 5 months ago) | Author: tomdz | Changeset: 40

Changed browser tests to use jetty instead of local files

39 annotated / raw | Diffs: previous, other | Lines: 558 ( +45, -2 )

Created: 2006-08-06 21:40:07 -0500 (2 years 5 months ago) | Author: tomdz | Changeset: 39

Build & test enhancements

24 annotated / raw | Diffs: previous, other | Lines: 515 ( +18, -2 )

Created: 2006-06-02 13:01:32 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 24

added invokeJavascriptFunction for calling javascript functions in a web page
implemented invokeJavascriptFunction in the JRex browser

17 annotated / raw | Diffs: previous, other | Lines: 499 ( +33, -0 )

Created: 2006-05-14 05:32:41 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 17

Added method for evaluating javascript against the current page to the Browser interface
Added implementation for said method to the JRex browser implementation
Added tests for said method
Added jrex test target to the build script

4 new annotated / raw | Lines: 466 ( +466, -0 )

Created: 2006-03-03 13:20:02 -0600 (2 years 10 months ago) | Author: tomdz | Changeset: 4

Initial checkin of Floyd into OpenQA