Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT and Firefox... [we must be free to choose our embedded browser!]


Hi Fabio,

If you create the Browser with style SWT.MOZILLA then it will attempt to use the mozilla renderer installed on your OS (note that this will fail if it can't find a Mozilla renderer to use).  However on non-linux platforms this mozilla renderer must be xulrunner, it cannot be firefox, because of https://bugzilla.mozilla.org/show_bug.cgi?id=262453 .  The linked report affects any app trying to embed mozilla/firefox, not just swt.  Firefox can embedded by the Browser on linux iff it is dynamically-linked (binaries downloaded from mozilla.org are not dynamically linked).

Grant




"Fabio Gruppioni" <fgruppioni@xxxxxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

09/03/08 07:11 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
<platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] SWT and Firefox... [we must be free to choose        our embedded browser!]





I'd like to use Firefox as embeddable browser, but SWT can't embed it in any
way, I'm right?
I think that could be very useful and it's very important the choice of
embedded browser. I don't understand why this can't be done now... It will
be available in future? (I hope very soon...)

TYIA
Fabio

_____________________________________
Fabio Gruppioni
Officine Digitali - Idee Tecnologie & Soluzioni per il Web
Via Ferrarese 219/7 - 40128 Bologna
Tel. 051-4187565
www.officinedigitali.it
_____________________________________
ATTENZIONE:
Il contenuto di questo documento e' rivolto unicamente alle persone cui e'
indirizzato e puo' contenere informazioni la cui riservatezza e' tutelata
legalmente.
Ne sono vietati la riproduzione, la diffusione e l'uso in mancanza di
autorizzazione del destinatario. Se l'avete ricevuto per errore vogliate
eliminare il messaggio in modo permanente e darcene cortesemente notizia.
I messaggi e gli allegati sono analizzati automaticamente per ricercare
tutti i virus conosciuti.Se questo messaggio contiene allegati protetti da
password, i files NON saranno analizzati per ricercare i virus dal dominio
di posta. Analizzate sempre gli allegati prima di aprirli.


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top