Re: Embeddable Browser

2017-03-01 Thread Rodolpho Porto
Hello guys!!!

After a carnival, it's time to go back to work.

Myk and everyone, thank you very much, you have indicated alternatives and I 
will work on these options.

Thank you all!
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Embeddable Browser

2017-02-23 Thread Rodolpho Porto
Em quarta-feira, 22 de fevereiro de 2017 22:03:41 UTC-3, Myk Melez  escreveu:
> > Rodolpho Porto 
> > 2017 February 22 at 03:13
> >
> > Hello Myk Melez,
> >
> > First of all, thank you for your response!
> >
> > I'll talk about the project, it's a kiosk-style browser, using 
> > XULRunner 24.0b10 32bit and SWT, the modifications we made were 
> > according to project needs and security requirements. All of this is 
> > in the testing phase, but the project is still evolving, the project 
> > is huge and XulRunner's share is small but of paramount importance.
> If your project is a XUL app, then you should be able to compile Firefox 
> with the modifications you made to XULRunner and then use Firefox in 
> place of the XULRunner runtime to run the app via Firefox's --app 
> command-line flag.
> 
> But from your description, I wonder if it's actually a native app that 
> you're linking against libxul from the XULRunner SDK. Is that correct? 
> And is your code open source and available for browsing online by any 
> chance?
> 
> -myk

Hello Friend,

its a Java SWT application using XulRunner to create the Browser object, 
setting the xulrunner properties (i.e. org.eclipse.swt.browser.XulRunnerPath), 
and using a few browser configurations like TLS 1.2 only and others 
configurations for security.

The project itself is not open source, but the application is using 
Browser(SWT.Mozilla) constructor, setting the XulRunnerPath and 
MOZ_PROFILE_PATH to instantiate the browser using mainly the browser prefs.js 
and omni.ja

The main project has been around for a long time, we are now testing for 
business and technologies upgrade.

I hope I answered right :D
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Embeddable Browser

2017-02-22 Thread Myk Melez

Rodolpho Porto 
2017 February 22 at 03:13

Hello Myk Melez,

First of all, thank you for your response!

I'll talk about the project, it's a kiosk-style browser, using 
XULRunner 24.0b10 32bit and SWT, the modifications we made were 
according to project needs and security requirements. All of this is 
in the testing phase, but the project is still evolving, the project 
is huge and XulRunner's share is small but of paramount importance.
If your project is a XUL app, then you should be able to compile Firefox 
with the modifications you made to XULRunner and then use Firefox in 
place of the XULRunner runtime to run the app via Firefox's --app 
command-line flag.


But from your description, I wonder if it's actually a native app that 
you're linking against libxul from the XULRunner SDK. Is that correct? 
And is your code open source and available for browsing online by any 
chance?


-myk

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Embeddable Browser

2017-02-22 Thread Rodolpho Porto
Em quarta-feira, 22 de fevereiro de 2017 00:53:00 UTC-3, 段垚  escreveu:
> For extended support (non-offical) of xulrunner-stub, see my project: 
> https://github.com/duanyao/xulrunner-stub
> 
> For embedable gecko in Winforms, see GeckoFX: https://bitbucket.org/geckofx/
> 
> 
> 在 2017/2/20 18:38, Rodolpho Porto 写道:
> > Hello guys,
> >
> > I do not know if this serious or the right group to do this ask, but I will 
> > try here rss
> >
> > Xulrunner no longer has updates, where do I find information or 
> > documentation from a substitute for it? I am currently researching 
> > information about Gecko and Firefox to set up an embeddable browser to 
> > replace what I did with Xulrunner, but I find little information, can 
> > anyone give me a light on this?
> >
> > Thank you: D
> > ___
> > dev-platform mailing list
> > dev-platform@lists.mozilla.org
> > https://lists.mozilla.org/listinfo/dev-platform

Thank you very much for your answer, I will access these all the links that you 
have passed me: D
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Embeddable Browser

2017-02-22 Thread Rodolpho Porto
Em terça-feira, 21 de fevereiro de 2017 21:30:19 UTC-3, Myk Melez  escreveu:
> > Rodolpho Porto 
> > 2017 February 20 at 02:38
> > Hello guys,
> >
> > I do not know if this serious or the right group to do this ask, but I 
> > will try here rss
> >
> > Xulrunner no longer has updates, where do I find information or 
> > documentation from a substitute for it?
> Hi Rodolpho,
> 
> There isn't currently an exact substitute for XULRunner. The closest 
> alternative is to use a Firefox installation to run a XULRunner app by 
> invoking the Firefox executable with the --app command-line flag and a 
> path to the XULRunner app's application.ini file:
> 
> path/to/firefox --app path/to/application.ini
> 
> I've also been experimenting with alternative Gecko-based runtimes for 
> desktop apps, including Positron , 
> which is designed to be Electron-compatible, and a more minimal runtime 
> that provides existing Mozilla APIs along with tools for 
> running/packaging apps.
> 
> However, both of those projects are still in an experimental phase of 
> development, so they aren't necessarily suitable for general use.
> 
> > I am currently researching information about Gecko and Firefox to set 
> > up an embeddable browser to replace what I did with Xulrunner, but I 
> > find little information, can anyone give me a light on this?
> Can you describe your embeddable browser project in more detail? I'd 
> like to learn more about how you're thinking of using Gecko, and I may 
> also be able to give better advice once I understand your use case better.
> 
> -myk

Hello Myk Melez,

First of all, thank you for your response!

I'll talk about the project, it's a kiosk-style browser, using XULRunner 
24.0b10 32bit and SWT, the modifications we made were according to project 
needs and security requirements. All of this is in the testing phase, but the 
project is still evolving, the project is huge and XulRunner's share is small 
but of paramount importance.

This project currently runs in various parts of the country (Brazil) and is 
used by thousands of people, XULRunner comes as an evolution idea, but we need 
to update the firefox engine so we can no longer use XulRunner :( 

I am looking for solutions to present to the customer.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Embeddable Browser

2017-02-21 Thread 段垚
For extended support (non-offical) of xulrunner-stub, see my project: 
https://github.com/duanyao/xulrunner-stub


For embedable gecko in Winforms, see GeckoFX: https://bitbucket.org/geckofx/


在 2017/2/20 18:38, Rodolpho Porto 写道:

Hello guys,

I do not know if this serious or the right group to do this ask, but I will try 
here rss

Xulrunner no longer has updates, where do I find information or documentation 
from a substitute for it? I am currently researching information about Gecko 
and Firefox to set up an embeddable browser to replace what I did with 
Xulrunner, but I find little information, can anyone give me a light on this?

Thank you: D
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform



___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Embeddable Browser

2017-02-21 Thread Mike Hommey
On Tue, Feb 21, 2017 at 04:29:43PM -0800, Myk Melez wrote:
> > Rodolpho Porto 
> > 2017 February 20 at 02:38
> > Hello guys,
> > 
> > I do not know if this serious or the right group to do this ask, but I
> > will try here rss
> > 
> > Xulrunner no longer has updates, where do I find information or
> > documentation from a substitute for it?
> Hi Rodolpho,
> 
> There isn't currently an exact substitute for XULRunner. The closest
> alternative is to use a Firefox installation to run a XULRunner app by
> invoking the Firefox executable with the --app command-line flag and a path
> to the XULRunner app's application.ini file:
> 
> path/to/firefox --app path/to/application.ini
> 
> I've also been experimenting with alternative Gecko-based runtimes for
> desktop apps, including Positron ,
> which is designed to be Electron-compatible, and a more minimal runtime that
> provides existing Mozilla APIs along with tools for running/packaging apps.
> 
> However, both of those projects are still in an experimental phase of
> development, so they aren't necessarily suitable for general use.

`firefox --app application.ini` is not in an experimental phase of
development. It's exactly the same as what xulrunner used to be.

Mike
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform