Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ATF/InternetExplorerDebugger"

< ATF
(New page: =Getting the Code= TBD =Abstract= We need to integate a javascript debug enviroment in ATF. =Some Plans from Li= 1.Try to make IE wrapper,we can make some changes from ACTF. 2.Integrate...)
 
Line 3: Line 3:
  
 
=Abstract=
 
=Abstract=
We need to integate a javascript debug enviroment in ATF.
+
Integate a IE debug enviroment in ATF.
 +
Refactor ATF Code to support multiple browsers
  
 
=Some Plans from Li=
 
=Some Plans from Li=

Revision as of 04:30, 16 June 2008

Getting the Code

TBD

Abstract

Integate a IE debug enviroment in ATF. Refactor ATF Code to support multiple browsers

Some Plans from Li

1.Try to make IE wrapper,we can make some changes from ACTF. 2.Integrate IE browser into ATF, at least we can run HTML/Javascript applications in IE. 3.Because the IE wrapper is finished, we can start adding debug mode.


Questions

1. How to debug IE, should we use socket to send message or invoke API of COM interface?

Progress

  1. Integrate IE wrapper into ATF, the code of ACTF can be reused and modified.
  2. Try to make IE be run in ATF.
  3. Develop IE mode.

Back to the top