Re: Minimo with Extensions ...
Doug Turner <[email protected]> Mon, 28 Feb 2005 14:28:52 -0800
| Newsgroups | gmane.comp.mozilla.devel.small-devices |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
[email protected] wrote: > Hi all, > > I know that, theoretically, is possible to use Extensions on Minimo, > because there is the --enable-extensions option in mozconfig file ... And > I know too that the most extensions are wrote in JS, so it needs the JS > Loader enabled too (--enable-jsloader) ... Ok, i wanna try some tests > ennabling extensions at compile time, and try to run the extension > available to firefox on Minimo ... is it viable !? I need to modify the > .xpi source, because it needs XUL features, and it's not avaible to Minimo > , but I need to enable XUL in mozconfig to compile Minimo with this > support .. > > Is there a way to apply extensions manually !? > > Thanks for any answser and advice ;) > > Best Regard > > Antonio Gomes > Embedded Linux Lab > INdT - Manaus/Br Sure, you can do that. however there are a couple places where #define MINIMO == no xul. I would grep through the source to find those places. Basically what is going to happen is that you are going to want to build something like firefox but just have your own custom chrome. So, in the mozconfig, remove "ac_add_options --disable-xul". Ensure that what compiles works. THen we can figure out what extensions make sense. Let me know what you find or if you get stuck. Regards, Doug Turner