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

52 raw

Created: 2006-09-29 17:33:32 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 52

Added remaining IE element wrappers

51 raw

Created: 2006-09-28 18:20:39 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 51

Implemented more node wrappers

50 raw

Created: 2006-09-24 16:45:17 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 50

Implemented more node wrappers

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

48 raw

Created: 2006-09-13 17:48:03 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 48

Added IE wrapper implementations for dir, div, dl and fieldset elements

47 raw

Created: 2006-09-12 16:24:09 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 47

Added IE wrapper implementations for base, basefont, body, br and button elements

46 raw

Created: 2006-09-09 09:27:28 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 46

Simplified the calling of COM methods to make implementing wrappers easier
Implemented IEHTMLAreaElement

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

44 raw

Created: 2006-09-06 02:45:05 -0500 (2 years 4 months ago) | Author: tomdz | Changeset: 44

Finished attribute support
Added IE page loaded listener and wired it to the Java one

43 raw

Created: 2006-09-05 01:55:31 -0500 (2 years 4 months ago) | Author: tomdz | Changeset: 43

Bug fixes
Added support for tags that don't have a corresponding class in MSHTML
Started attributes support

41 raw

Created: 2006-08-17 02:13:19 -0500 (2 years 4 months ago) | Author: tomdz | Changeset: 41

Introduced critical sections to prevent race conditions
Ported first two test cases to the C++ JNI test app for debugging purposes

38 raw

Created: 2006-08-05 20:49:49 -0500 (2 years 5 months ago) | Author: tomdz | Changeset: 38

Introduced an auto ptr class to deal with the COM interfaces
Simplified internal structure of the IE DOM wrapper classes

37 raw

Created: 2006-08-04 02:08:24 -0500 (2 years 5 months ago) | Author: tomdz | Changeset: 37

Added patch that fixes the before page load listener problem
Implemented some methods of the IEHTMLDocument class

35 raw

Created: 2006-08-03 01:44:45 -0500 (2 years 5 months ago) | Author: tomdz | Changeset: 35

Implemented some methods of the IEHTMLDocument class

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

31 raw

Created: 2006-06-05 10:15:56 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 31

Slight change to the browser exception thrown by the IE browser lib
Added proxy accessor methods to the IE impl
Fixed bug in setting the unproxied addresses for IE
Pre-built IE DLL is now in release mode

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

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