Firefox architecture

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roger Irwin

    Firefox architecture

    I have been browsing through the Mozzilla source and have been impressed
    at the level to which javascript decends. Clearly there is a lot of
    javascript that ends up embedded in the binaries and not as stand alone
    ASCII scripts. Anybody know how this works?
  • Martin Honnen

    #2
    Re: Firefox architecture



    Roger Irwin wrote:
    [color=blue]
    > I have been browsing through the Mozzilla source and have been impressed
    > at the level to which javascript decends. Clearly there is a lot of
    > javascript that ends up embedded in the binaries and not as stand alone
    > ASCII scripts. Anybody know how this works?[/color]

    Well, how about checking www.mozilla.org, look at

    and in particular at the links about XUL and XPCOM. With Mozilla the
    interface is not written as HTML scripted with JavaScript but as XUL
    scripted with JavaScript.
    --

    Martin Honnen


    Comment

    • George Jempty

      #3
      Re: Firefox architecture

      Roger Irwin wrote:[color=blue]
      > I have been browsing through the Mozzilla source and have been impressed
      > at the level to which javascript decends. Clearly there is a lot of
      > javascript that ends up embedded in the binaries and not as stand alone
      > ASCII scripts. Anybody know how this works?[/color]

      The zipped version of Mozilla, rather than the pre-packaged installer,
      ships with a free-standing Javascript interpreter. This is the Mozilla
      package for building applications. It even comes with a library for
      accessing the file system.

      Comment

      Working...