Hi there,
I am attempting to build as small a web browser as I can using the
source code for Mozilla v1.2.1. The target platform is Linux and I have
successfully built a version which disables components that I no longer
require - eg mail, composer, print support etc. This has been created
using a 'mozconfig' file.
The browser I require needs to be able to parse HTML, run
javascript/DOM/CSS, use plugins etc. It does not need SSL, LDAP, Java.
It doesn't even need a browser interface as I wish to run the browser in
full screen mode.
I believe that 'embedding' is the way to go and I have run gmake within
the mozilla/embedding/config directory. The output created within the
mozilla/dist/Embed directory appears to be roughly 26Mb in size. Does
this sound about right? I thought it would be MUCH smaller than this.
Any help, tips, suggestions would be greatly appreciated.
Thanking you in advance,
Neil
