Quick Search:
Binary File (no diffs)

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 57 14

latest revision Branch trunk

57 raw

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

54 raw

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

Initial implementation of the IE click method
Added mapping for C++ browser exceptions

53 raw

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

49 raw

Created: 2006-09-16 18:01:50 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 49

Moved some browser-independent Java methods into the common browser base class
Added wrapper implementations for IHTMLFontElement and IHTMLFormElement

45 raw

Created: 2006-09-06 22:48:48 -0500 (2 years 4 months ago) | Author: tomdz | Changeset: 45

Changed Java IEBrowser class to use the listeners instead of polling the browser object
Implemented HTMLAnchorElement wrapper class and binding

34 raw

Created: 2006-06-13 18:22:31 -0500 (2 years 6 months ago) | Author: tomdz | Changeset: 34

Switched to Visual Studio 2005 Express Edition for building the IE support
Added runtime library installer
Added log4cxx release DLL

30 raw

Created: 2006-06-04 19:25:15 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 30

Added proxy configuration implementation for the IE browser

27 raw

Created: 2006-06-04 15:35:17 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 27

Added proxy support API
Implemented proxy support for the JRex browser

25 raw

Created: 2006-06-04 02:24:57 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 25

Implemented invokeJavascriptFunction for the IE browser
Added downcast typemap to the mapping of NodeList#itemInternal so that now the corect Java wrapper objects are returned

24 raw

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

23 raw

Created: 2006-06-01 08:57:20 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 23

Added W3C DOM level 2 HTML interface jar together with copyright
Enhanced SWIG mapping so that Java-wrapper classes that implement the HTML DOM on top of them, are no longer necessary

22 raw

Created: 2006-05-30 17:54:00 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 22

Continued IE DOM wrapper implementation
Added log4cxx usage

21 raw

Created: 2006-05-29 17:49:36 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 21

Started IE DOM wrapper implementation

19 raw

Created: 2006-05-14 15:56:38 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 19

Added an event that is fired right before a page was loaded

18 raw

Created: 2006-05-14 12:28:29 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 18

Enhanced Javascript execution support for JRex
Added PageLoaded event

17 raw

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

14 new raw

Created: 2006-04-02 10:10:28 -0500 (2 years 9 months ago) | Author: tomdz | Changeset: 14

Split source into core and browser/server specific source files