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
Line 16: Line 16:
  
 
=Progress=
 
=Progress=
#Integrate IE wrapper into ATF, the code of ACTF can be reused and modified.
+
#Read code of ATF and ACTF(Finished)
#Try to make IE be run in ATF.
+
#Investigate on debug engine of IE(Finished)
#Develop IE mode.
+
 
 +
 
 +
 
 +
#Integrate IE wrapper of ACTF into our project(On progress)
 +
#Add run mode of IE in our code.(Plan)
 +
#Write wrappers of Active script interfaces.(Plan)
 +
#Integrate IE debugger using the finished debug wrapper.(Plan
 +
#Support choice of mutiple browser and preferences.(Plan)
 +
 
 +
=Resources=
 +
ACTF:http://www.eclipsecon.org/2008/sub/attachments/ACTF_Visualization_Engines_and_Components_for_Alternative_Interfaces.pdf
  
 
[[Category:SOC]]
 
[[Category:SOC]]

Revision as of 04:42, 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. Read code of ATF and ACTF(Finished)
  2. Investigate on debug engine of IE(Finished)


  1. Integrate IE wrapper of ACTF into our project(On progress)
  2. Add run mode of IE in our code.(Plan)
  3. Write wrappers of Active script interfaces.(Plan)
  4. Integrate IE debugger using the finished debug wrapper.(Plan
  5. Support choice of mutiple browser and preferences.(Plan)

Resources

ACTF:http://www.eclipsecon.org/2008/sub/attachments/ACTF_Visualization_Engines_and_Components_for_Alternative_Interfaces.pdf

Back to the top