Re: gmail mail reading issue !

2006-01-10 Thread frajkumar
Hi Boris,

It is for building the smallest browser fits on TV's using spatial
navigation. The available space for Browser is 12 MB and flash plugin
is also required.

So many of the features needs to be removed. I was not sure about
xmlextras and removed it. Let me include it and see.

Thanks,
F.Rajkumar

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: Mozilla runtime files

2006-01-10 Thread frajkumar
Look at embedding/config/minimo-unix file for minimal files needed to
run TestGtkEmbed.

Also u can goto embedding/config directory and do make for dist/Embed
directory for minial set of files.

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


gmail mail reading issue !

2006-01-09 Thread frajkumar
Hi,

I am using Mozilla 1.8b1 build for making embedded builds.

The issue is coming while opening the gmail. The gmail loads fine and
logs in perfectly. When you click on any of the mail links it just
display loading message on top right corner and nothing happenes, it
just display in status bar loading finished but actually the mail is
not opened.

Does anyone has any idea why is this happening.

I am using TestGtkEmbed.

Regards,
F.Rajkumar

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: gmail mail reading issue !

2006-01-09 Thread frajkumar

[EMAIL PROTECTED] wrote:
 Hi,

 I am using Mozilla 1.8b1 build for making embedded builds.

 The issue is coming while opening the gmail. The gmail loads fine and
 logs in perfectly. When you click on any of the mail links it just
 display loading message on top right corner and nothing happenes, it
 just display in status bar loading finished but actually the mail is
 not opened.

 Does anyone has any idea why is this happening.

 I am using TestGtkEmbed.

 Regards,
 F.Rajkumar

Just to update.

I have isolated the issue and found that the firefox browser does not
causing this issue. Its only coming in TestGtkEmbed.

Following are my mozconfig options.

# build minimo
MINIMO=1
mk_add_options MINIMO=1

ac_add_options --enable-application=suite

# use GTK widget set with XFT font rendering
ac_add_options --enable-default-toolkit=gtk
ac_add_options --disable-freetype2

# Need RDF and XUL layer for chrome
ac_add_options --enable-xul

# enable minimal profile support
ac_add_options --disable-profilesharing
ac_add_options --disable-profilelocking
ac_add_options --enable-single-profile

# disable features and skip various build steps
ac_add_options --enable-extensions=spatialnavigation,cookie
ac_add_options --disable-accessibility
ac_add_options --disable-composer
ac_add_options --disable-plaintext-editor-only
ac_add_options --disable-mailnews
ac_add_options --disable-ldap
ac_add_options --disable-postscript
ac_add_options --disable-mathml
ac_add_options --disable-jsd
ac_add_options --disable-jsloader
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-xpinstall
#ac_add_options --disable-xpfe-components
ac_add_options --disable-xprint
ac_add_options --disable-printing
ac_add_options --disable-necko-disk-cache
ac_add_options --enable-plugins
ac_add_options --disable-oji
ac_add_options --disable-gnomevfs
ac_add_options --disable-view-source
ac_add_options --disable-jsd

# configure necko to allocate smaller network buffers
ac_add_options --enable-necko-small-buffers

# disable debug logging and tests
ac_add_options --disable-dtd-debug
ac_add_options --disable-logging
ac_add_options --disable-tests

# build crypto module (PSM + NSS)
ac_add_options --enable-crypto

# Redhat always have zlib so no need to build it
ac_add_options --with-system-zlib

# build minimal set of protocol handlers
ac_add_options --enable-necko-protocols=http,file,res,jar

# build minimal set of image decoders
ac_add_options --enable-image-decoders=png,gif,jpeg

# code generation options (optimize for size)
ac_add_options --enable-optimize=-Os
ac_add_options --enable-strip
ac_add_options --disable-debug
ac_add_options --enable-reorder
ac_add_options --enable-elf-dynstr-gc

# enable static build
ac_add_options --disable-shared
ac_add_options --enable-static
ac_add_options --enable-js-static-build

Regards,
F.Rajkumar

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: extensions in TestGtkEmbed

2005-12-07 Thread frajkumar
Yes i am pressing the key

Infact it doesn't work by default with TestGtkEmbed but after copying
and registring it from components folder it does work.

I am porting Firefox browser on Set top boxes with spatial navigation
support on it.

Regards,
F.Rajkumar

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: extensions in TestGtkEmbed

2005-12-06 Thread frajkumar
Hi Antônio,

Any clue on this.

I am still unable to use spatial navigation extension with TestGtkEmbed

I appreciate your help.

Thanks,
F.Rajkumar

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: extensions in TestGtkEmbed

2005-12-06 Thread frajkumar
Hi,

I made it running by copying it to components directory and registring
the same with regxpcom.

Regards,
F.Rajkumar

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


extensions in TestGtkEmbed

2005-12-02 Thread frajkumar
Hi,

I am using the Gtk mozilla Embedding. I wanted to use the spatial
navigation as well on my mozilla embedded application.

After building the complete tree and copying the proper extension files
in extensions directory, still the spatial navigation doesnt work in
mozilla embedding.

Can anyone help me out whether extensions are supported or not in
embedding.

Thanks,
F.Rajkumar

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: extensions in TestGtkEmbed

2005-12-02 Thread frajkumar
Hi Antonio,

Thanks for your reply.

I am just building the TestGtkEmbed application using firefox-1.5rc3
source.

I saw the flash plugin runs perfectly well on TestGtkEmbed but none of
the extensions works. Is there any way to directly create Instance of
the extensions in c++ without using the js.

Thanks,
F.Rajkumar

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding