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: 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: gmail mail reading issue !

2006-01-09 Thread Boris Zbarsky

[EMAIL PROTECTED] wrote:

# disable features and skip various build steps
ac_add_options --enable-extensions=spatialnavigation,cookie


You disabled some features that gmail relies on (like XMLHttpRequest, which is 
in the xmlextras extension).  I strongly suggest thinking long and hard before 
disabling any of the default extensions.



ac_add_options --disable-plaintext-editor-only


For what it's worth, it's not clear to me what this is supposed to be.

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