Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-05-27 19:00:18 -0700 (Thu, 27 May 2004)
Revision: 5820
Log message:
This is the browser update I've been putting off.
1. Browser now support both Mozilla *and* IE.
I haven't tested on others like Safari.
To get this to work, I had to use iframes
and code custom menus. Bleh.
2. Connections are now SSL. That is, you need to
use https: connections instead of http:
3. File editing is partially supported. By default
you edit in the browser. However, you can define
the application/x-metaprl MIME type to invoke
an external editor.
This is the main reason for using SSL. At some
point, we should do a code review to make sure
we believe the security model
(MD5 challenge/response).
TODO:
1. Currently, edited files are not saved. This is
just a precaution for the moment.
2. Need to add make/restart commands. Easy, just
haven't done it yet.
NOTE: I haven't checked that win32 compiles. Working on that
next.