Ed Burns wrote:
I'm trying to move forward webclient from mozilla 1.4 to mozilla 1.6 and one of my unit tests is failing with:
[junit] WARNING: Error parsing GRE default preferences. Is this an
old-style embedding app?, file
d:/Projects/mozilla/MOZILLA_NIH/mozilla/modules/libpref/src/nsPrefService.cpp,
line 757
Anyone know what this is all about off the top of their head?
Don't worry about it. I altered the pref backend during 1.6b to be able to load default prefs (all.js) from the GRE; however, I didn't actually move the prefs around until 1.7a... so that warning is expected and ignorable.
Hi...
I recently built a 1.7b version of mozilla, and I noticed the new style of specifying platform specific prefs in modules/libpref/src/init/all.js
using #ifdef for various platforms.
The problem is that the prefs with #ifdef for our platform ( photon ) don't show up at all ( the dist/bin/default/pref/all.js contains no #ifdefs and the photon specific ones are not there ). Any idea?
Adrian
--BDS
_______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
