All embedding/minimo stuff is deprecated.
try:
$ cd your_top_obj_dir/ - note it might be your
mozilla/
$ make package -C minimo/base
it creates a dist/minimo with things you need.
regards
--Antonio Gomes
ext Matthew Herren wrote:
Hi,
I'm trying to compile Mini
I am sorry to ask this stupid question, but
after I searched in the developer.mozilla.com
for more than an hour, I think it is time to
ask the question here.
Where are the document which describe all the
Gecko Components and Interfaces and with their
contracted ID?
Without this document, there is
hi,
how can i find that a user has clicked on a link to open the page in
the same tab or in a new tab??
faraz
___
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding
On Feb 8, 10:30 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > how can i find the request type inside the onStartURIOpen function???
>
> You can't.
>
> I should note that if the user clicked "new tab", the tab has already been
> opened by the time this function is calle
Hi, Buola,
web browser embedding without any usage of GTK is possible, however, you
need your own, Xlib-based, build of Mozilla/XULRunner. Download the
source tree from mozilla.org, add the following line to ~/.mozconfig:
ac_add_options --enable-default-toolkit=xlib
or
ac_add_options --enable
Hi,
I'm trying to compile Minimo on my Ubuntu 06.10 desktop (I'm
developing a XUL application that runs of Familiar Linux, but I need
to get minimo up on a desktop machine to develop and test...)
I'm following the instructions from the Minimo project page on
Mozilla.org, and trying to build from