Thursday, March 18, 2010

Compiler Flashback

Still in the process of tracing where in the Firefox code the JavaScript gets turned into C. I have gotten to the JavaScript parser and identified the correct token for the "Math" object. Just need to keep following from there.

Thursday, March 4, 2010

More design

I have stubbed out the JavaScriptIO object with pseudo code for the necessary methods. Layed out the way I want the object to function at the user level. Continued refinement of all aspects. I also determined that the "handler" object must be of type nsIDOMEventHandler. More research is required on the specifics of this object (mozilla's page is light on documentation).

I have also been reviewing my old code from Operating Systems that read IO from a PS3 controller. I'm starting to piece together the way this will be wired.