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

ATF/InternetExplorerDebugger

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 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