"wendy" <[EMAIL PROTECTED]> wrote: > We want to transplant the firefox onto a graphic > architecture,SAGE Scalable Adaptive Graphics Environment.
It sounds to me like what you really want to do is write a SAGE back-end for the Cairo graphics library (see www.cairographics.org) Doing that will get you at least half of the way to where you want to be. You'll probably also need to make changes to the browser itself; for that, I think you should be looking almost exclusively at the "gfx" and "widget" directories of the source tree. You should _not_ need to do anything at the "layout" level. zw _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

