Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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
Line 7: Line 7:
  
 
=Some Plans from Li=
 
=Some Plans from Li=
1.Try to make IE wrapper,we can make some changes from ACTF.
+
#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.
+
#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.
+
#Because the IE wrapper is finished, we can start adding debug mode.
  
  
 
=Questions=
 
=Questions=
1. How to debug IE, should we use socket to send message or invoke API of COM interface?
+
#How to integrate debug UI and debug core logic together?
  
 
=Progress=
 
=Progress=

Revision as of 04:33, 16 June 2008

Getting the Code

TBD

Abstract

  1. Integate a IE debug enviroment in ATF.
  2. 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 integrate debug UI and debug core logic together?

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