Board index » delphi » Re: Interesting Web Browser Replacement

Re: Interesting Web Browser Replacement


2008-03-15 12:44:30 AM
delphi240
"Tim Sullivan" <XXXX@XXXXX.COM>writes
Quote
>We need to bring it in lime lite so that others know of this master piece
>and stops being dependent on ever bloating M$'s IE.

Ever-bloating? IE is included with Windows as part of the OS, so you don't
need to deploy it, therefore the size is totally irrelevant. There are
other options to using IE if you want, including the now-freeware
THtmlViewer from www.pbear.com. Regardless, deploying embedded FF
or THtmlViewer is going to be bigger than using IE, since the download
size for IE is zero as far as your application is concerned.
And since html browsers are a prime vector for spyware/viruses, we'll have
dozens of them on our machines in various states that may never get updated,
as opposed to a single copy of IE or FF that auto-updates.
Dan
 
 

Re: Interesting Web Browser Replacement

Even so, ... it would be nice to have embeded Firefox in Delphi apps
(without having to install a mozilla activex) just as we can easily embed IE
based viewer or browser. Why not a Firefox VCL control? I have'nt seen any.
"Tim Sullivan" <XXXX@XXXXX.COM>a écrit dans le message de news:
47da893b$XXXX@XXXXX.COM...
Quote
>We need to bring it in lime lite so that others know of this master piece
>and stops being dependent on ever bloating M$'s IE.

Ever-bloating? IE is included with Windows as part of the OS, so you don't
need to deploy it, therefore the size is totally irrelevant. There are
other options to using IE if you want, including the now-freeware
THtmlViewer from www.pbear.com. Regardless, deploying embedded FF
or THtmlViewer is going to be bigger than using IE, since the download
size for IE is zero as far as your application is concerned.

--
Tim Sullivan
Unlimited Intelligence Limited
www.uil.net
 

Re: Interesting Web Browser Replacement

Tim Sullivan writes:
Quote
>We need to bring it in lime lite so that others know of this master
>piece and stops being dependent on ever bloating M$'s IE.

Ever-bloating? IE is included with Windows as part of the OS, so you
don't need to deploy it, therefore the size is totally irrelevant. There
are other options to using IE if you want, including the now-freeware
THtmlViewer from www.pbear.com. Regardless, deploying embedded FF
or THtmlViewer is going to be bigger than using IE, since the download
size for IE is zero as far as your application is concerned.

Here by ever-bloating IE I mean that now IE has become a Memory HOG!
 

Re: Interesting Web Browser Replacement

rap writes:
Quote
Even so, ... it would be nice to have embeded Firefox in Delphi apps
(without having to install a mozilla activex) just as we can easily embed IE
based viewer or browser. Why not a Firefox VCL control? I have'nt seen any.


"Tim Sullivan" <XXXX@XXXXX.COM>a écrit dans le message de news:
47da893b$XXXX@XXXXX.COM...
>>We need to bring it in lime lite so that others know of this master piece
>>and stops being dependent on ever bloating M$'s IE.
>Ever-bloating? IE is included with Windows as part of the OS, so you don't
>need to deploy it, therefore the size is totally irrelevant. There are
>other options to using IE if you want, including the now-freeware
>THtmlViewer from www.pbear.com. Regardless, deploying embedded FF
>or THtmlViewer is going to be bigger than using IE, since the download
>size for IE is zero as far as your application is concerned.
>
>--
>Tim Sullivan
>Unlimited Intelligence Limited
>www.uil.net


have you checked this
www.brainendeavor.com/modx/delphi-llmozlib-wrapper.html
 

Re: Interesting Web Browser Replacement

Brian Moelk writes:
Quote
Yogi Yang writes:
>That is sad and bad news for the community.

The blog entry? ;)

No.
Your lack of interest in moving it forward. :)
 

Re: Interesting Web Browser Replacement

A wrapper in C++ :)
The 3D Firefox based uBrowser is a nice experiment but very CPU consuming.
"Yogi Yang 007" <XXXX@XXXXX.COM>a écrit dans le message de news:
47dbb758$XXXX@XXXXX.COM...
Quote
rap writes:
>Even so, ... it would be nice to have embeded Firefox in Delphi apps
>(without having to install a mozilla activex) just as we can easily embed
>IE based viewer or browser. Why not a Firefox VCL control? I have'nt seen
>any.
>
>
>"Tim Sullivan" <XXXX@XXXXX.COM>a écrit dans le message de news:
>47da893b$XXXX@XXXXX.COM...
>>>We need to bring it in lime lite so that others know of this master
>>>piece and stops being dependent on ever bloating M$'s IE.
>>Ever-bloating? IE is included with Windows as part of the OS, so you
>>don't need to deploy it, therefore the size is totally irrelevant. There
>>are other options to using IE if you want, including the now-freeware
>>THtmlViewer from www.pbear.com. Regardless, deploying embedded FF
>>or THtmlViewer is going to be bigger than using IE, since the download
>>size for IE is zero as far as your application is concerned.
>>
>>--
>>Tim Sullivan
>>Unlimited Intelligence Limited
>>www.uil.net
>
>
have you checked this
www.brainendeavor.com/modx/delphi-llmozlib-wrapper.html
 

Re: Interesting Web Browser Replacement

rap writes:
Quote
A wrapper in C++ :)
The wrapper in C++ is to merely to flatten it out so that I could write
a wrapper in Delphi. This is a pretty common technique when
interfacing with C++ code. The Delphi user won't see this stuff,
they'll just see external dependencies like dll's, etc. but interface to
the Mozilla runtime using Delphi code/components.
Quote
The 3D Firefox based uBrowser is a nice experiment but very CPU consuming.
The only reason why it is CPU intensive is because I couldn't get the
callbacks working properly. At the time when I was experimenting with
LLMozLib, others were having the same issue, so I figured I would wait until
Linden Labs released a new version. Since then, I have lost interest. :)
If I were to do it again, I would look to integrate WebKit, but not with
their standard Windows build, because that build leverages COM. I'd
look to integrate something similar to what they've done with their GTK
build.
--
Brian Moelk
Brain Endeavor LLC
XXXX@XXXXX.COM
 

Re: Interesting Web Browser Replacement

Yogi Yang 007 writes:
Quote
Here by ever-bloating IE I mean that now IE has become a Memory HOG!
Firefox isn't any better.
--
Brian Moelk
Brain Endeavor LLC
XXXX@XXXXX.COM
 

Re: Interesting Web Browser Replacement

Yogi Yang 007 writes:
Quote
Your lack of interest in moving it forward. :)
Eh...I'm ok with it. I am not the first and I won't be the last. :)
--
Brian Moelk
Brain Endeavor LLC
XXXX@XXXXX.COM
 

Re: Interesting Web Browser Replacement

Quote
>Here by ever-bloating IE I mean that now IE has become a Memory HOG!

Firefox isn't any better.
Indeed, Firefox 2 is way, way worse because of the prefetching it does.
Though Firefox 3 is pretty promising (as of Beta 4, anyway), and it seems to
have resolved the worst of the memory problems.
--
Tim Sullivan
Unlimited Intelligence Limited
www.uil.net
 

Re: Interesting Web Browser Replacement

See:
blog.pavlov.net/
=============================
"Brian Moelk" <XXXX@XXXXX.COM>a écrit dans le message
de news: XXXX@XXXXX.COM...
Quote
Yogi Yang 007 writes:
>Here by ever-bloating IE I mean that now IE has become a Memory HOG!

Firefox isn't any better.

--
Brian Moelk
Brain Endeavor LLC
XXXX@XXXXX.COM
 

Re: Interesting Web Browser Replacement

So you are shooting yourself in the foot with a different gun ;)
"Brian Moelk" <XXXX@XXXXX.COM>a écrit dans le message
de news: 47dfb698$XXXX@XXXXX.COM...
Quote
Yogi Yang 007 writes:
>Your lack of interest in moving it forward. :)

Eh...I'm ok with it. I am not the first and I won't be the last. :)

--
Brian Moelk
Brain Endeavor LLC
XXXX@XXXXX.COM