| floyd:/ |
hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
63
by plightbo on
01 February 2008, 20:46:10 -0600
(9 months ago)
moved up one level
trunk/website/images
63
trunk/website/meta.xml
63
trunk/website/HowToUnitTestTheUserInterfaceOfWebApplications_slides.pdf
63
trunk/website/index.html
63
trunk/website/images/eclipse_run_conf1.jpg
63
62
by plightbo on
21 January 2008, 14:09:35 -0600
(10 months ago)
news
website/src/main/webapp/news.jsp
62
61
by plightbo on
21 January 2008, 12:14:18 -0600
(10 months ago)
typo
website/src/main/webapp/decorators/main.jsp
61
60
by plightbo on
21 January 2008, 11:22:26 -0600
(10 months ago)
site that works on a sub-domain
website/HowToUnitTestTheUserInterfaceOfWebApplications.pdf
60
website/HowToUnitTestTheUserInterfaceOfWebApplications_slides.pdf
60
website/basic.html
60
website/images/login2.jpg
60
website/images/eclipse_run_conf1.jpg
60
59
by plightbo on
21 January 2008, 11:17:07 -0600
(10 months ago)
no comment
website/src
59
website/src/main
59
website/src/main/java
59
website/src/main/resources
59
website/src/main/webapp
59
58
by plightbo on
21 January 2008, 11:16:22 -0600
(10 months ago)
prep for sub-domain-based website
website/HowToUnitTestTheUserInterfaceOfWebApplications.pdf
58
website/HowToUnitTestTheUserInterfaceOfWebApplications_slides.pdf
58
website/basic.html
58
website/images
58
57
by tomdz on
31 October 2006, 01:39:48 -0600
(2 years ago)
Implemented click, back, forward, reload methods for the IE browser impl
Fixed bugs in the IE browser impl
trunk/lib/ie/IEBrowserLib.dll
57
56
by tomdz on
01 October 2006, 15:56:56 -0500
(2 years 1 month ago)
Fixed tests as suggested by Sergiy Yepik
55
by tomdz on
01 October 2006, 15:52:54 -0500
(2 years 1 month ago)
Checking in release versions of the DLLs
trunk/lib/ie/IEBrowserLib.dll
55
trunk/lib/ie/log4cxx.dll.intermediate.manifest
55
54
by tomdz on
01 October 2006, 15:34:59 -0500
(2 years 1 month ago)
Initial implementation of the IE click method
Added mapping for C++ browser exceptions
trunk/lib/ie/IEBrowserLib.dll
54
trunk/src/cpp/ie/IEBrowser.i
54
53
by tomdz on
30 September 2006, 18:42:21 -0500
(2 years 1 month ago)
Enhanced IE element wrapper implementation
Continued implementation of the IE browser class Made unit tests more robust
trunk/lib/ie/IEBrowserLib.dll
53
trunk/src/cpp/ie/DOM.i
53
52
by tomdz on
29 September 2006, 17:33:32 -0500
(2 years 1 month ago)
Added remaining IE element wrappers
trunk/lib/ie/IEBrowserLib.dll
52
trunk/src/cpp/ie/DOM.i
52
trunk/src/cpp/ie/IEBrowserCppTest.vcproj
52
trunk/src/cpp/ie/IEBrowserVS2005X.vcproj
52
51
by tomdz on
28 September 2006, 18:20:39 -0500
(2 years 1 month ago)
Implemented more node wrappers
trunk/lib/ie/IEBrowserLib.dll
51
trunk/src/cpp/ie/DOM.i
51
trunk/src/cpp/ie/IEBrowserWrapper.cpp
51
trunk/src/cpp/ie/dom/IEHTMLTableCaptionElement.cpp
51
50
by tomdz on
24 September 2006, 16:45:17 -0500
(2 years 1 month ago)
Implemented more node wrappers
trunk/lib/ie/IEBrowserLib.dll
50
trunk/src/cpp/ie/DOM.i
50
trunk/src/cpp/ie/IEBrowserCppTest.vcproj
50
trunk/src/cpp/ie/IEBrowserVS2005X.vcproj
50
49
by tomdz on
16 September 2006, 18:01:50 -0500
(2 years 2 months ago)
Moved some browser-independent Java methods into the common browser base class
Added wrapper implementations for IHTMLFontElement and IHTMLFormElement
trunk/lib/ie/IEBrowserLib.dll
49
48
by tomdz on
13 September 2006, 17:48:03 -0500
(2 years 2 months ago)
Added IE wrapper implementations for dir, div, dl and fieldset elements
trunk/lib/ie/IEBrowserLib.dll
48
trunk/src/cpp/ie/DOM.i
48
trunk/src/cpp/ie/IEBrowserVS2005X.vcproj
48
trunk/src/cpp/ie/IEBrowserWrapper.cpp
48
47
by tomdz on
12 September 2006, 16:24:09 -0500
(2 years 2 months ago)
Added IE wrapper implementations for base, basefont, body, br and button elements
trunk/lib/ie/IEBrowserLib.dll
47
trunk/src/cpp/ie/COMUtils.h
47
trunk/src/cpp/ie/DOM.i
47
trunk/src/cpp/ie/IEBrowserWrapper.cpp
47
46
by tomdz on
09 September 2006, 09:27:28 -0500
(2 years 2 months ago)
Simplified the calling of COM methods to make implementing wrappers easier
Implemented IEHTMLAreaElement
trunk/lib/ie/IEBrowserLib.dll
46
trunk/src/cpp/ie/COMUtils.h
46
trunk/src/cpp/ie/DOM.i
46
trunk/src/cpp/ie/IEBrowserCppTest.cpp
46
45
by tomdz on
06 September 2006, 22:48:48 -0500
(2 years 2 months ago)
Changed Java IEBrowser class to use the listeners instead of polling the browser object
Implemented HTMLAnchorElement wrapper class and binding
trunk/src/cpp/ie/COMUtils.h
45
trunk/src/cpp/ie/DOM.i
45
44
by tomdz on
06 September 2006, 02:45:05 -0500
(2 years 2 months ago)
Finished attribute support
Added IE page loaded listener and wired it to the Java one
trunk/lib/ie/IEBrowserLib.dll
44
trunk/src/cpp/ie/DOM.i
44
trunk/src/cpp/ie/IEBrowser.i
44
trunk/src/cpp/ie/IEBrowserCppTest.cpp
44
43
by tomdz on
05 September 2006, 01:55:31 -0500
(2 years 2 months ago)
Bug fixes
Added support for tags that don't have a corresponding class in MSHTML Started attributes support
trunk/lib/ie/IEBrowserLib.dll
43
trunk/src/cpp/ie/COMUtils.h
43
trunk/src/cpp/ie/DOM.i
43
trunk/src/cpp/ie/IEBrowser.i
43
42
by tomdz on
31 August 2006, 02:34:18 -0500
(2 years 2 months ago)
Bug fixes
Added new C++ test program
trunk/src/cpp/ie/COMUtils.h
42
trunk/src/cpp/ie/IEBrowserCppTest.cpp
42
trunk/src/cpp/ie/IEBrowserCppTest.vcproj
42
trunk/src/cpp/ie/IEBrowserJavaTest.cpp
42
trunk/src/cpp/ie/IEBrowserObject.cpp
42
41
by tomdz on
17 August 2006, 02:13:19 -0500
(2 years 3 months ago)
Introduced critical sections to prevent race conditions
Ported first two test cases to the C++ JNI test app for debugging purposes
trunk/lib/ie/IEBrowserLib.dll
41
trunk/src/cpp/ie/IEBrowserJavaTest.cpp
41
trunk/src/cpp/ie/IEBrowserJavaTestVS2005X.vcproj
41
trunk/src/cpp/ie/IEBrowserObject.cpp
41
40
by tomdz on
06 August 2006, 22:58:35 -0500
(2 years 3 months ago)
Changed browser tests to use jetty instead of local files
trunk/.classpath
40
trunk/src/test/floyd/test/TestBrowser.java
40
39
by tomdz on
06 August 2006, 21:40:07 -0500
(2 years 3 months ago)
Build & test enhancements
trunk/.classpath
39
trunk/build.properties
39
trunk/build.xml
39
trunk/src/test/floyd/test/TestBrowser.java
39
38
by tomdz on
05 August 2006, 20:49:49 -0500
(2 years 3 months ago)
Introduced an auto ptr class to deal with the COM interfaces
Simplified internal structure of the IE DOM wrapper classes
trunk/lib/ie/IEBrowserLib.dll
38
trunk/src/cpp/ie/COMUtils.h
38
trunk/src/cpp/ie/DOM.i
38
trunk/src/cpp/ie/IEBrowserVS2005X.vcproj
38
37
by tomdz on
04 August 2006, 02:08:24 -0500
(2 years 3 months ago)
Added patch that fixes the before page load listener problem
Implemented some methods of the IEHTMLDocument class
trunk/lib/ie/IEBrowserLib.dll
37
trunk/src/cpp/ie/COMUtils.h
37
trunk/src/cpp/ie/DOM.i
37
trunk/src/cpp/ie/IEBrowserVS2005X.vcproj
37
36
by tomdz on
04 August 2006, 02:07:17 -0500
(2 years 3 months ago)
Added patch that fixes the before page load listener problem
Implemented some methods of the IEHTMLDocument class
trunk/src/cpp/modified
36
35
by tomdz on
03 August 2006, 01:44:45 -0500
(2 years 3 months ago)
Implemented some methods of the IEHTMLDocument class
trunk/lib/ie/IEBrowserLib.dll
35
trunk/lib/ie/log4cxx.dll.intermediate.manifest
35
trunk/src/cpp/ie/DOM.i
35
34
by tomdz on
13 June 2006, 18:22:31 -0500
(2 years 5 months ago)
Switched to Visual Studio 2005 Express Edition for building the IE support
Added runtime library installer Added log4cxx release DLL
trunk/.classpath
34
trunk/REAMDE-IE-Support.txt
34
trunk/dist/vccrt.msi
34
|