| floyd:/trunk/dist/floyd-ie.jar |
Line History |
History |
latest revision Branch trunk57 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 implFixed 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 methodAdded 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 implementationContinued 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 classAdded 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 easierImplemented 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 objectImplemented 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 supportAdded 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 fixesAdded 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 conditionsPorted 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 interfacesSimplified 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 problemImplemented 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 supportAdded 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 libAdded 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 APIImplemented 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 browserAdded 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 copyrightEnhanced 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 implementationAdded 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 JRexAdded 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 interfaceAdded implementation for said method to the JRex browser implementation Added tests for said method Added jrex test target to the build script
|