Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 57 8

latest revision Branch trunk

57 annotated / raw | Diffs: previous, other | Lines: 503 ( +4, -0 )

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 annotated / raw | Diffs: previous, other | Lines: 499 ( +56, -6 )

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

44 annotated / raw | Diffs: previous, other | Lines: 449 ( +33, -5 )

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 annotated / raw | Diffs: previous, other | Lines: 421 ( +61, -11 )

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

35 annotated / raw | Diffs: previous, other | Lines: 371 ( +1, -23 )

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 annotated / raw | Diffs: previous, other | Lines: 393 ( +14, -3 )

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 annotated / raw | Diffs: previous, other | Lines: 382 ( +9, -8 )

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 annotated / raw | Diffs: previous, other | Lines: 381 ( +13, -0 )

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

25 annotated / raw | Diffs: previous, other | Lines: 368 ( +287, -1 )

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

22 annotated / raw | Diffs: previous, other | Lines: 82 ( +1, -30 )

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 annotated / raw | Diffs: previous, other | Lines: 111 ( +24, -2 )

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

Started IE DOM wrapper implementation

10 annotated / raw | Diffs: previous, other | Lines: 89 ( +13, -5 )

Created: 2006-03-19 18:09:53 -0600 (2 years 9 months ago) | Author: tomdz | Changeset: 10

Started work on the DOM

8 new annotated / raw | Lines: 81 ( +81, -0 )

Created: 2006-03-19 16:29:14 -0600 (2 years 9 months ago) | Author: tomdz | Changeset: 8

First version of the Internet Explorer support