Re: Executing JS code in hosted browser.

2007-07-26 Thread Jacek Caban
Hi Grant, Grant Gayed wrote: > Hi Jacek, > > I think the following does what you want (written in terms of > java/javaxpcom): > > String url = "javascript:" + script + ";void(0);"; > nsIWebNavigation navigation = > (nsIWebNavigation)webBrowser.queryInterface(nsIWebNavigation.NS_IWEBNAVIGATI > ON_I

Facing problem in building mozembed using cocoa as default toolkit on mac OS X(Tiger)

2007-07-26 Thread Rajeev Ranjan
Hi, I am building mozilla firefox 1.5.0.12 on Mac. While building embed version of browser using cocoa, we are getting the following error "#error Cannot use internal string classes without MOZILLA_INTERNAL_API defined. Use the frozen header nsStringAPI.h instead". Please give some pointer to reso

Facing problem in embedding Mozilla using gtk as default tool kit on Mac OS X

2007-07-26 Thread Rajeev Ranjan
Hi, I am building Mozilla 1.5.0.12 for embeding using gtk as default toolkit on Mac OS X. While building libxpcom_core.dylib, it is giving error as undefined symbols: _CFBundleCopyExecutableURL _CFBundleGetMainBundle _CFRelease _CFURLGetFileSystemRepresentation The CoreFoundation framework is

Re: Firefox Cross compile for ARM

2007-07-26 Thread timeless
On Jul 19, 9:51 pm, Drakou <[EMAIL PROTECTED]> wrote: > Is it normal that the so library files are enormous in comparaison to > the same x86 builds ? How can I make them smaller ? > Is there some files in the firefox directory that I can delete ? I > plan to use the GTKembed widget in my program.

Re: removing scrollbars

2007-07-26 Thread timeless
On Jul 18, 12:07 am, "Brian Edmond" <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to get rid of the scrollbars in the embedded browser? Here > is what I want to do: > > Have the browser render the entire page to an offscreen buffer. The page > can then be scrolled by moving the destination